summary.doremi {doremi}R Documentation

S3 method for DOREMI object summary

Description

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

Usage

## 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

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

[Package doremi version 1.0.0 Index]