powered by
Analysis of an experiment conducted in a randomized block design in a split-split-plot scheme using analysis of variance of fixed effects.
PSUBSUBDBC( f1, f2, f3, block, response, alpha.f = 0.05, alpha.t = 0.05, dec = 3, mcomp = "tukey" )
Analysis of variance of fixed effects and multiple comparison test of Tukey, LSD or Duncan.
Numeric or complex vector with plot levels
Numeric or complex vector with splitplot levels
Numeric or complex vector with splitsplitplot levels
Numeric or complex vector with blocks
Numeric vector with responses
Level of significance of the F test (default is 0.05)
Significance level of the multiple comparison test (default is 0.05)
Number of cells
Multiple comparison test (Tukey (default), LSD and Duncan)
Gabriel Danilo Shimizu, shimizu@uel.br
Leandro Simoes Azeredo Goncalves
Rodrigo Yudi Palhaci Marubayashi
library(AgroR) data(enxofre) with(enxofre, PSUBSUBDBC(f1, f2, f3, bloco, resp))
Run the code above in your browser using DataLab