summary.predictability {BGGM} | R Documentation |
Summary Method for predictability
Objects
Description
Summary Method for predictability
Objects
Usage
## S3 method for class 'predictability'
summary(object, cred = 0.95, ...)
Arguments
object |
An object of class |
cred |
Numeric. The credible interval width for summarizing the posterior distributions (defaults to 0.95; must be between 0 and 1). |
... |
Currently ignored |
Examples
Y <- ptsd[,1:5]
fit <- explore(Y, iter = 250,
progress = FALSE)
r2 <- predictability(fit, iter = 250,
progress = FALSE)
summary(r2)
[Package BGGM version 2.1.3 Index]