plot.ctFitCovCheck {ctsem} | R Documentation |
plot.ctFitCovCheck
Description
Plot the results of ctFitCovCheck.
Usage
## S3 method for class 'ctFitCovCheck'
plot(x, maxlag = 10, vars = NA, splitvar = NA, ...)
Arguments
x |
Output from ctFitCovCheck. |
maxlag |
Maximum lag to plot. |
vars |
Optional character vector of variable names to plot. If 'NA', all variables are plotted. |
splitvar |
Optional character string specifying a variable to split the plot by. |
... |
not used. |
Value
ggplot object.
Examples
## Not run:
plot.ctFitCovCheck(ctCheckFit(ctstantestfit,cor=TRUE),maxlag=3)
## End(Not run)
[Package ctsem version 3.10.4 Index]