Learn R Programming

doremi (version 1.0.0)

print.doremi: S3 method to print DOREMI objects

Description

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

Usage

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

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

Run the code above in your browser using DataLab