]> henry.ined.fr Git - .git/commitdiff
Summary: Bug for young ages (<-30) will be in r17
authorN. Brouard <brouard@ined.fr>
Thu, 13 Dec 2018 09:16:26 +0000 (09:16 +0000)
committerN. Brouard <brouard@ined.fr>
Thu, 13 Dec 2018 09:16:26 +0000 (09:16 +0000)
src/imach.c

index cb22271fe650cb0392ccb75eb1dbf6210e1210bb..2870056924e776ec5690d37f9c353456f89fe05e 100644 (file)
@@ -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 */