Learn R Programming

longCatEDA (version 0.13)

longCatEDA-package: Plot Categorical Longitudinal and Time-Series Data

Description

Package to implement horizontal line plots for categorical (ordinal or nominal) longitudinal or time-series data, where categorical states are differentiated using color or shade.

Arguments

Details

ll{ Package: longCatEDA Type: Package Version: 0.13 Date: 2012-11-05 License: GNU GPL Depends: methods } Example usage is longCatPlot(longCat(y)) where y is a matrix or data frame in wide format with participants in rows and repeated observations in columns. The function longCat returns an object of class longCat which can be plotted using longCatPlot. Options for sorting and/or stratifying by groups are implemented using sorter which returns a sorted and/or stratified object of class longCat.

References

Tueller, S. J. (2011). Visualization of Categorical Longitudinal and Times Series Data. Manuscript Under Review.

Examples

Run this code
longCatPlot( longCat( example3 ) )

Run the code above in your browser using DataLab