ctFitCovCheck | R Documentation |
Visual model fit diagnostics for ctsem fit objects.
ctFitCovCheck(fit, cor = FALSE)
fit |
ctStanFit object. |
cor |
Logical. If TRUE, the correlation matrix is used instead of the covariance matrix. |
data.table containing quantiles of the model implied covariance matrix based on generated samples of data, the sample covariance matrix values, and the difference between the two.
## Not run:
check <- ctCheckFit(ctstantestfit,cor=TRUE)
plot.ctFitCovCheck(check,maxlag=3)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.