| longCat-class | R Documentation |
This S4 class represents longitudinal categorical data, including both raw and sorted data, along with associated metadata such as time points, labels, and grouping information. It is designed to facilitate the analysis and visualization of such data.
yA matrix representing the raw longitudinal categorical data with cases in rows and repeated observations in columns.
y.sortedA matrix representing the sorted longitudinal categorical data, analogous to y.
dimAn integer vector indicating the dimension of the y matrix.
timesA matrix of time points corresponding to each observation in y.
times.sortedA matrix of sorted time points, analogous to times.
LabelsCharacter vector of labels for the categorical states represented in y.
factorsNumeric vector containing the unique values in y.
IndTimeLogical indicating if times represents individually varying times of observation.
nfactorsInteger indicating the number of unique factors in y.
sortedLogical indicating if the data in y has been sorted.
ascendingLogical indicating the direction of sorting.
groupA matrix indicating group membership for each case.
group.sortedA matrix of sorted group membership, analogous to group.
groupLabelsCharacter vector of labels for the groups.
order.yA matrix with identification and sorting information for each case.
order.y.sortedA matrix of sorted identification and sorting information, analogous to order.y.
eventsA matrix representing events data with cases in rows and events in columns.
event.timesA matrix of times corresponding to each event in events.
events.sortedA matrix of sorted events data, analogous to events.
event.times.sortedA matrix of sorted event times, analogous to event.times.
eventLables(Typo in original, should be 'eventLabels') Character vector of labels for the events represented in events.
Stephen J. Tueller
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.