bias: Title

Description Usage Arguments Value Examples

View source: R/bias.R

Description

Title

Usage

1
bias(boot, theta)

Arguments

boot

A vector of bootstrap estimates of theta

theta

the sample estimate of theta

Value

z0 the bias parameter for BCa CI

Examples

1
2
3
4
5
6
X<-data.frame(rnorm(1000))
theta<-mean(X)
boot<-NaiveBoot(X)
boot<-lapply(boot, mean)
boot<-do.call(rbind, boot)
bias(boot, theta)

okeep/Omisc documentation built on March 5, 2022, 12:32 a.m.