plot.regCtsemMultiSubject
plot.regCtsemMultiSubject.Rd
plot.regCtsemMultiSubject
Usage
# S3 method for regCtsemMultiSubject
plot(
x,
y = NULL,
...,
what = "drift",
groups = NULL,
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'
- groups
For which groups should the parameters be plotted (numeric vector)?
- criterion
vector with labels of criteria which should be plotted when what = 'fit'
- xlab
label for x axis
- ylab
label for y axis