version 1.45, 2021/03/31 14:11:04
|
version 1.61, 2022/09/18 14:43:48
|
Line 1
|
Line 1
|
2021-03-31 Nicolas Brouard <brouard@ined.fr>
|
2022-09-18 Nicolas Brouard <brouard@ined.fr> |
|
|
|
* imach.c (Module): Fixing when a state in the data is 0 or higher |
|
than lstate+ndeath. Fixing the plot of contribution to Likelihood. |
|
|
|
2022-09-14 Nicolas Brouard <brouard@ined.fr> |
|
|
|
* imach.c (Module): Version 0.99r39 with colored dummy covariates |
|
(fixed or time varying), using new last columns of |
|
ILK_parameter.txt file. |
|
|
|
2022-09-11 Nicolas Brouard <brouard@ined.fr> |
|
|
|
* imach.c (Module): Adding timevarying products of any kinds, |
|
should work before shifting cotvar from ncovcol+nqv columns in |
|
order to have a correspondance between the column of cotvar and |
|
the id of column. |
|
(Module): Some cleaning and adding covariates in ILK.txt |
|
|
|
2022-09-09 Nicolas Brouard <brouard@ined.fr> |
|
|
|
* imach.c (Module): Many improvements for fixing products of fixed |
|
timevarying as well as fixed * fixed, and test with quantitative |
|
covariate. |
|
|
|
2022-09-04 Nicolas Brouard <brouard@ined.fr> |
|
|
|
* imach.c (Module): Now the easy runs i.e. without result or |
|
model=1+age only did not work. The defautl combination should be 1 |
|
and not 0 because everything hasn't been tranformed yet. |
|
|
|
2022-09-02 Nicolas Brouard <brouard@ined.fr> |
|
|
|
* imach.c: Version 0.99r35 because it outputs same results with |
|
1+age+V1+V1*age for females and 1+age for females only |
|
(education=1 noweight) |
|
|
|
2022-08-31 Nicolas Brouard <brouard@ined.fr> |
|
|
|
* imach.c (Module): Some improvments in fichtm and many verifications 0.99r34 |
|
|
|
2022-08-21 Nicolas Brouard <brouard@ined.fr> |
|
|
|
* 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. |
|
|
|
2022-08-06 Nicolas Brouard <brouard@ined.fr> |
|
|
|
* imach.c (Module): Version of imach using partly decoderesult to rebuild xpxij function |
|
|
|
2022-08-03 Nicolas Brouard <brouard@ined.fr> |
|
|
|
* imach.c (Module): Many errors in graphs fixed with Vn*age covariates. |
|
|
|
2022-07-25 Brouard Nicolas <brouard@brouard.name>
|
|
|
|
* imach.c (Module): Error cptcovn instead of nsd in bmij (was
|
|
coredumped, revealed by Feiuno, thank you.
|
|
|
|
2022-07-23 Nicolas Brouard <brouard@ined.fr> |
|
|
|
* r29 W and not sqrt(Wald) |
|
|
|
2022-07-22 Nicolas Brouard <brouard@ined.fr> |
|
|
|
* imach.c (Module): Output of Wald test in the htm file and not only in the log. |
|
|
|
2022-06-02 Brouard Nicolas <brouard@brouard.name>
|
|
|
|
* imach.c (Module): Adding the Wald tests from the log to the main
|
|
htm for better display of the maximum likelihood estimators.
|
|
|
|
2022-05-30 Brouard Nicolas <brouard@brouard.name>
|
|
|
|
* imach.c: With products of covariates (age or dummies or
|
|
quantitatives), estimates of parameters were good but when
|
|
estimating variances the positions of newly created covariates
|
|
were wrongly assigned and results were wrong. Thank to Feinua_Sun!
|
|
|
|
2022-05-24 Nicolas Brouard <brouard@ined.fr>
|
|
|
|
* imach.c (Module): Some attempts to find a bug of wrong estimates
|
|
of confidencce intervals with product in the equation modelC
|
|
|
|
2022-05-15 Nicolas Brouard <brouard@ined.fr>
|
|
|
|
* imach.c (Module): Some minor improvements
|
|
|
|
2022-04-13 Brouard Nicolas <brouard@brouard.name>
|
|
|
|
* imach.c (Module): Adding link to text data files
|
|
|
|
2022-04-11 Nicolas Brouard <brouard@ined.fr>
|
|
|
|
* imach.c (Module): Error in rewriting the 'r' file with yearsfproj or yearsbproj fixed
|
|
|
|
2022-04-05 Brouard Nicolas <brouard@ined.fr>
|
|
|
|
* imach.c (Module): Fixed covariates (dummy or quantitative)
|
|
with missing values have never been allowed but are ERRORS and
|
|
program quits. Standard deviations of fixed covariates were
|
|
wrongly computed. Mean and standard deviations of time varying
|
|
covariates are still not computed.
|
|
|
|
2022-03-17 Brouard Nicolas <brouard@ined.fr>
|
|
|
|
* 99r25 Improvements in fixing discrepancies between covariates
|
|
missing in result line but in model.
|
|
|
|
*Wed Mar 31 2021 Nicolas Brouard <brouard@ined.fr>
|
* imach.c (Module): Still bugs in the result loop. Thank to Holly Benett
|
* imach.c (Module): Still bugs in the result loop. Thank to Holly Benett
|
|
|
2021-03-08 Nicolas Brouard <brouard@ined.fr>
|
*2021-03-08 Nicolas Brouard <brouard@ined.fr>
|
|
|
* ./ (Module): Fixed bug on result:
|
* ./ (Module): Fixed bug on result:
|
|
|
2021-02-20 Nicolas Brouard <brouard@ined.fr>
|
*2021-02-20 Nicolas Brouard <brouard@ined.fr>
|
|
|
* imach.c (Module): Fix bug on quitting after result lines!
|
* imach.c (Module): Fix bug on quitting after result lines!
|
(Module): Version 0.99r21
|
(Module): Version 0.99r21
|
Line 442
|
Line 565
|
|
|
* imach.c: Summary: 0.98r0
|
* imach.c: Summary: 0.98r0
|
|
|
- Some new graphs like suvival functions
|
- Some new graphs like survival functions
|
- Some bugs fixed like model=1+age+V2.
|
- Some bugs fixed like model=1+age+V2.
|
|
|
* ChangeLog, Makefile: Summary: 0.98r0
|
* ChangeLog, Makefile: Summary: 0.98r0
|
Line 719
|
Line 842
|
probability to die within a month. Thanks to Chris
|
probability to die within a month. Thanks to Chris
|
Jackson for correcting this bug. Former versions increased
|
Jackson for correcting this bug. Former versions increased
|
mortality artificially. The bad side is that we add another loop
|
mortality artificially. The bad side is that we add another loop
|
|
|
|
|
which slows down the processing. The difference can be up to 10%
|
which slows down the processing. The difference can be up to 10%
|
|
|
|
|
lower mortality.
|
lower mortality.
|
|
|
|
|
|
|
|
|
|
|
2002-05-30 <brouard@BROUARD>
|
2002-05-30 <brouard@BROUARD>
|
|
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
|
|
|
|
* imach.c (Module): Add correlation matrix of one-step
|
* imach.c (Module): Add correlation matrix of one-step
|
|
|
|
|
probabilities and covariance matrix
|
probabilities and covariance matrix
|
|
|
|
|
|
|
|
|
|
|