Unlimited learning, half price | 50% off
Get 50% off unlimited learning

Omisc (version 0.1.5)

bias: Title

Description

Title

Usage

bias(boot, theta)

Value

z0 the bias parameter for BCa CI

Arguments

boot

A vector of bootstrap estimates of theta

theta

the sample estimate of theta

Examples

Run this code
X<-data.frame(rnorm(1000))
theta<-mean(X)
boot<-NaiveBoot(X)
boot<-lapply(boot, mean)
boot<-do.call(rbind, boot)
bias(boot, theta)

Run the code above in your browser using DataLab