| lupintrial | R Documentation |
A field trial was conducted to compare the performance of fourteen lupin breeding lines, including twelve dwarf (DTN) lines and two non-dwarf (CH-304) lines, with the candidate variety DTN20. The trial followed a randomized complete block design with three blocks, each containing fourteen plots. Among the multiple assessed traits, this dataset focuses on oil yield (t/ha; variate OilYield) measured in each plot. Each experimental unit is identified by its block and plot number (Block and Plot), and the line identity (Line). The data enable analysis of oil yield variation among breeding lines, with comparisons made to the candidate variety under controlled field conditions.
lupintrial
A data frame with 6 variables: ID, Block, Plot, Line, NPlant, OilYield.
Factor. Unique identifier for each plot (observation).
Factor. Block number in the randomized complete block design.
Factor. Plot number within each block.
Factor. Identity code of the lupin breeding line (e.g., "DTN84", "CH304-73").
Numeric. Average number of plants per square metre in the plot.
Numeric. Oil yield from the plot, measured in tonnes per hectare (t/ha).
Welham, S. J., Gezan, S. A., Clark, S. J., and Mead, A. (2015) Statistical Methods in Biology: Design and analysis of experiments and regression
aov(OilYield ~ Line + Error(Block/Plot), data = lupintrial)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.