From 2d971232437bb36db4f12f68abe12449b54802f1 Mon Sep 17 00:00:00 2001 From: "N. Brouard" Date: Fri, 27 Jan 2006 20:19:24 +0000 Subject: [PATCH] *** empty log message *** --- src/README.txt | 30 ++++++++++++++++-------------- src/setup.iss | 19 ++++++++++++------- 2 files changed, 28 insertions(+), 21 deletions(-) diff --git a/src/README.txt b/src/README.txt index 9b44cc0..fdc18b6 100755 --- a/src/README.txt +++ b/src/README.txt @@ -1,7 +1,7 @@ Interpolated Marlov Chain (IMaCh program) This program is GPL licensed for the part the code that we wrote at -INED. But currently (version 0.97b may 2004) maximization routines use +INED. But currently (version 0.98b January 2006) maximization routines use a modified version of the patented routines from "Numerical Recipes in C". If you have the right to use the sources of their software you can get access to the source code and to the CVS tree of IMaCh. @@ -9,25 +9,24 @@ get access to the source code and to the CVS tree of IMaCh. The program estimates Health Expectancies from Cross-longitudinal studies. The main publication is Lievre, A. Brouard. N, Heathcote -Ch. Estimating Health Expectancies from Corss-longitudinal surveys, +Ch. Estimating Health Expectancies from Cross-longitudinal surveys, Mathematical Population Studies, 10(1), 2003, pp. 1-52. -To be brief, for each people interviewed we have the age and health -states at each interview. Also the month of death is known. We model -the probability to be observed in any state at any age via a -parametric model and estimate the parameters and their confidence interval -by maximum likelihood, many tables and graphs are output in -HTML. Graphs are built using gnuplot. +To be brief, for each people interviewed we need the age and health +status at each interview. Also the month and year of death should be +known as for birth. We model the probability to be observed in any +state at any age via a parametric model and estimate the parameters +and their confidence interval by maximum likelihood. Many tables and +graphs are output in HTML. Graphs are built using gnuplot. -In the Windows version, gnuplot is also distributed. Version 4 is out -since early 2004 and is used by latest version of Imach (at least -version 0.38i is required). -IMaCh is supposed to work on Linux, MacIntosh and Windows (9X or -NT/XP). +In the Windows version, gnuplot is also distributed. Version 4 of +gnuplot is out since early 2004 and is used by latest version of Imach +(at least version 0.38i of gnuplot is required). IMaCh is supposed to work on +Linux, Unix, MacIntosh (Panther, Tiger) and Windows (9X or NT/XP). WINDOWS On Windows it is distributed via a setup file (no more a zip file). As -usual you can put the 'imach' directory in Program Files or +usual, you can put the 'imach' directory in Program Files or wherever. The directory contains at least 2 directories, 'bin' for the binaries which are imach.exe and gnuplot.exe, doc for some of the documentation, and 'mytry' in order to test the program on a parameter @@ -66,6 +65,9 @@ You may subscribe to imach-users@listes.ined.fr by sending a mail at imach-users-subscribe@listes.ined.fr and you can unsubscribe with a mail to imach-users-unsubscribe@listes.ined.fr . +Other comments are included on the Wiki server +http://euroreves.ined.fr/imach/wiki, please use it ask questions too. + Nicolas Brouard (brouard at ined point fr) Agnès Lièvre (lievre chez ined dot fr) Christopher Heathcote diff --git a/src/setup.iss b/src/setup.iss index 148bc86..e8dd158 100644 --- a/src/setup.iss +++ b/src/setup.iss @@ -2,6 +2,9 @@ ; $Id$ ; $State$ ; $Log$ +; Revision 1.5 2005/09/30 18:02:25 lievre +; unix2dos added +; ; Revision 1.4 2005/09/30 17:39:58 lievre ; The files mypar.txt and data1.txt added ; @@ -15,22 +18,24 @@ [Setup] AppName=IMaCh -AppVerName=IMaCh Version 0.98 -AppCopyright=Copyright (C) 2002-2003-2004-2005 INED-EUROREVES-Institut de longévité +AppVerName=IMaCh Version 0.98b +AppCopyright=Copyright (C) 2002-2006 INED-EUROREVES-Institut de longévité DefaultDirName={pf}\IMaCh DefaultGroupName=IMaCh +OutputBaseFilename=imach-0.98b-@NOREG@setup UninstallDisplayIcon={app}\imach.exe -InfoBeforeFile=Readme.txt +InfoBeforeFile=README.txt ;;SetupIconFile={app}\imach.exe ;;UninstallIconFile={app}\imach.ico ; uncomment the following line if you want your installation to run on NT 3.51 too. ; MinVersion=4,3.51 + ChangesAssociations=yes [Files] Source: imach.exe; DestDir: {app}\bin Source: ..\html\doc\imach.htm; DestDir: {app}\doc -Source: Readme.txt; DestDir: {app}; Flags: isreadme +Source: README.txt; DestDir: {app}; Flags: isreadme Source: imach.ico; DestDir: {app}\bin Source: gnuplot.exe; DestDir: {app}\bin Source: wgnuplot.hlp; DestDir: {app}\bin @@ -102,8 +107,8 @@ Source: ..\html\doc\data1.txt; DestDir: {app}\doc ;P.S. -silent is recommended for use in install scripts [Icons] -Name: {group}\IMaCH; Filename: {app}\bin\imach.exe; Comment: IMaCh 0.98; IconFilename: {app}\imach.ico -Name: {userdesktop}\IMaCH; Filename: {app}\bin\imach.exe; Comment: IMaCh@ 0.98; Flags: runmaximized +Name: {group}\IMaCH; Filename: {app}\bin\imach.exe; Comment: IMaCh 0.98b; IconFilename: {app}\imach.ico +Name: {userdesktop}\IMaCH; Filename: {app}\bin\imach.exe; Comment: IMaCh 0.98b; Flags: runmaximized Name: {group}\Visit the IMaCh web site; Filename: {app}\website.url ; NOTE: Most apps do not need registry entries to be pre-created. If you @@ -119,7 +124,7 @@ Name: {group}\Visit the IMaCh web site; Filename: {app}\website.url ;;Root: HKCU; Subkey: "Software\EuroREVES_INED\IMaCh"; Flags: uninsdeletekey ;;Root: HKLM; Subkey: "Software\EuroREVES_INED"; Flags: uninsdeletekeyifempty Root: HKLM; Subkey: Software\IMaCh; Flags: uninsdeletekeyifempty -Root: HKLM; Subkey: Software\IMaCh\imach; ValueType: string; ValueName: Current Version; ValueData: 0.98; Flags: uninsdeletekeyifempty +Root: HKLM; Subkey: Software\IMaCh\imach; ValueType: string; ValueName: Current Version; ValueData: 0.98b; Flags: uninsdeletekeyifempty Root: HKLM; Subkey: Software\IMaCh\imach; ValueType: string; ValueName: InstallPath; ValueData: {app} Root: HKLM; Subkey: Software\IMaCh\gnuplot; ValueType: string; ValueName: Current Version; ValueData: 4.0; Flags: uninsdeletekeyifempty Root: HKLM; Subkey: Software\IMaCh\gnuplot; ValueType: string; ValueName: InstallPath; ValueData: {app} -- 2.43.0