plot.regCtsem
plot.regCtsem.Rd
plot.regCtsem
Usage
# S3 method for regCtsem
plot(
x,
y = NULL,
...,
what = "drift",
criterion = "BIC",
xlab = "auto",
ylab = "auto"
)
Arguments
- x
fitted regCtsem object
- y
NULL
- ...
additional parameters for plot or matplot (e.g., lty, col, ...)
- what
what should be plotted? Possbile are: 'drift', 'parameters', 'fit' or labels of specific parameters
- criterion
vector with labels of criteria which should be plotted when what = 'fit'
- xlab
label for x axis
- ylab
label for y axis