powered by
predictability
Summary Method for predictability Objects
# S3 method for predictability summary(object, cred = 0.95, ...)
An object of class predictability.
Numeric. The credible interval width for summarizing the posterior distributions (defaults to 0.95; must be between 0 and 1).
Currently ignored
# \donttest{ Y <- ptsd[,1:5] fit <- explore(Y, iter = 250, progress = FALSE) r2 <- predictability(fit, iter = 250, progress = FALSE) summary(r2) # }
Run the code above in your browser using DataLab