summary.coef: Summarize 'coef' Objects

Description Usage Arguments Value Note

View source: R/coef.estimate.R

Description

Summarize regression parameters with the posterior mean, standard deviation, and credible interval.

Usage

1
2
## S3 method for class 'coef'
summary(object, cred = 0.95, ...)

Arguments

object

An object of class coef.

cred

Numeric. The credible interval width for summarizing the posterior distributions (defaults to 0.95; must be between 0 and 1).

...

Currently ignored

Value

A list of length p including the summaries for each multiple regression.

Note

See coef.estimate and coef.explore for examples.


BGGM documentation built on Aug. 20, 2021, 5:08 p.m.