search for: rhopug

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

Did you mean: rhoag
2012 Oct 07
1
Why do I get different results for type III anova using the drop1 or Anova command?
...ned/> but I surely made mistakes. Thanks for help. Kind regards, Christiane #0 library(car) P<-read.table("rhoPgegenrhoAgewichtet-mit Befruchtungssystem0912.txt", sep="\t",dec=",", header=T,encoding="latin1") summary(P) str(P) #1 modD3 <- lm(P$rhoPug ~ P$rhoAg*P$dprime*P$Befruchtungssystem, data=P) Anova(modD3,contrasts=list(rhoAg=contr.sum, dprime=contr.poly), type="III") ###liefert dieses Ergebnis, wenn der Befehl als erster l?uft #Response: P$rhoPug # Sum Sq Df F value Pr(>F) #(Intercept) 0.07719 1 4.5075 0.03530 * #P$rhoAg 0....