summary.doremi {doremi} | R Documentation |
summary.doremi
provides a summary containing the five lists of the DOREMI object
## S3 method for class 'doremi'
summary(object, ...)
object, |
DOREMI object (contains several lists) |
... |
includes the additional arguments inherited from the generic summary method |
Returns a summary containing the five lists of the DOREMI object
myresult <- analyze.1order(data = cardio,
id = "id",
input = "load",
time = "time",
signal = "hr")
summary(myresult)