plotICTraw | R Documentation |
plotICTraw - function to plot ICT data.
plotICTraw(
x,
npg,
id = "id",
group = "group",
Time = "Time",
y = "y",
seed = 2
)
x |
A data set |
npg |
The number of observations per group to sample for plotting |
id |
The name of the id variable |
group |
The name of the grouping variable, if there is no grouping variable, set to NULL |
Time |
The name of the time variable |
y |
The name of the dependent variable |
seed |
The random seed for selecting |
Stephen Tueller stueller@rti.org
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.