Description Usage Arguments Value References See Also Examples
Estimate the Log-Quadratic model. The implemented estimation using the bi-weight procedure is described in the Appendix of \insertCitewilmoth2012;textualMortalityEstimate
1 |
x |
Numerical vector containing ages corresponding to the input data (in 'mx' or 'LT'). |
mx |
Input data. A data.frame / matrix with death rates. |
LT |
Input data. A collection of life tables. If |
verbose |
Logical. Choose whether to display a progress bar during the fitting process. Default: TRUE. |
control |
List with additional parameters.
See |
The output is of class wilmoth
with the components:
input |
A list with input objects provided in the function; |
call |
An unevaluated function call, that is, an unevaluated expression which consists of the named function applied to the given arguments; |
coefficients |
Estimated coefficients; |
k |
The estimated k parameter; |
fitted.values |
Fitted values of the estimated model; |
residuals |
Deviance residuals; |
model.info |
Model details (equation). The relationship between the death rate at age x, and the probability of dying between birth and age 5. |
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.