Learn R Programming

bimixt (version 1.0)

type: type

Description

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

Usage

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

See Also

lambda mn stdev prop maxll

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

Run the code above in your browser using DataLab