bias: Title

View source: R/bias.R

biasR Documentation

Title

Description

Title

Usage

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

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

Omisc documentation built on Aug. 9, 2022, 5:09 p.m.

Related to bias in Omisc...