grasp.mod.anova {grasp} | R Documentation |
An ANOVA table is constructed by testing the significance of removing in turn each predictor from the selected model.
grasp.mod.anova(gr.Yi)
gr.Yi |
A vector containing the selected responses |
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.
Anthony.Lehmann@unige.ch
grasp grasp
, grasp.in grasp.in