All Projects → ISAAKiel → mortAAR

ISAAKiel / mortAAR

Licence: GPL-3.0 License
R Package - Analysis of Archaeological Mortality Data

Programming Languages

r
7636 projects
TeX
3793 projects

Projects that are alternatives of or similar to mortAAR

PyImpetus
PyImpetus is a Markov Blanket based feature subset selection algorithm that considers features both separately and together as a group in order to provide not just the best set of features but also the best combination of features
Stars: ✭ 83 (+538.46%)
Mutual labels:  statistics
Data-Analyst-Nanodegree
Kai Sheng Teh - Udacity Data Analyst Nanodegree
Stars: ✭ 42 (+223.08%)
Mutual labels:  statistics
d3-boxplot
d3js box plot plugin
Stars: ✭ 21 (+61.54%)
Mutual labels:  statistics
parcours-r
Valise pédagogique pour la formation à R
Stars: ✭ 25 (+92.31%)
Mutual labels:  statistics
mongodb-info
MongoDB Info - command line tool to get stats.
Stars: ✭ 13 (+0%)
Mutual labels:  statistics
AMIDD
Introduction to Applied Mathematics and Informatics in Drug Discovery (AMIDD)
Stars: ✭ 13 (+0%)
Mutual labels:  statistics
analytics reading list
a collection of books, articles, and tutorials to learn and apply analytics
Stars: ✭ 16 (+23.08%)
Mutual labels:  statistics
demography
demography package for R
Stars: ✭ 44 (+238.46%)
Mutual labels:  demography
karan36k.github.io
These are all the articles and pages I have in my data science website. I try to transcribe all I learn and post regularly. Please visit and feel free to email me for suggestions.
Stars: ✭ 22 (+69.23%)
Mutual labels:  statistics
BayesHMM
Full Bayesian Inference for Hidden Markov Models
Stars: ✭ 35 (+169.23%)
Mutual labels:  statistics
interactive-simple-linear-regression
A PureScript, browser-based implementation of simple linear regression.
Stars: ✭ 15 (+15.38%)
Mutual labels:  statistics
tabula
📊 Analysis, Seriation and Visualization of Archaeological Count Data
Stars: ✭ 25 (+92.31%)
Mutual labels:  archaeology
Euler
The open-source computational framework for the Swift language
Stars: ✭ 37 (+184.62%)
Mutual labels:  statistics
pyextremes
Extreme Value Analysis (EVA) in Python
Stars: ✭ 89 (+584.62%)
Mutual labels:  statistics
laravel-model-stats
Model statistics dashboard for your Laravel Application
Stars: ✭ 186 (+1330.77%)
Mutual labels:  statistics
ethz cs summaries
Summaries / Cheat Sheets created at ETH Zurich BsC Computer Science & MsC Data Science
Stars: ✭ 67 (+415.38%)
Mutual labels:  statistics
quarantine-bot
WhatsApp bot powered by Twilio API to get through the quarantine. Latest COVID19 statistics, world news, inspirational quotes and cat photos.
Stars: ✭ 24 (+84.62%)
Mutual labels:  statistics
growthbook
Open Source Feature Flagging and A/B Testing Platform
Stars: ✭ 2,342 (+17915.38%)
Mutual labels:  statistics
goodreads-toolbox
9 tools for Goodreads.com, for finding people based on the books they’ve read, finding books popular among the people you follow, following new book reviews, etc
Stars: ✭ 56 (+330.77%)
Mutual labels:  statistics
ThunderStats
This addon adds awesome statistics to your beloved Thunderbird!
Stars: ✭ 34 (+161.54%)
Mutual labels:  statistics

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].