prop {bimixt} | R Documentation |
An accessor function. Retrieves the case component proportions and control component proportions of a model object.
prop(model)
model |
an object of type model from |
cases |
A vector (or scalar) of numeric values for the proportion of cases in each case component of the model. |
controls |
A vector (or scalar) of numeric values for the proportion of controls in each control component of the model. |
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") prop(model)