Plots the trajectories for a non-linear model fitted by `trajeR`.
# S3 method for Trajectory.NL
plotrajeR(
Obj,
plotcov = NULL,
col = "black",
Y = NULL,
A = NULL,
Risk = NULL,
mean = FALSE,
alpha = 1,
TCOV = NULL,
...
)a graphic.
An object of class `Trajectory.NL`.
An optional vector or matrix of time-dependent covariates.
An optional vector of colors.
The original response variable matrix.
The original time variable matrix.
Optional. The original risk covariate matrix.
Logical. If `TRUE`, plots the mean trajectory for each group.
A numeric value for the transparency of individual trajectory lines.
Matrix or Formula. An optional matrix (or one-sided formula) containing time-dependent covariates that influence the trajectories.
Other graphical parameters passed to `plot`.