mortAAR

R Package - Analysis of Archaeological Mortality Data

https://github.com/isaakiel/mortaar

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.1%) to scientific vocabulary

Keywords

anthropology archaeology demography r statistics
Last synced: 10 months ago · JSON representation

Repository

R Package - Analysis of Archaeological Mortality Data

Basic Info
Statistics
  • Stars: 18
  • Watchers: 4
  • Forks: 0
  • Open Issues: 3
  • Releases: 4
Topics
anthropology archaeology demography r statistics
Created almost 10 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog License

README.md

Project Status: Active – The project has reached a stable, usable state and is being actively developed. Coverage Status CRAN\_Status\_Badge license

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 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, Extended discussion, Life table correction and Reproduction – and the Manual.

Installation

mortAAR is available on CRAN 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. Comments and feedback are welcome, as are code contributions.

Owner

  • Name: Initiative for Statistical Analysis in Archaeology Kiel (ISAAK)
  • Login: ISAAKiel
  • Kind: organization
  • Location: Kiel, Germany

GitHub Events

Total
  • Create event: 3
  • Issues event: 3
  • Release event: 2
  • Watch event: 4
  • Delete event: 1
  • Issue comment event: 1
  • Push event: 32
  • Pull request event: 1
Last Year
  • Create event: 3
  • Issues event: 3
  • Release event: 2
  • Watch event: 4
  • Delete event: 1
  • Issue comment event: 1
  • Push event: 32
  • Pull request event: 1

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 45
  • Total pull requests: 24
  • Average time to close issues: 5 months
  • Average time to close pull requests: about 2 months
  • Total issue authors: 7
  • Total pull request authors: 5
  • Average comments per issue: 5.02
  • Average comments per pull request: 2.04
  • Merged pull requests: 22
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 0
  • Average time to close issues: 4 months
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • nmueller18 (22)
  • dakni (11)
  • nevrome (7)
  • MartinHinz (2)
  • hrncirv (1)
  • dirkseidensticker (1)
  • chrinne (1)
Pull Request Authors
  • nevrome (14)
  • nmueller18 (8)
  • olivroy (2)
  • dirkseidensticker (1)
  • MartinHinz (1)
Top Labels
Issue Labels
bug (4) enhancement (1) wontfix (1)
Pull Request Labels
bug (1) enhancement (1)

Packages

  • Total packages: 1
  • Total downloads:
    • cran 600 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 11
  • Total maintainers: 1
cran.r-project.org: mortAAR

Analysis of Archaeological Mortality Data

  • Versions: 11
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 600 Last month
Rankings
Dependent packages count: 29.8%
Dependent repos count: 35.5%
Average: 38.4%
Downloads: 49.8%
Last synced: 11 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.5.0 depends
  • Rdpack >= 0.4 imports
  • magrittr >= 1.5 imports
  • methods >= 3.3.3 imports
  • reshape2 >= 1.4.2 imports
  • tibble >= 3.0.3 imports
  • dplyr * suggests
  • ggplot2 * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • testthat * suggests
  • tidyr * suggests
.github/workflows/R-CMD-check.yaml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • actions/upload-artifact main composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite