Corrected bug en scenarios 14 and 16, n=50
This commit is contained in:
@ -106,7 +106,7 @@ import delim "`path_data'/scenario_14`scen'_`Nn'.csv", encoding(ISO-8859-2) cas
|
|||||||
rename TT tt
|
rename TT tt
|
||||||
|
|
||||||
* Matrice de taille 1000 * 4 items + 1 DIF + beta + std beta + 1 dif
|
* Matrice de taille 1000 * 4 items + 1 DIF + beta + std beta + 1 dif
|
||||||
local nbitems = 4
|
local nbitems = 7
|
||||||
local nbdif = 2
|
local nbdif = 2
|
||||||
local taillemat = 3*`nbitems'+6+2+`nbdif'
|
local taillemat = 3*`nbitems'+6+2+`nbdif'
|
||||||
mat outmat = J(1000,`taillemat',.)
|
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
|
rename TT tt
|
||||||
|
|
||||||
* Matrice de taille 1000 * 4 items + 1 DIF + beta + std beta + 1 dif
|
* Matrice de taille 1000 * 4 items + 1 DIF + beta + std beta + 1 dif
|
||||||
local nbitems = 4
|
local nbitems = 7
|
||||||
local nbdif = 2
|
local nbdif = 2
|
||||||
local taillemat = 3*`nbitems'+6+2+`nbdif'
|
local taillemat = 3*`nbitems'+6+2+`nbdif'
|
||||||
mat outmat = J(1000,`taillemat',.)
|
mat outmat = J(1000,`taillemat',.)
|
||||||
|
Reference in New Issue
Block a user