type {bimixt} | R Documentation |
An accessor function. Retrieves the model type of a model object.
type(model)
model |
an object of type model from |
Returns the type of the model, either "4c", "2cu", "2cc", or "binorm".
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="2cu") type(model)