print.doremi: S3 method to print DOREMI objects

Description Usage Arguments Value Examples

Description

print.doremi prints the most important results of a DOREMI object

Usage

1
2
## S3 method for class 'doremi'
print(x, ...)

Arguments

x

DOREMI object

...

includes the additional arguments inherited from the generic print method

Value

Returns the coefficients of the differential equation estimated (fixed coefficients, table $resultmean of the DOREMI object)

Examples

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

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