summary.doremi: S3 method for DOREMI object summary

Description Usage Arguments Value Examples

Description

summary.doremi provides a summary containing the five lists of the DOREMI object

Usage

1
2
## S3 method for class 'doremi'
summary(object, ...)

Arguments

object,

DOREMI object (contains several lists)

...

includes the additional arguments inherited from the generic summary method

Value

Returns a summary containing the five lists of the DOREMI object

Examples

1
2
3
4
5
6
myresult <- analyze.1order(data = cardio,
                 id = "id",
                 input = "load",
                 time = "time",
                 signal = "hr")
summary(myresult)

doremi documentation built on Jan. 29, 2021, 5:06 p.m.