View source: R/PSUBSUB_function.R
PSUBSUBDBC | R Documentation |
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"
)
f1 |
Numeric or complex vector with plot levels |
f2 |
Numeric or complex vector with splitplot levels |
f3 |
Numeric or complex vector with splitsplitplot levels |
block |
Numeric or complex vector with blocks |
response |
Numeric vector with responses |
alpha.f |
Level of significance of the F test (default is 0.05) |
alpha.t |
Significance level of the multiple comparison test (default is 0.05) |
dec |
Number of cells |
mcomp |
Multiple comparison test (Tukey (default), LSD and Duncan) |
Analysis of variance of fixed effects and multiple comparison test of Tukey, LSD or Duncan.
The PSUBSUBDBC function does not present residual analysis, interaction breakdown, graphs and implementations of various multiple comparison or regression tests. The function only returns the analysis of variance and multiple comparison test of Tukey, LSD or 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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.