PSUBSUBDBC {AgroR} | R Documentation |
Analysis: DBC experiments in split-split-plot
Description
Analysis of an experiment conducted in a randomized block design in a split-split-plot scheme using analysis of variance of fixed effects.
Usage
PSUBSUBDBC(
f1,
f2,
f3,
block,
response,
alpha.f = 0.05,
alpha.t = 0.05,
dec = 3,
mcomp = "tukey"
)
Arguments
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) |
Value
Analysis of variance of fixed effects and multiple comparison test of Tukey, LSD or Duncan.
Note
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.
Author(s)
Gabriel Danilo Shimizu, shimizu@uel.br
Leandro Simoes Azeredo Goncalves
Rodrigo Yudi Palhaci Marubayashi
Examples
library(AgroR)
data(enxofre)
with(enxofre, PSUBSUBDBC(f1, f2, f3, bloco, resp))