Plot trajectories
Plot trajectories
Plot fitted trajectories of a lcModel
## S4 method for signature 'data.frame' plotTrajectories( object, response, time = getOption("latrend.time"), id = getOption("latrend.id"), cluster = NULL, facet = TRUE, ... ) ## S4 method for signature 'lcModel' plotTrajectories(object, ...)
object |
The model. |
response |
Response variable |
time |
The name of the time variable. |
id |
The name of the trajectory identifier variable. |
cluster |
Cluster variable name. If unspecified, trajectories are not grouped. Alternatively, cluster is a vector indicating cluster membership per id. |
facet |
Whether to facet by cluster. |
... |
Arguments passed on to
|
data(latrendData) plotTrajectories(latrendData, response = "Y", id = "Id", time = "Time") plotTrajectories(latrendData, response = quote(exp(Y)), id = "Id", time = "Time")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.