summary.hamstr_fit: Summarise hamstr Models

View source: R/posterior_methods.R

summary.hamstr_fitR Documentation

Summarise hamstr Models

Description

summary method for class "hamstr_fit"

Usage

## S3 method for class 'hamstr_fit'
summary(object, type = c("age_models", "acc_rates", "pars"), ...)

Arguments

object

hamstr_fit object

type

age models "age_models" or accumulation rates "acc_rates"

...

additional arguments to hamstr summary methods

Value

a tibble

Examples

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

summary(fit)
summary(fit, type = c("acc_rates"))

## End(Not run)

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