| ctFitCovCheckPlot | R Documentation |
Plot the results of ctFitCovCheck.
ctFitCovCheckPlot(x, maxlag = 10, vars = NA, splitvar = NA, cor = FALSE, ...)
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. |
cor |
Logical; if 'TRUE', plot correlations instead of covariances. (label change) |
... |
not used. |
ggplot object.
## Not run:
ctFitCovCheckPlot(ctFitCovCheck(ctstantestfit,cor=TRUE,plot=FALSE),maxlag=3)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.