Learn R Programming

evidence (version 0.8.10)

SRb94: Data of the growth of tissue cultures on five different media.

Description

These data came from a designed experiment reported in Sokal and Rohlf(1995), box 9.4. The growth (in arbitrary units) of pea sections grown in tissue culture on five different sugars was replicated ten times.

Usage

data(SRb94)

Arguments

Format

A data frame with 50 observations on the following 2 variables:

L

length difference in mm

Treatm

a factor with levels "Contr", "fruct.", "gluc.", "gluc&fruct.", and "sucr."

References

van Hulst, R. 2018. Evaluating Scientific Evidence. ms.

Examples

Run this code
# NOT RUN {
data(SRb94)
with(SRb94, meansplot(L, Treatm))
# }

Run the code above in your browser using DataLab