Description Usage Arguments Value Author(s) See Also Examples
An accessor function. Retrieves the maximum log likelihood value of a model object.
| 1 | maxll(model)
 | 
| model | an object of type model from  | 
The numeric value for the maximum log likelihood value for the model.
Michelle Winerip, Garrick Wallstrom, Joshua LaBaer
| 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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.