search for: dferror

Displaying 2 results from an estimated 2 matches for "dferror".

Did you mean: ferror
2012 Feb 02
1
Error con package agricolae
...2 Error 6213 Total 6228 Hasta ahora todo marcha bien, pero cuando intento hacer las comparaciones multiples con LSD obtengo un error. Lo declare de la siguiente forma: Anavar<-aov(Resp~A*B*C,data=Resultado) Comparacion1 <- LSD.test(ANAVAR,"A*B*C",DFerror=6213,MSerror=0.01619,p.adj="bonferroni",group=T) Comentaros tambien que declare p.adj="bonferroni" pues los datos son desbalanceados. Agradezco cualquier sugerencia que podais dar Saludos!! [[alternative HTML version deleted]]
2012 Nov 25
1
Multiple Range Means Test
...135 carletoniB 2.60 136 carletoniB 2.40 137 carletoniB 2.60 145 schmidlyi 2.50 146 schmidlyi 2.70 147 schmidlyi 2.70 161 simulus 2.40 162 simulus 2.20 163 simulus 2.30 This is condensed. My data is called dat. The help for duncan.test shows the argument like this: duncan.test(y, trt, DFerror, MSerror, alpha = 0.05, group=TRUE, main = NULL) When I try to run it as duncan.test(aov, dat, 6, .297, alpha=.05, group=TRUE, main=NULL) it gives me an error message that I have differing rows, 0 and 163. 163 is the correct number, where is it getting the 0 from? Thank you, Amanda Jones