powered by
Plot the results of ctFitCovCheck.
ctFitCovCheckPlot(x, maxlag = 10, vars = NA, splitvar = NA, cor = FALSE, ...)
ggplot object.
Output from ctFitCovCheck.
Maximum lag to plot.
Optional character vector of variable names to plot. If `NA`, all variables are plotted.
Optional character string specifying a variable to split the plot by.
Logical; if `TRUE`, plot correlations instead of covariances. (label change)
not used.
if (FALSE) { ctFitCovCheckPlot(ctFitCovCheck(ctstantestfit,cor=TRUE,plot=FALSE),maxlag=3) }
Run the code above in your browser using DataLab