powered by
The data come from an experiment to investigate the propogation of plum root-stocks
data(rootstock)
A data frame with 8 observations on the following 4 variables.
Count
the number in each category; a numeric vector
Time
the time of planting; a numeric vector with levels Now (straight away) or Spring (spring)
Now
Spring
Length
the length of the cutting; a numeric vector with levels Long or Short
Long
Short
Condition
the condition of the cutting at the end of the experiment; a numeric vector with levels Alive or Dead
Alive
Dead
data(rootstock) summary(rootstock)
Run the code above in your browser using DataLab