| getCIs | R Documentation |
Determines the CI for a vector of statistics / multiple stats.
As boot.ci only returns CI for the first statistic in a boot_object
getCIs (given a boot object), creates CI for all statistics.
Code by Ben Bolker, Check the
original Source: @stackoverflow
getCIs(boot_obj)
boot_obj |
boot::boot object |
A data.frame with Confidence intervalls for all statistics, as well as the observed value
Ben Bolker
boot.ci, boot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.