OVL.BCPB: OVL.BCPB

View source: R/OVL.BCPB.R

OVL.BCPBR Documentation

OVL.BCPB

Description

Parametric approach using a bootstrap percentil approach to estimate the variance

Usage

OVL.BCPB(x, y, alpha = 0.05, B = 100, h_ini = -0.6)

Arguments

x

controls

y

cases

alpha

confidence level

B

bootstrap size

h_ini

initial value in the optimization problem

Value

confidence interval

Examples

controls = rnorm(50,6,1)
cases = rnorm(100,6.5,0.5)
OVL.BCPB (controls,cases)

OVL.CI documentation built on Nov. 14, 2023, 1:06 a.m.

Related to OVL.BCPB in OVL.CI...