1: 2006-02-09 LIEVRE Agnes <lievre@PC_00697.ined.fr>
2:
3: * Makefile (Module): IMACHSETUPVERSION added
4:
5: 2006-01-30 BROUARD Nicolas <brouard@localhost>
6:
7: * imach.c (Module): Back to gnuplot.exe instead of wgnuplot.exe
8:
9: 2006-01-27 BROUARD Nicolas <brouard@localhost>
10:
11: * noreg-setup.iss (Module): ADDED
12:
13: 2006-01-24 BROUARD Nicolas <brouard@localhost>
14:
15: * imach.c (Module): Comments (lines starting with a #) are allowed in data.
16:
17: 2005-10-25 Nicolas Brouard <brouard@dhcp171.recherche.ined.fr>
18:
19: * Makefile (Module): Added Imach98.pmsp and howto crete a dmg
20:
21: * createdmg.sh (Module): Creates a dmg disk for MaC OS/X
22:
23: 2005-09-30 <lievre@PC_00595>
24:
25: * imach.c (Module): sump fixed, loop imx fixed, and simplifications.
26: (Module): If the status is missing at the last wave but we know
27: that the person is alive, then we can code his/her status as -2
28: (instead of missing=-1 in earlier versions) and his/her
29: contributions to the likelihood is 1 - Prob of dying from last
30: health status (= 1-p13= p11+p12 in the easiest case of somebody in
31: the healthy state at last known wave). Version is 0.98
32:
33: 2004-05-20 Brouard Nicolas <brouard@localhost>
34:
35: * imach.c (Repository):
36: Agnes added a direct estimation of mortality (without the need of
37: computing period prevalence and differential mortality). Thus here
38: is version 0.97a which has been distributed to some people at
39: REVES 16 in Brugge using an Inno setup.exe for PCs. Estimates of
40: mortality using covariates is not done today. Estimating direct
41: mortality is a very different process because it doesn't need
42: interpolation because it is easy to get the lx from the force of
43: the mortality mux in the simplest case as for a Gompertz (log mux
44: = a + b*x . But we have been able to incorporate the new code
45: within former imach program (0.96d) without deteriorating too much
46: the understanding of the program.
47:
48: 2003-06-25 <brouard@BROUARD>
49:
50: * imach.c (Module): On windows (cygwin) function asctime_r doesn't
51: exist so I changed back to asctime which exists.
52: (Module): Version 0.96b
53:
54: 2003-06-24 <brouard@BROUARD>
55:
56: * imach.c (Module): Some bugs corrected for windows. Also, when
57: mle=-1 a template is output in file "or"mypar.txt with the design
58: of the covariance matrix to be input.
59:
60: 2003-06-25 Brouard Nicolas <brouard@homebrou>
61:
62: * imach.c (Repository): Duplicated warning errors corrected.
63: (Repository): Elapsed time after each iteration is now output. It
64: helps to forecast when convergence will be reached. Elapsed time
65: is stamped in powell. We created a new html file for the graphs
66: concerning matrix of covariance. It has extension -cov.htm.
67:
68: 2003-06-23 Brouard Nicolas <brouard@homebrou>
69:
70: * imach.c (Repository): Create a sub-directory where all the secondary files are. Only imach, htm, gp and r(imach) are on the main directory. Correct time and other things.
71:
72: 2003-06-18 Brouard Nicolas <brouard@homebrou>
73:
74: * imach.c (Repository): Suppress abusive calls to append to file html (solution was to put fichtm as a global variable. Version 0.96
75:
76: 2003-06-17 Brouard Nicolas <brouard@homebrou>
77:
78:
79: * imach.c (Repository): Check when date of death was earlier that
80: current date of interview. It may happen when the death was just
81: prior to the death. In this case, dh was negative and likelihood
82: was wrong (infinity). We still send an "Error" but patch by
83: assuming that the date of death was just one stepm after the
84: interview.
85: (Repository): Because some people have very long ID (first column)
86: we changed int to long in num[] and we added a new lvector for
87: memory allocation. But we also truncated to 8 characters (left
88: truncation)
89:
90: (Repository): No more line truncation errors.
91:
92: 2003-06-14 Brouard Nicolas <brouard@homebrou>
93:
94: * imach.c (Repository): Add of a routine likelione (likelihood
95: only once) which prints on a text file
96: (ilk) the contributions to the likelihood for each
97: individual/wave.
98:
99: 2003-06-13 Brouard Nicolas <brouard@homebrou>
100: * imach.c (Repository): Replace "freqsummary" at a correct
101: place. It differs from routine "prevalence" which may be called
102: many times. Probs is memory consuming and must be used with
103: parcimony.
104:
105: 2003-06-17 <brouard@BROUARD>
106:
107: * timeval.h (Module): Added included file to make use of
108: gettimeofday working on win32 with cygwin.
109:
110: 2003-05-16 Brouard Nicolas <brouard@brouard>
111: * imach.c (Module): Insert of a warning if the delay between two
112: waves is negative.
113:
114: * imach.c (Module):
115:
116: 2003-05-03 <brouard@BROUARD>
117:
118: * imach.c: Some cleaning
119:
120: 2003-03-28 <brouard@BROUARD>
121: * imach.c (Module): In version up to 0.92 likelihood was computed
122: as if date of death was unknown. Death was treated as any other
123: health state: the date of the interview describes the actual state
124: and not the date of a change in health state. The former idea was
125: to consider that at each interview the state was recorded
126: (healthy, disable or death) and IMaCh was corrected; but when we
127: introduced the exact date of death then we should have modified
128: the contribution of an exact death to the likelihood. This new
129: contribution is smaller and very dependent of the step unit
130: stepm. It is no more the probability to die between last interview
131: and month of death but the probability to survive from last
132: interview up to one month before death multiplied by the
133: probability to die within a month. Thanks to Chris
134: Jackson for correcting this bug. Former versions increased
135: mortality artificially. The bad side is that we add another loop
136:
137:
138: which slows down the processing. The difference can be up to 10%
139:
140:
141: lower mortality.
142:
143:
144:
145:
146:
147: 2002-05-30 <brouard@BROUARD>
148:
149:
150:
151:
152:
153: *
154:
155:
156:
157:
158:
159: * imach.c (Module): Add correlation matrix of one-step
160:
161:
162: probabilities and covariance matrix
163:
164:
165:
166:
167:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>