From: Agnès Lièvre Date: Thu, 9 Feb 2006 14:15:31 +0000 (+0000) Subject: (Module): Parameter file for quick test X-Git-Tag: imach-099s7~531 X-Git-Url: https://henry.ined.fr/git/?a=commitdiff_plain;h=d0ef979d5cf2a6d7659ac9aca676b4fa86d9f2fe;p=.git (Module): Parameter file for quick test --- diff --git a/html/doc/mypar.imach b/html/doc/mypar.imach new file mode 100755 index 0000000..a153299 --- /dev/null +++ b/html/doc/mypar.imach @@ -0,0 +1,31 @@ +# MLE 1984-1990 +# +title=MLE datafile=..\data\mydata.txt lastobs=3000 firstpass=1 lastpass=4 +ftol=1e-8 stepm=24 ncovcol=2 nlstate=2 ndeath=1 maxwav=4 mle=1 weight=0 +model=. +# Parameters nlstate*nlstate*ncov a12*1 + b12 * age + ... +12 0. 0. +13 0. 0. +21 0. 0. +23 0. 0. +# Scales (for hessian or gradient estimation) +12 0. 0. +13 0. 0. +21 0. 0. +23 0. 0. +#covariance matrix# +121 0. +122 0. 0. +131 0. 0. 0. +132 0. 0. 0. 0. +211 0. 0. 0. 0. 0. +212 0. 0. 0. 0. 0. 0. +231 0. 0. 0. 0. 0. 0. 0. +232 0. 0. 0. 0. 0. 0. 0. 0. +# agemin agemax for lifexpectancy, bage fage (if mle==0 ie no data nor Max likelihood). +agemin=70 agemax=100 bage=50 fage=100 estepm=24 +# Observed prevalence period +begin-prev-date=1/1/1984 end-prev-date=1/6/1988 mov_average=0 +# Population or status based +pop_based=0 +prevforecast=1 starting-proj-date=1/1/1984 final-proj-date=1/1/2000 mobil_average=1 \ No newline at end of file