Description Usage Format Source References Examples
Two measures of femur length for each of 25 walking sticks (Timema cristinae).
1 |
A data frame with 50 observations on the following 2 variables.
specimen
a factor with levels 1-25
femur.length
a numeric vector of femur length
Nosil, P. and B.J. Crespi. 2006. Experimental evidence that predation promotes divergence in adaptive radiation. Proceedings of the National Academy of Sciences (USA) 103: 9090-9095.
http://www.sfu.ca/biology/faculty/crespi/pdfs/96-Nosil&Crespi2006PNAS.pdf
1 2 3 4 | data(WalkingStickFemurs)
str(WalkingStickFemurs)
aov(femur.length ~ specimen, data = WalkingStickFemurs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.