Function of the AgroR package for joint analysis of experiments conducted in a completely randomized design with a qualitative or quantitative factor with balanced data.
conjdic(
trat,
repet,
local,
response,
transf = 1,
constant = 0,
norm = "sw",
homog = "bt",
mcomp = "tukey",
homog.value = 7,
quali = TRUE,
alpha.f = 0.05,
alpha.t = 0.05,
grau = NA,
theme = theme_classic(),
ylab = "response",
title = "",
xlab = "",
color = "rainbow",
fill = "lightblue",
angulo = 0,
textsize = 12,
dec = 3,
family = "sans",
errorbar = TRUE
)
Returns the assumptions of the analysis of variance, the assumption of the joint analysis by means of a QMres ratio matrix, the analysis of variance, the multiple comparison test or regression.
Numerical or complex vector with treatments
Numerical or complex vector with repetitions
Numeric or complex vector with locations or times
Numerical vector containing the response of the experiment.
Applies data transformation (default is 1; for log consider 0)
Add a constant for transformation (enter value)
Error normality test (default is Shapiro-Wilk)
Homogeneity test of variances (default is Bartlett)
Multiple comparison test (Tukey (default), LSD, Scott-Knott and Duncan)
Reference value for homogeneity of experiments. By default, this ratio should not be greater than 7
Defines whether the factor is quantitative or qualitative (default is qualitative)
Level of significance of the F test (default is 0.05)
Significance level of the multiple comparison test (default is 0.05)
Degree of polynomial in case of quantitative factor (default is 1)
ggplot2 theme (default is theme_classic())
Variable response name (Accepts the expression() function)
Graph title
Treatments name (Accepts the expression() function)
When the columns are different colors (Set fill-in argument as "trat")
Defines chart color (to generate different colors for different treatments, define fill = "trat")
x-axis scale text rotation
Font size
Number of cells
Font family
Plot the standard deviation bar on the graph (In the case of a segment and column graph) - default is TRUE
Gabriel Danilo Shimizu, shimizu@uel.br
Leandro Simoes Azeredo Goncalves
Rodrigo Yudi Palhaci Marubayashi
Ferreira, P. V. Estatistica experimental aplicada a agronomia. Edufal, 2018.
Principles and procedures of statistics a biometrical approach Steel, Torry and Dickey. Third Edition 1997
Multiple comparisons theory and methods. Departament of statistics the Ohio State University. USA, 1996. Jason C. Hsu. Chapman Hall/CRC.
Practical Nonparametrics Statistics. W.J. Conover, 1999
Ramalho M.A.P., Ferreira D.F., Oliveira A.C. 2000. Experimentacao em Genetica e Melhoramento de Plantas. Editora UFLA.
Scott R.J., Knott M. 1974. A cluster analysis method for grouping mans in the analysis of variance. Biometrics, 30, 507-512.
library(AgroR)
data(mirtilo)
with(mirtilo, conjdic(trat, bloco, exp, resp))
Run the code above in your browser using DataLab