Learn R Programming

longCatEDA (version 0.31)

longCat-class: Class

Description

An object of class longCat.

Arguments

Objects from the Class

Objects can be created by calls of the form new("longCat", ...).

Slots

y:
Object of class "matrix" ~~
y.sorted:
Object of class "matrix" ~~
dim:
Object of class "integer" ~~
times:
Object of class "matrix" ~~
times.sorted:
Object of class "matrix" ~~
Labels:
Object of class "character" ~~
factors:
Object of class "numeric" ~~
IndTime:
Object of class "logical" ~~
nfactors:
Object of class "integer" ~~
sorted:
Object of class "logical" ~~
ascending:
Object of class "logical" ~~
group:
Object of class "matrix" ~~
group.sorted:
Object of class "matrix" ~~
groupLabels:
Object of class "character" ~~
order.y:
Object of class "matrix" ~~
order.y.sorted:
Object of class "matrix" ~~
events:
Object of class "matrix" ~~
event.times:
Object of class "matrix" ~~
events.sorted:
Object of class "matrix" ~~
event.times.sorted:
Object of class "matrix" ~~
eventLables:
Object of class "character" ~~

Methods

summary
signature(object = "longCat"): ...

References

Tueller, S. J., Van Dorn, R. A., & Bobashev, G. V. (2016). Visualization of categorical longitudinal and times series data (Report No. MR-0033-1602). Research Triangle Park, NC: RTI Press. http://www.rti.org/publication/visualization-categorical-longitudinal-and-times-series-data

Examples

Run this code
showClass("longCat")

Run the code above in your browser using DataLab