Skip to contents

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

Usage

getCIs(boot_obj)

Arguments

boot_obj

boot::boot object

Value

A data.frame with Confidence intervalls for all statistics, as well as the observed value

See also

Author

Ben Bolker