powered by
estimate
Residuals for estimate Objects
# S3 method for estimate residuals(object, iter = 500, cred = 0.95, summary = TRUE, ...)
object of class estimate
iters used to compute the residuals
credible interval used for summarizing
summarize the posterior samples (Default is TRUE).
TRUE
currently ignored
3D array of dimensions n (observations), 4 (posterior summary), p (number of nodes)
# NOT RUN { # data Y <- subset(tas, gender == "M")[,-ncol(tas)] # fit model fit <- estimate(Y) # diagnostic plot residuals(fit, iter = 25) # }
Run the code above in your browser using DataLab