50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


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