lambda {bimixt} | R Documentation |
An accessor function. Retrieves the transformation parameter, lambda, of a model object.
lambda(model)
model |
an object of type model from |
The numeric value for the Box-Cox transformation parameter, lambda.
Michelle Winerip, Garrick Wallstrom, Joshua LaBaer
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)