Learn R Programming

multilevelcoda (version 1.3.1)

print.complr: Print a Summary for a complr object

Description

Print a Summary for a complr object

Usage

# S3 method for complr
print(x, ...)

Arguments

x

An object of class complr.

...

Other arguments passed to summary.complr.

See Also

summary.complr

Examples

Run this code

cilr <- complr(data = mcompd, sbp = sbp, 
                parts = c("TST", "WAKE", "MVPA", "LPA", "SB"), 
                idvar = "ID")
print(cilr)

Run the code above in your browser using DataLab