grasp.mod.anova {grasp}R Documentation

Internal GRASP function

Description

An ANOVA table is constructed by testing the significance of removing in turn each predictor from the selected model.

Usage

grasp.mod.anova(gr.Yi)

Arguments

gr.Yi A vector containing the selected responses

Details

This function gives a different result from the anova function of Splus anova(model, test="F"), which tests the successive inclusion of variables into the model and is therefore dependant on the order of variable entry.

Author(s)

Anthony.Lehmann@unige.ch

See Also

grasp grasp, grasp.in grasp.in


[Package grasp version 2.5-7 Index]