Learn R Programming

agricolae (version 1.0-1)

durbin.comp: Test of Durbin and multiple comparison of treatments

Description

Multiple comparisons using a Durbin test for the balanced incomplete blocks for sensorial or categorical evaluation.

Usage

durbin.comp(judge, trt, evaluation, k, r, alpha = 0.05, main = NULL)

Arguments

judge
Identification of the judge in the evaluation
trt
Treatments
evaluation
variable
k
Number of evaluations by judge
r
Number of replications of the treatment
alpha
level of significant
main
Title

Value

  • juegeVector, numeric
  • trtVector, numeric
  • evaluationVector, numeric
  • kVector, numeric
  • rVector, numeric
  • alphaVector, numeric, default is 0.05
  • maintext

Details

The balanced Incomplete blocks Design.

References

Practical Nonparametrics Statistics. W.J. Conover, 1999

See Also

kruskal.comp, friedman.comp, kruskal.group, friedman.group, durbin.group

Examples

Run this code
library(agricolae)
data(sensorial)
attach(sensorial)
comparison<-durbin.comp(judge,trt,texture,k=5,r=3,alpha=0.01,main="Clay")
comparison

Run the code above in your browser using DataLab