summary.smoothbp_fit: Summarise a smoothbp_fit

View source: R/postprocess.R

summary.smoothbp_fitR Documentation

Summarise a smoothbp_fit

Description

Summarise a smoothbp_fit

Usage

## S3 method for class 'smoothbp_fit'
summary(object, effects = c("fixed", "ran_pars"), digits = 3, ...)

Arguments

object

A smoothbp_fit object.

effects

Which effects to summarise: "fixed", "ran_pars", "ran_vals", or "all".

digits

Number of decimal places for rounding.

...

Unused.

Value

A data.frame containing summary statistics (mean, SD, 2.5% and 97.5% quantiles, Rhat, and bulk/tail ESS) for the requested effects.


smoothbp documentation built on June 14, 2026, 9:06 a.m.