likbox: Likelihood function of the BoxCox transformation

View source: R/likbox.R

likboxR Documentation

Likelihood function of the BoxCox transformation

Description

Computation of the likelihood function of the BoxCox transformation

Usage

likbox(h, data, n)

Arguments

h

parameter of the Box-Cox transformation

data

joint vector of controls (first) and cases

n

length of the vector of controls

Value

the likelihood function of the BoxCox transformation

Examples

h=-1.6
controls=rnorm(50,6,1)
cases=rnorm(100,6.5,0.5)
likbox(h,c(controls,cases),n=length(controls))

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

Related to likbox in OVL.CI...