Learn R Programming

OVL.CI (version 0.1.1)

OVL.BCPB: OVL.BCPB

Description

Parametric approach using a bootstrap percentil approach.

Usage

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

Value

confidence interval.

Arguments

x

Numeric vector. Data from the first group.

y

Numeric vector. Data from the second group.

alpha

confidence level.

B

bootstrap size.

h_ini

initial value in the optimization problem.

Examples

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

Run the code above in your browser using DataLab