Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

plotTrajectories

Plot trajectories


Description

Plot trajectories

Plot fitted trajectories of a lcModel

Usage

## 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, ...)

Arguments

object

The model.

response

Response variable character name or a call.

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 trajectories

at

The time points at which to compute the id-specific trajectories.

what

The distributional parameter to compute the response for.

clusters

The cluster assignments for the strata to base the trajectories on.

Examples

data(latrendData)
plotTrajectories(latrendData, response = "Y", id = "Id", time = "Time")

plotTrajectories(latrendData, response = quote(exp(Y)), id = "Id", time = "Time")

latrend

A Framework for Clustering Longitudinal Data

v1.1.2
GPL (>= 2)
Authors
Niek Den Teuling [aut, cre] (<https://orcid.org/0000-0003-1026-5080>), Steffen Pauws [ctb], Edwin van den Heuvel [ctb], Copyright © 2021 Koninklijke Philips N.V. [cph]
Initial release
2021-04-14

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.