lambda: lambda

Description Usage Arguments Value Author(s) See Also Examples

View source: R/r23.R

Description

An accessor function. Retrieves the transformation parameter, lambda, of a model object.

Usage

1
lambda(model)

Arguments

model

an object of type model from bimixt.model

Value

The numeric value for the Box-Cox transformation parameter, lambda.

Author(s)

Michelle Winerip, Garrick Wallstrom, Joshua LaBaer

See Also

mn stdev prop maxll type

Examples

1
2
3
4
case=rmix(50,10,1.2,15,1,.7) 
control=rmix(50,10,1.2,15,1,.95)
model=bimixt.model(case=case,control=control, type="4c")
lambda(model)

Example output

Loading required package: pROC
Type 'citation("pROC")' for a citation.

Attaching package: 'pROC'

The following objects are masked from 'package:stats':

    cov, smooth, var

[1] 1.926944

bimixt documentation built on May 2, 2019, 3:31 p.m.