| heights | R Documentation |
A glasshouse experiment was conducted to examine how different doses of a growth regulator affect plant height under controlled conditions. Six increasing doses (Dose) were each applied to four replicate plants, with each plant grown in a separate pot. The pots were arranged in a completely randomized design on a bench grid comprising four rows (Row) and six columns (Column). After six weeks, the height of each plant (in cm; Height) was measured. This setup enables analysis of the effect of growth regulator dose on plant height, while accounting for any potential spatial variation across the grid layout.
heights
A data frame with 5 variables: Pot, Row, Column, Dose, Height.
Factor. Unique identifier for each pot (experimental unit).
Factor. Row position of the pot in the grid layout on the bench.
Factor. Column position of the pot in the grid layout on the bench.
Factor. Applied dose of the growth regulator.
Numeric. Plant height (in centimeters) measured six weeks after treatment.
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(Height ~ Column + Dose, data = heights))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.