print.boot_RRi_fit {CardioCurveR} | R Documentation |
Print method for boot_RRi_fit objects
Description
Displays a concise summary of the bootstrap RRi model parameter estimates. The printed output shows the number of bootstrap replicates and a preview of the parameter estimates from the first few replicates.
Usage
## S3 method for class 'boot_RRi_fit'
print(x, ...)
Arguments
x |
An object of class "boot_RRi_fit". |
... |
Additional arguments passed to |
Value
A message (of class NULL
) with the number of bootstrap replicates and a preview
of the first 6 bootstrap samples. Additionally, returns the input object
invisibly.
[Package CardioCurveR version 1.0.0 Index]