Updated r script for analysis

This commit is contained in:
2024-01-26 17:26:48 +01:00
parent dc031bb138
commit db17ae474c
2 changed files with 15 additions and 14 deletions

View File

@ -1,15 +1,15 @@
*=================================================================================================================================================
* Date : 2024-01-23
* Stata version : Stata 18 SE
*
* This program analyses simulated data without DIF through a partial credit model
*
* ado-files needed : - pcm (version 5.5 October 25, 2023, available on gitea)
*
* outputs : for N=100
*
*
*================================================================================================================================================
*=================================================================================================================================================
* Date : 2024-01-23
* Stata version : Stata 18 SE
*
* This program analyses simulated data accounting for DIF through a partial credit model
*
* ado-files needed : - pcm (version 5.5 October 25, 2023, available on gitea)
*
* outputs : for N=100
*
*
*================================================================================================================================================
* Load pcm.ado
adopath+"/home/corentin/Documents/These/Recherche/Simulations/Modules/"
@ -41,7 +41,7 @@
* Créer une deuxième matrice et faire de même pour les std error
gsem (1.item1<-THETA@1)///
(1.item2<-THETA@1 tt)///
(1.item3<-THETA@1)///
(1.item3<-THETA@1 )///
(1.item4<-THETA@1)///
(THETA<-tt), mlogit tol(0.01) iterate(500) latent(THETA) nocapslatent
mat V=r(table)
@ -51,4 +51,5 @@
* log close
pcm item1 item2 item3 item4, categorical(tt)