fertiliza | R Documentation |
Data contains volume data at plot-level for a fertilization experiment.
data(fertiliza)
Contains two variables, as follows:
Treatment level.
Plot-level volume, in m^{3}
.
The data were provided by Dr Christian Salas-Eljatib (Universidad de Chile, Santiago, Chile).
not yet
data(fertiliza)
head(fertiliza)
class(fertiliza$treat)
unique(fertiliza$treat)
means.g <- tapply(fertiliza$volume,fertiliza$treat,mean);means.g
sds.g <- tapply(fertiliza$volume,fertiliza$treat,sd);sds.g
ns.g <- tapply(fertiliza$volume,fertiliza$treat,length);ns.g
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.