Learn R Programming

bimixt (version 1.0)

summary.model: summary.model

Description

Summary method for a mixture model object.

Usage

"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.

See Also

plot.model print.model

Examples

Run this code
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)

Run the code above in your browser using DataLab