ANOVA Dialog Function

DESCRIPTION:

This function is called by the Compare Models dialog. It calls the anova function.

USAGE:

menuAnova(objectslist, f.test = F, chi.test = F, cp.test = F, no.test = T,  
    rn2.test = F, tau.test = F, print.p=T) 

REQUIRED ARGUMENTS:

objectslist
a list of model objects to be compared. All the objects in the list should have the same class.

OPTIONAL ARGUMENTS:

f.test
all arguments ending in test are logical flags specifying which test to specify for anova. Generally only one flag will have the value TRUE. f.test specifies test="F".
chi.test
specifies test="Chi-squared".
cp.test
specifies test=Cp".
no.test
specifies test="none".
rn2.test
specifies test="RWald".
tau.test
specifies test="RF".
print.p
a logical value; if TRUE, the results of the test are printed.

VALUE:

invisibly returns an object of class "anova".

SIDE EFFECTS:

If print.p is TRUE the results are printed.

SEE ALSO:

, , , , , .