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

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