cal.bayesian: Bayesian regressions to calibrate the clumped isotopes...

View source: R/cal.bayesian.R

cal.bayesianR Documentation

Bayesian regressions to calibrate the clumped isotopes paleothermometer using stan.

Description

Bayesian regressions to calibrate the clumped isotopes paleothermometer using stan.

Usage

cal.bayesian(
  calibrationData,
  numSavedSteps = 3000,
  priors = "Informative",
  MC = TRUE
)

Arguments

calibrationData

The target calibration dataset.

numSavedSteps

Number of MCMC iterations to save.

priors

Either Informative, Weak, or Uninformative on the slope and intercept.

MC

Multicore (TRUE/FALSE)

Value

A list the raw models fit in stan and a multi-model comparison based on loo.


bayclumpr documentation built on April 1, 2023, 12:12 a.m.