Updated simulations for 1-item DIF + gitignore

main
Corentin Choisy 12 months ago
parent 9d956f901f
commit 9562c406c8

1
.gitignore vendored

@ -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

@ -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

@ -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

Loading…
Cancel
Save