Learn R Programming

bayclumpr (version 0.1.0)

cal.bayesian: 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
)

Value

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

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)