summary.model: summary.model

Description Usage Arguments Value Author(s) See Also Examples

View source: R/r23.R

Description

Summary method for a mixture model object.

Usage

1
2
## S3 method for class 'model'
summary(object, ...)

Arguments

object

an object of type model from bimixt.model

...

Not used.

Value

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.

Author(s)

Michelle Winerip, Garrick Wallstrom, Joshua LaBaer

See Also

plot.model print.model

Examples

1
2
3
4
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)

bimixt documentation built on May 2, 2019, 3:31 p.m.