getCIs: Get Boot Strapped CIs

View source: R/getCIs.R

getCIsR Documentation

Get Boot Strapped CIs

Description

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

Author(s)

Ben Bolker

See Also

boot.ci, boot


Buedenbender/datscience documentation built on Nov. 21, 2022, 11:14 a.m.