get_posterior_ages: Get Posterior Age Models

View source: R/posterior_methods.R

get_posterior_agesR Documentation

Get Posterior Age Models

Description

Get Posterior Age Models

Usage

get_posterior_ages(hamstr_fit)

Arguments

hamstr_fit

the object returned from stan_hamstr.

Value

a dataframe/tibble with posterior ages for all iterations after warmup

Examples

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

get_posterior_ages(fit)

## End(Not run)

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