Fix indexing error in DIF account scenario analysis output
This commit is contained in:
@ -65,7 +65,7 @@
|
||||
mat outmat[`k',`j'] = W[1,1+3*`j'] // items après le premier dif
|
||||
}
|
||||
}
|
||||
mat outmat[`k',`nbitems'+1] = W[1,2*`difitems1'+1] // coef de dif
|
||||
mat outmat[`k',`nbitems'+1] = W[1,3*`difitems1'-1] // coef de dif
|
||||
mat outmat[`k',`nbitems'+2] = W[1,3*`nbitems'+2] // beta
|
||||
mat outmat[`k',`nbitems'+3] = W[2,3*`nbitems'+2] // se beta
|
||||
mat outmat[`k',`nbitems'+4] = `difitems1' // numéro item de dif
|
||||
|
Reference in New Issue
Block a user