View source: R/predictability.R
summary.predictability | R Documentation |
predictability
ObjectsSummary Method for predictability
Objects
## S3 method for class 'predictability'
summary(object, cred = 0.95, ...)
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 |
Y <- ptsd[,1:5]
fit <- explore(Y, iter = 250,
progress = FALSE)
r2 <- predictability(fit, iter = 250,
progress = FALSE)
summary(r2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.