Learn R Programming

doremi (version 1.0.0)

summary.doremi: S3 method for DOREMI object summary

Description

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

Usage

# S3 method for 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

Run this code
# NOT RUN {
myresult <- analyze.1order(data = cardio,
                 id = "id",
                 input = "load",
                 time = "time",
                 signal = "hr")
summary(myresult)
# }

Run the code above in your browser using DataLab