print.RRi_fit {CardioCurveR} | R Documentation |
Print method for RRi_fit objects
Description
Displays a concise summary of the RRi_fit object produced by
estimate_RRi_curve()
. The printed output includes the optimization method,
estimated parameters, the final objective value, and the convergence code.
Usage
## S3 method for class 'RRi_fit'
print(x, ...)
Arguments
x |
An object of class "RRi_fit". |
... |
Additional arguments passed to print. |
Value
A message (of class NULL
) with optimization method used, estimated parameters,
objective value from the Hubber loss algorithm and the convergence code
of the optimization method.
[Package CardioCurveR version 1.0.0 Index]