Learn R Programming

bimixt (version 1.0)

lambda: lambda

Description

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

Usage

lambda(model)

Arguments

model
an object of type model from bimixt.model

Value

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

See Also

mn stdev prop maxll type

Examples

Run this code
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)

Run the code above in your browser using DataLab