print.doremi {doremi} | R Documentation |
S3 method to print DOREMI objects
Description
print.doremi
prints the most important results of a DOREMI object
Usage
## 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
myresult <- analyze.1order(data = cardio,
id = "id",
input = "load",
time = "time",
signal = "hr")
myresult
[Package doremi version 1.0.0 Index]