print.summary.RRi_fit {CardioCurveR} | R Documentation |
Print summary of RRi_fit objects
Description
Print summary of RRi_fit objects
Usage
## S3 method for class 'summary.RRi_fit'
print(x, ...)
Arguments
x |
An object of class "summary.RRi_fit". |
... |
Additional arguments. |
Value
A message (of class NULL
) with optimization method used, estimated parameters,
objective value from the Hubber loss algorithm, performance statistics of
the RRi model and the convergence code of the optimization method.
[Package CardioCurveR version 1.0.0 Index]