type: type

Description Usage Arguments Value Author(s) See Also Examples

View source: R/r23.R

Description

An accessor function. Retrieves the model type of a model object.

Usage

1
type(model)

Arguments

model

an object of type model from bimixt.model

Value

Returns the type of the model, either "4c", "2cu", "2cc", or "binorm".

Author(s)

Michelle Winerip, Garrick Wallstrom, Joshua LaBaer

See Also

lambda mn stdev prop maxll

Examples

1
2
3
4
5
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="2cu") 
type(model)
 

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