https://github.com/ucl/admur
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ucl/admur
- Owner: UCL
- Created: 2020-07-08T13:38:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-11T14:32:34.000Z (almost 3 years ago)
- Last Synced: 2025-06-12T08:05:36.117Z (about 1 year ago)
- Language: R
- Size: 29.7 MB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
Awesome Lists containing this project
README
[](https://app.travis-ci.com/AdrianTimpson/ADMUR)
# ADMUR
## Ancient Demographic Modelling Using Radiocarbon
Statistical tools to directly model underlying population dynamics using date datasets (radiocarbon and other).
### Population modelling
Various model structures can be compared in a robust formal model comparison framework. Continuous Piecewise Linear (CPL) models are infinitely flexible, and can recover complex population dynamics if enough data is available. Other simpler models include: Uniform, Exponential, Gaussian, Cauchy, Sinusoidal, Logistic and Power law. Taphonomic loss included optionally as a power function.
### Bayesian Parameter estimation
Posterior parameter estimates of population models, using model likelihoods and a weak uniform prior.
### SPDs and simulation based testing
Package also calibrates 14C samples, generates Summed Probability Distributions (SPD), and performs SPD simulation analysis to generate a Goodness-of-fit test for the best selected model.
Continuous Piecewise Linear (CPL) models that are flexible to estimate any complex population dynamics
## Installation
Install from CRAN, then load
``` r
install.packages('ADMUR')
library('ADMUR')
```
## Guide
Refer to the vignette 'guide' for detailed support and examples.
``` r
vignette('guide', package = 'ADMUR')
```
## Contact
Please contact a.timpson@ucl.ac.uk in the first instance to make suggestions, report bugs or request help.
## References
This package accompanies the following paper:
Timpson A., Barberena R., Thomas M. G., Mendez C., Manning K. 2020. "Directly modelling population dynamics in the South American Arid Diagonal using 14C dates",Philosophical Transactions B. .
Citations available as follows:
``` r
citation(package='ADMUR')
```
---
ADMUR was written in collaboration with:
- University College London
- Department of Genetics, Evolution and Environment
- Molecular and Cultural Evolution Laboratory
- UCL Research Software Development
- Max Planck Institute for the Science of Human History
- Department of Archaeology
- Pan African Evolution ResearchGroup
Special thanks to Yoan Diekmann for his influential inferential input.
Also thanks to the following who have reported bugs, requested additional functionality, offered constructive criticism, or provided other advice:
- Gregor Seyer
- Uwe Ligges
- Prof Brian Ripley
- Enrico Crema
- Ricardo Fernandes
- Mark G. Thomas
---



