View source: R/core-fisher_mle.R
| fisher_boot | R Documentation |
Creates a fisher_boot object representing bootstrap-based inference
for maximum likelihood estimates.
fisher_boot(boot_result, original_mle)
boot_result |
Result from boot::boot() |
original_mle |
The original fisher_mle object |
An object of class c("fisher_boot", "fisher_mle", "mle_fit", "boot")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.