View source: R/methods_RRi_fit.R
print.RRi_fit | R Documentation |
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.
## S3 method for class 'RRi_fit'
print(x, ...)
x |
An object of class "RRi_fit". |
... |
Additional arguments passed to print. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.