stdev {bimixt} | R Documentation |
An accessor function. Retrieves the component standard deviations of a model object.
stdev(model, transformed = F)
model |
an object of type model from |
transformed |
A Boolean indicating whether to return the standard deviation values on the transformed scale ( |
cases |
A vector (or scalar) of numeric values for the standard deviation of each case component in the model. |
controls |
A vector (or scalar) of numeric values for the standard deviation of each control component in 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") stdev(model)