Learn R Programming

BGGM (version 2.1.5)

summary.coef: Summarize coef Objects

Description

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

Usage

# S3 method for coef
summary(object, cred = 0.95, ...)

Value

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

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