powered by
Performs the descriptive analysis of an experiment with a factor of interest.
desc(trat, response, ylab = "Response", xlab = "Treatment", ylim = NA)
The function returns exploratory measures of position and dispersion, such as mean, median, maximum, minimum, coefficient of variation, etc ...
Numerical or complex vector with treatments
Numerical vector containing the response of the experiment.
Variable response name (this argument uses the parse function)
x name (this argument uses the parse function)
y-axis scale
Gabriel Danilo Shimizu, gabrield.shimizu@gmail.com
Leandro Simoes Azeredo Goncalves
Rodrigo Yudi Palhaci Marubayashi
desc2fat, tabledesc,dispvar
library(AgroR) data("pomegranate") with(pomegranate, desc(trat,WL))
Run the code above in your browser using DataLab