| weedseed | R Documentation |
An observational study was conducted to explore the relationship between seed production and plant characteristics in rye-grass. Between 17 and 24 samples were collected at each of four study sites (Site: C, L, P, and W). For each sample point, the total number of seeds per square meter (TotalSeed), the average head length in millimeters (HLength), and the average number of spikelets per head (Spikelets) were measured. This dataset facilitates analysis of how head length and spikelet count may influence seed yield across multiple field sites.
weedseed
A data frame with 5 variables: Sample, Site, HLength, Spikelets, TotalSeed.
Factor. Unique identifier for each sample point.
Factor. Study site where the sample was collected (levels: "C", "L", "P", "W").
Numeric. Average head length of rye-grass plants at the sampling point (in millimeters, mm).
Numeric. Average number of spikelets per head at the sampling point.
Integer. Total number of seeds per square meter at the sampling point.
Welham, S. J., Gezan, S. A., Clark, S. J., and Mead, A. (2015) Statistical Methods in Biology: Design and analysis of experiments and regression
anova(lm(log10(TotalSeed) ~ Site * (HLength + Spikelets) , data = weedseed))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.