desc: Descriptive: Descriptive analysis

Description Usage Arguments Value Author(s) See Also Examples

View source: R/desc_function.R

Description

Performs the descriptive analysis of an experiment with a factor of interest.

Usage

1
desc(trat, response, ylab = "Response", xlab = "Treatment", ylim = NA)

Arguments

trat

Numerical or complex vector with treatments

response

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 scale

Value

The function returns exploratory measures of position and dispersion, such as mean, median, maximum, minimum, coefficient of variation, etc ...

Author(s)

Gabriel Danilo Shimizu, shimizu@uel.br

Leandro Simoes Azeredo Goncalves

Rodrigo Yudi Palhaci Marubayashi

See Also

desc2fat, tabledesc,dispvar

Examples

1
2
3
library(AgroR)
data("pomegranate")
with(pomegranate, desc(trat,WL))

AgronomiaR/AgroR documentation built on Nov. 14, 2021, 12:10 a.m.