Updated simulations for 1-item DIF + gitignore

This commit is contained in:
2024-01-05 15:29:17 +01:00
parent 9d956f901f
commit 9562c406c8
6 changed files with 3415 additions and 2 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.csv

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -38,7 +38,6 @@ forvalues replication = 1/1000 {
if mod(`replication',10)==0 {
di "replication = `replication'"
}
di "replication = `replication'"
mat D= (-0.84 \ -0.25 \ 0.25 \ 0.84)
qui simirt, nbobs(`Nn') mu(0) cov(1) dim(4) pcm(D) clear
qui gen TT = 0

View File

@ -38,7 +38,6 @@ forvalues replication = 1/1000 {
if mod(`replication',10)==0 {
di "replication = `replication'"
}
di "replication = `replication'"
mat D= (-0.84 \ -0.25 \ 0.25 \ 0.84)
qui simirt, nbobs(`Nn') mu(0) cov(1) dim(4) pcm(D) clear
qui gen TT = 0