From 593679e18d0df5c8f52512eda6e9379576f5ef21 Mon Sep 17 00:00:00 2001 From: corentinchoisy Date: Wed, 28 Feb 2024 15:55:09 +0100 Subject: [PATCH] Corrected bug en scenarios 14 and 16, n=50 --- Scripts/Analysis/DIF/pcm_dif_50_J7.do | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/Analysis/DIF/pcm_dif_50_J7.do b/Scripts/Analysis/DIF/pcm_dif_50_J7.do index 369bc8c..d7d5aee 100644 --- a/Scripts/Analysis/DIF/pcm_dif_50_J7.do +++ b/Scripts/Analysis/DIF/pcm_dif_50_J7.do @@ -106,7 +106,7 @@ import delim "`path_data'/scenario_14`scen'_`Nn'.csv", encoding(ISO-8859-2) cas rename TT tt * Matrice de taille 1000 * 4 items + 1 DIF + beta + std beta + 1 dif -local nbitems = 4 +local nbitems = 7 local nbdif = 2 local taillemat = 3*`nbitems'+6+2+`nbdif' mat outmat = J(1000,`taillemat',.) @@ -537,7 +537,7 @@ import delim "`path_data'/scenario_16`scen'_`Nn'.csv", encoding(ISO-8859-2) cas rename TT tt * Matrice de taille 1000 * 4 items + 1 DIF + beta + std beta + 1 dif -local nbitems = 4 +local nbitems = 7 local nbdif = 2 local taillemat = 3*`nbitems'+6+2+`nbdif' mat outmat = J(1000,`taillemat',.)