Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

BGGM (version 1.0.0)

summary.estimate: Summary method for estimate.default objects

Description

Summary method for estimate.default objects

Usage

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

Arguments

object

An object of class estimate

cred

credible interval width

...

currently ignored

Value

A list containing the summarized posterior distributions # data Y <- BGGM::bfi[, 1:5] # analytic approach (sample by setting analytic = FALSE) fit <- estimate(Y, analytic = TRUE) summary(fit)

See Also

select.estimate