print.model: print.model

Description Usage Arguments Value Author(s) See Also Examples

View source: R/r23.R

Description

Print method for a mixture model object.

Usage

1
2
## S3 method for class 'model'
print(x, ...)

Arguments

x

an object of type model from bimixt.model

...

Not used.

Value

Values used in fitting a mixture model object.

Author(s)

Michelle Winerip, Garrick Wallstrom, Joshua LaBaer

See Also

summary.model plot.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") 
print(model) 

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