estimate.default
objectsSummary method for estimate.default
objects
# S3 method for estimate
summary(object, cred = 0.95, ...)
An object of class estimate
credible interval width
currently ignored
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)