Learn R Programming

OVL.CI (version 0.1.1)

OVL.GPQ: OVL.GPQ

Description

Parametric approach based on generalized inference.

Usage

OVL.GPQ(x, y, alpha = 0.05, K = 2500, h_ini = -1.6, BC = FALSE)

Value

confidence interval.

Arguments

x

Numeric vector. Data from the first group.

y

Numeric vector. Data from the second group.

alpha

confidence level.

K

Number of simulated generalized pivotal quantities.

h_ini

initial value in the optimization problem.

BC

Logical. Indicates whether a Box–Cox transformation is applied to the data.

Examples

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

Run the code above in your browser using DataLab