print.RRi_fit: Print method for RRi_fit objects

View source: R/methods_RRi_fit.R

print.RRi_fitR 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.


CardioCurveR documentation built on April 11, 2025, 5:50 p.m.