summarise_age_models: Summarise Posterior Age Models

View source: R/posterior_methods.R

summarise_age_modelsR Documentation

Summarise Posterior Age Models

Description

Extracts the summary statistics of posterior age models and attaches the depths

Usage

summarise_age_models(
  hamstr_fit,
  probs = c(0.025, 0.159, 0.25, 0.5, 0.75, 0.841, 0.975)
)

Arguments

hamstr_fit

the object returned from stan_hamstr.

Value

data.frame / tibble

Examples

## Not run: 
fit <- hamstr(
  depth = MSB2K$depth,
  obs_age = MSB2K$age,
  obs_err = MSB2K$error)

summarise_age_models(fit)

## End(Not run)  

EarthSystemDiagnostics/baconr documentation built on Dec. 10, 2023, 4:35 a.m.