Descriptive: Descriptive analysis
Performs the descriptive analysis of an experiment with a factor of interest.
desc(trat, response, ylab = "Response", xlab = "Treatment", ylim = NA)
trat
: Numerical or complex vector with treatmentsresponse
: Numerical vector containing the response of the experiment.ylab
: Variable response name (Accepts the expression() function)xlab
: x name (Accepts the expression() function)ylim
: y-axis scaleThe function returns exploratory measures of position and dispersion, such as mean, median, maximum, minimum, coefficient of variation, etc ...
library(AgroR) data("pomegranate") with(pomegranate, desc(trat,WL))
desc2fat , tabledesc ,dispvar
Gabriel Danilo Shimizu, shimizu@uel.br
Leandro Simoes Azeredo Goncalves
Rodrigo Yudi Palhaci Marubayashi
Useful links