knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = NULL
)

ArchaeoChron

R-CMD-check codecov Dependencies

r-universe{.pkgdown-devel} CRAN Version{.pkgdown-release} CRAN checks{.pkgdown-release} CRAN Downloads{.pkgdown-release}

Project Status: Active – The project has reached a stable, usable state and is being actively developed.

Overview

ArchaeoChron provides a list of functions for the Bayesian modeling of archaeological chronologies. The Bayesian models are implemented in 'JAGS' ('JAGS' stands for Just Another Gibbs Sampler. It is a program for the analysis of Bayesian hierarchical models using Markov Chain Monte Carlo (MCMC) simulation. See http://mcmc-jags.sourceforge.net/ and "JAGS Version 4.3.0 user manual", Martin Plummer (2017) https://sourceforge.net/projects/mcmc-jags/files/Manuals/.). The inputs are measurements with their associated standard deviations and the study period. The output is the MCMC sample of the posterior distribution of the event date with or without radiocarbon calibration.

If this is your first time using ArchaeoChron, take a moment to read the vignette we wrote about the estimation of a combination of dates (mainly Gaussian). If you have any questions, feel free to contact us (anne.philippe@univ-nantes.fr).

utils::citation("ArchaeoChron")

Installation

You can install the released version of ArchaeoChron from CRAN with:

install.packages("ArchaeoChron")

And the development version from GitHub with:

# install.packages("remotes")
remotes::install_github("ArchaeoStat/ArchaeoChron")

Usage

ArchaeoChron provides functions that return a Markov chain of the posterior distribution of one of the following Bayesian models:

References



ArchaeoStat/ArchaeoChron documentation built on Jan. 26, 2024, 11:16 a.m.