File:  [Local Repository] / imach / html / doc / mortality.htm
Revision 1.1: download - view: text, annotated - select for diffs
Mon Aug 2 11:33:56 2004 UTC (19 years, 11 months ago) by brouard
Branches: MAIN
CVS tags: HEAD
*** empty log message ***

<html>

<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<title>Computing global mortality using IMaCh</title>
</head>

<body bgcolor="#FFFFFF">

<hr size="3" color="#EC5E5E">

<p align="center"><font color="#004080" size="5">Estimation of
the force of mortality independently of the initial health status
using IMaCh</font></p>

<p align="center"><font color="#004080" size="5">May 2004</font></p>

<hr size="3" color="#EC5E5E">

<ul>
    <li><a href="#intro"><font color="#004080">Introduction</font></a></li>
    <li><a href="#math"><font color="#004080">Mathematical
        modelisation of the age-specific mortality</font></a></li>
    <li><a href="#param"><font color="#004080">The parameter file</font></a></li>
    <li><a href="#graph"><font color="#004080">Output file and
        graph</font></a></li>
</ul>

<hr>

<p><font color="#004080" size="4">Introduction</font><a
name="intro"></a></p>

<p><font
color="#000000">Estimating mortality from the American LSOA
surveys or from the French HID survey or from many recent
cross-longitudinal surveys in various countries is neither easy
nor accurate with classical demographical tools. Even if dates of
death are checked with data from vital statistics and are of good
quality the samples are often too small to be divided into
subgroups. Also it is mandatory to estimate the mortality of
subgroups or even of the whole sample if it suspected of biases
in comparison with national mortality estimates.Using IMaCh
(0.96d) we are able to estimate status based age specific forces
of mortality and to derive global mortality by weighting them
according to age-specific cross-sectional prevalences but here we
are interested in estimating mortality directly i.e. without
specifying any health status. This is obviously a simple problem
but which is not so easy to solve because human mortality varies
exponentially with age and age must be controlled accurately.We
adapted a special program previously used to estimate mortality
from centenarians surveys to implement a survival model which
takes into account the exact duration between the first interview
and the death if the person died before the last interview or the
exact duration between the first and the last interview if the
person is still alive.We included this program as a new feature
of the IMaCh program version 0.97. </font></p>

<hr>

<p><font color="#004080" size="4">Mathematical modelisation of the
age-specific mortality</font><a name="math"></a></p>

<p><font color="#000000" size="3">The force of mortality is parametrized
as a Gompertz fonction mu(x)=a exp(b*x) where x is age and a and
b are the parameters. The model implemented in IMaCh is detailed
in the pdf file </font><a href="docmortweb.pdf"><font
color="#000000" size="3">docmortweb.pdf</font></a></p>

<hr>

<p><font color="#004080" size="4">The parameter file</font><a
name="param"></a></p>

<p><font color="#000000" size="3">The parameter file should be
the same as the maximisation. The estimation of the global
mortality is obtain when mle= -3. You can also choose the waves
(firstpass and lastpass), number of observation (lastobs) and to
add weights (weights).</font></p>

<p><font color="#FF0000" size="3">Example of parameter file : </font><a
href="mortparam.imach"><font color="#FF0000" size="3">mortparam.imach</font></a></p>

<hr>

<p><font color="#004080" size="4">Output file and graph</font><a
name="graph"></a></p>

<p><font color="#000000">When the run is finished, the user
should enter the caracter 'e' to get the results in a htm file.
This file contains the two parameters with confidence interval
and a graph of the age-specific mortality obtained with the
estimated parameters.</font></p>

<p><font color="#FF0000" size="3">Example of output file :</font><font
color="#FF0000"> </font><a href="mortparam-mort.htm"><font
color="#FF0000">mortparam-mort.htm.</font></a></p>

<ul>
    <li><font color="#000000">Results : In this example, the two
        parameters of the Gompertz fit (with confidence interval
        in brackets) are<br>
        <br>
        p[1] = 0.026565 [0.022327 ; 0.030802]<br>
        p[2] = 0.087517 [0.075484 ; 0.099550]<br>
        <br>
        So that the Gompertz equation modelling the force of
        mortality expressed in years is :</font></li>
</ul>

<pre><font color="#000000">     </font><font color="#000000"
size="4">mu(age) =0.026565*exp(0.087517*(age-71))</font><font
color="#000000">
</font></pre>

<ul>
    <li><font color="#000000">Graph : The figure </font><a
        href="graphmort.png"><font color="#000000">graphmort.png</font></a><font
        color="#000000"> represents the age-specific mortality
        mu(age) according to the previous equation.</font></li>
</ul>

<p><font color="#004080"><img src="graphmort.gif" width="415"
height="311"></font></p>

<hr>

<p>&nbsp;</p>
</body>
</html>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>