print.doremi {doremi} | R Documentation |
print.doremi
prints the most important results of a DOREMI object
## S3 method for class 'doremi'
print(x, ...)
x |
DOREMI object |
... |
includes the additional arguments inherited from the generic print method |
Returns the coefficients of the differential equation estimated (fixed coefficients, table $resultmean of the DOREMI object)
myresult <- analyze.1order(data = cardio,
id = "id",
input = "load",
time = "time",
signal = "hr")
myresult