powered by
It performs the descriptive analysis of an experiment with two factors of interest.
desc2fat(f1, f2, response, ylab = "Response", theme = theme_classic())
The function returns exploratory measures of position and dispersion, such as mean, median, maximum, minimum, coefficient of variation, etc ...
Numeric or complex vector with factor 1 levels
Numeric or complex vector with factor 2 levels
Numerical vector containing the response of the experiment.
Variable response name (Accepts the expression() function)
ggplot2 theme (default is theme_classic())
Gabriel Danilo Shimizu, shimizu@uel.br
Leandro Simoes Azeredo Goncalves
Rodrigo Yudi Palhaci Marubayashi
library(AgroR) data(cloro) with(cloro, desc2fat(f1,f2,resp))
Run the code above in your browser using DataLab