You are here

summary() needs ability to provide the df of the saturated model, as well as the saturated fit?

Hi,
was just using this to compare a model to the saturated model:

> summary(twinSatSub1Fit, SaturatedLikelihood=1599.781)

It gets the χ² but not the df between the sub-model and the saturated model.

Do we need a parameter for summary to specifiy "sat model estimated parameters"?

ideally, one could simply do

> summary(subFit, satFit)

And summary would summarise the second model recursively then grab $Minus2LogLikelihood and $estimatedParameters

Cheers,
t

Reporter: 
Created: 
Tue, 07/27/2010 - 12:36
Updated: 
Wed, 08/20/2014 - 13:02

Comments

Fixed in the new 2.0 mxSummary.