ISAAKiel / mortAAR

R Package - Analysis of Archaeological Mortality Data
GNU General Public License v3.0
14 stars 0 forks source link

PostRelease ToDo: further functions #15

Open dakni opened 7 years ago

dakni commented 7 years ago
nmueller18 commented 7 years ago

Connection to the package 'lifetables()': https://cran.r-project.org/web/packages/LifeTables/index.html (when nothing else is left to be done)

nmueller18 commented 7 years ago

Implementing the Halley Band (Monte Carlo Simulations) of age profiles http://www.marc-luy.de/pub/ml011.pdf

nmueller18 commented 7 years ago

Logit approximation according to Brass. R-code is supplied here. However, note that in recent times seemingly superior algorithms have been published (e.g. here or here). An overview with detailled instructions for calculating the life tables according to the different methods can be found here.

nmueller18 commented 7 years ago

Maximum Likelihood Estimation (MLE). This was first proposed as an alternative to the aoristic method as implemented in mortAAR here. MLE has been also used for testing empirical and skeletal mortality curves (this as an answer to @nevrome ,here). Finally, MLE has been further used for estimating the distribution of skeletal age characteristics (here a recent article with older literature).

nmueller18 commented 6 months ago

Implementing the Halley Band (Monte Carlo Simulations) of age profiles http://www.marc-luy.de/pub/ml011.pdf

Implemented here.