cal.bayesian {bayclumpr}R 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.


[Package bayclumpr version 0.1.0 Index]