maxll: maxll

Description Usage Arguments Value Author(s) See Also Examples

View source: R/r23.R

Description

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

Usage

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

Author(s)

Michelle Winerip, Garrick Wallstrom, Joshua LaBaer

See Also

lambda mn stdev prop type

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

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