View source: R/methods_boot_RRi_fit.R
summary.boot_RRi_fit | R Documentation |
Computes summary statistics for each estimated parameter across the bootstrap replicates. For each parameter, the summary includes the mean, standard deviation, and the 2.5\
## S3 method for class 'boot_RRi_fit'
summary(object, robust = TRUE, ...)
object |
An object of class "boot_RRi_fit". |
robust |
Logical. If TRUE (default) then uses median and MAD as centrality and dispersion measures. If FALSE then uses mean and standard deviation instead. |
... |
Additional arguments (unused). |
A list with summary statistics for each parameter.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.