Learn R Programming

AgroR (version 1.3.6)

PSUBSUBDBC: 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"
)

Value

Analysis of variance of fixed effects and multiple comparison test of Tukey, LSD or Duncan.

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)

Author

Gabriel Danilo Shimizu, shimizu@uel.br

Leandro Simoes Azeredo Goncalves

Rodrigo Yudi Palhaci Marubayashi

Examples

Run this code
library(AgroR)
data(enxofre)
with(enxofre, PSUBSUBDBC(f1, f2, f3, bloco, resp))

Run the code above in your browser using DataLab