Learn R Programming

bimixt (version 1.0)

maxll: maxll

Description

An accessor function. Retrieves the maximum log likelihood value of a model object.

Usage

maxll(model)

Arguments

model
an object of type model from bimixt.model

Value

The numeric value for the maximum log likelihood value for the model.

See Also

lambda mn stdev prop type

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")
maxll(model)

Run the code above in your browser using DataLab