summary.model {bimixt} | R Documentation |
Summary method for a mixture model object.
## S3 method for class 'model' summary(object, ...)
object |
an object of type model from |
... |
Not used. |
Gives a table with the estimated means and standard deviations of the Gaussian components (following the Box-Cox transformation), the estimated means and standard deviations of the untransformed components (before transforming for normality), and the estimated case and control proportions for each component in the mixture 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") summary(model)