]> henry.ined.fr Git - .git/commit
* src/imach.c (Module): Version 0.99r33 A lot of changes in
authorN. Brouard <brouard@ined.fr>
Sun, 21 Aug 2022 09:10:30 +0000 (09:10 +0000)
committerN. Brouard <brouard@ined.fr>
Sun, 21 Aug 2022 09:10:30 +0000 (09:10 +0000)
commit41b4f43e5f2edb1d8f44ab434763bab62caab81f
treec021c68957525f1754b04cdcb707cc961527428e
parent7fb2e63cb87b6a2077f4ae2e282de590b0a301a8
* src/imach.c (Module): Version 0.99r33 A lot of changes in
reassigning covariates: my first idea was that people will always
use the first covariate V1 into the model but in fact they are
producing data with many covariates and can use an equation model
with some of the covariate; it means that in a model V2+V3 instead
of codtabm(k,Tvaraff[j]) which calculates for combination k, for
three covariates (V1, V2, V3) the value of Tvaraff[j], but in fact
the equation model is restricted to two variables only (V2, V3)
and the combination for V2 should be codtabm(k,1) instead of
(codtabm(k,2), and the code should be
codtabm(k,TnsdVar[Tvaraff[j]]. Many many changes have been
made. All of these should be simplified once a day like we did in
hpxij() for example by using precov[nres] which is computed in
decoderesult for each nres of each resultline. Loop should be done
on the equation model globally by distinguishing only product with
age (which are changing with age) and no more on type of
covariates, single dummies, single covariates.
src/imach.c