From: N. Brouard <brouard@ined.fr> Date: Thu, 13 Dec 2018 09:16:26 +0000 (+0000) Subject: Summary: Bug for young ages (<-30) will be in r17 X-Git-Tag: imach-099s7~198 X-Git-Url: https://henry.ined.fr/git/?a=commitdiff_plain;h=ccdd5de6e5ed488735e7846bd8e71c273f457345;p=.git Summary: Bug for young ages (<-30) will be in r17 --- diff --git a/src/imach.c b/src/imach.c index cb22271..2870056 100644 --- a/src/imach.c +++ b/src/imach.c @@ -1,6 +1,9 @@ /* $Id$ $State$ $Log$ + Revision 1.288 2018/05/02 20:58:27 brouard + Summary: Some bugs fixed + Revision 1.287 2018/05/01 17:57:25 brouard Summary: Bug fixed by providing frequencies only for non missing covariates @@ -10644,7 +10647,7 @@ int hPijx(double *p, int bage, int fage){ /*if (stepm<=24) stepsize=2;*/ /* agelim=AGESUP; */ - ageminl=30; + ageminl=AGEINF; /* was 30 */ hstepm=stepsize*YEARM; /* Every year of age */ hstepm=hstepm/stepm; /* Typically 2 years, = 2/6 months = 4 */