plot.ctFitCovCheck | R Documentation |
Plot the results of ctFitCovCheck.
## S3 method for class 'ctFitCovCheck'
plot(x, maxlag = 10, vars = NA, splitvar = NA, ...)
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. |
ggplot object.
## Not run:
plot.ctFitCovCheck(ctCheckFit(ctstantestfit,cor=TRUE),maxlag=3)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.