https://github.com/isaakiel/mortaar
R Package - Analysis of Archaeological Mortality Data
https://github.com/isaakiel/mortaar
anthropology archaeology demography r statistics
Last synced: about 2 months ago
JSON representation
R Package - Analysis of Archaeological Mortality Data
- Host: GitHub
- URL: https://github.com/isaakiel/mortaar
- Owner: ISAAKiel
- License: gpl-3.0
- Created: 2016-07-21T12:26:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-04-09T22:34:09.000Z (6 months ago)
- Last Synced: 2025-08-29T04:46:50.407Z (about 2 months ago)
- Topics: anthropology, archaeology, demography, r, statistics
- Language: R
- Homepage: https://isaakiel.github.io/mortAAR/
- Size: 4.62 MB
- Stars: 18
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.repostatus.org/#active)
[](https://app.codecov.io/github/ISAAKiel/mortAAR?branch=master)
[](https://CRAN.R-project.org/package=mortAAR)
[](https://CRAN.R-project.org/package=mortAAR)
[](https://CRAN.R-project.org/package=mortAAR)
[](https://www.r-project.org/Licenses/GPL-3)mortAAR
-------With `mortAAR` you can calculate a **life table** based on archaeological demographic data. You just need the number of people of a certain age, but you can also use single individual data. `mortAAR` allows to separate the data according to sex/location/epoch or any other grouping variable.
What is a life table [aka discrete time survival analysis]? According to [Chamberlain](https://books.google.de/books?id=nG5FoO_becAC&lpg=PA27&ots=LG0b_xrx6O&dq=life%20table%20archaeology&pg=PA27#v=onepage&q&f=false) it is a
> "(...) mathematical device for representing the mortality experience of a population and for exploring the effects on survivorship of age-specific probabilities of death. One reason why life tables have been ubiquitous in demography is that mortality cannot easily be modelled as a single equation or continuous function of age."
To our knowledge as of writing, a simple to use and easily accessible tool to calculate and create archaeological life tables has been lacking. That is why we sat down and put `mortAAR` for R together. We hope it will be of use for archaeologists world-wide.
In our view, `mortAAR` shines in the following areas:
- Ease and flexibility of input (different kinds of customization and grouping)
- Sophisticated means of computation (exploding of age ranges, separation factor for average lived years)
- Comprehensiveness of output (life tables for all groups specified, plots for the most important measures, relative population calculation)For further information, please have a look at the Vignettes – [Basic usage](https://CRAN.R-project.org/package=mortAAR/vignettes/mortAAR_vignette-1.html), [Extended discussion](https://CRAN.R-project.org/package=mortAAR/vignettes/mortAAR_vignette_extended.html), [Life table correction](https://CRAN.R-project.org/package=mortAAR/vignettes/mortAAR_vignette_lt_correction.html) and [Reproduction](https://CRAN.R-project.org/package=mortAAR/vignettes/mortAAR_vignette_reproduction.html) – and the [Manual](https://CRAN.R-project.org/package=mortAAR/mortAAR.pdf).
Installation
------------`mortAAR` is available on [CRAN](https://CRAN.R-project.org/package=mortAAR) and can be installed through `install.packages("mortAAR")`. You can also install the development version with:
```
if(!require('remotes')) install.packages('remotes')
remotes::install_github('ISAAKiel/mortAAR', build_vignettes = TRUE)
```Licence
-------`mortAAR` is released under the [GNU General Public Licence, version 3](https://www.r-project.org/Licenses/GPL-3). Comments and feedback are welcome, as are code contributions.