plotICTraw: plotICTraw - function to plot ICT data.

View source: R/plotICT.r

plotICTrawR Documentation

plotICTraw - function to plot ICT data.

Description

plotICTraw - function to plot ICT data.

Usage

plotICTraw(
  x,
  npg,
  id = "id",
  group = "group",
  Time = "Time",
  y = "y",
  seed = 2
)

Arguments

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 npg individuals per group for sampling

Author(s)

Stephen Tueller stueller@rti.org


ICTatRTI/PersonAlytics documentation built on Dec. 13, 2024, 11:06 p.m.