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
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)