From ccdd5de6e5ed488735e7846bd8e71c273f457345 Mon Sep 17 00:00:00 2001 From: "N. Brouard" Date: Thu, 13 Dec 2018 09:16:26 +0000 Subject: [PATCH] Summary: Bug for young ages (<-30) will be in r17 --- src/imach.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 */ -- 2.43.0