search for: model2_update

Displaying 1 result from an estimated 1 matches for "model2_update".

2001 Sep 08
1
t.test (PR#1086)
..." or a "Chi" test. R always performs an F test (Although when test="Chi" the test is labeled as Chi, there isn't any difference between F and Chi test) Let us assume model1 and model2, where model2 a simplified version of model1 model1_glm(y~factor1*factor2,binomial) model2_update(model1,~.-factor2) anova(model1,model2,test="F")# will give the same result as anova(model1,model2,test="Chi") -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send &qu...