Last data update: 2014.03.03

R: type
typeR Documentation

type

Description

An accessor function. Retrieves the model type of a model object.

Usage

type(model)

Arguments

model

an object of type model from bimixt.model

Value

Returns the type of the model, either "4c", "2cu", "2cc", or "binorm".

Author(s)

Michelle Winerip, Garrick Wallstrom, Joshua LaBaer

See Also

lambda mn stdev prop maxll

Examples

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="2cu") 
type(model)
 

Results