| calcium | R Documentation |
An experiment was conducted to assess the impact of four different calcium concentrations (levels A = 1, B = 5, C = 10, D = 20) on the root growth of plants. The study followed a completely randomized design, with each treatment assigned to five individual plants growing in separate pots, for a total of 20 pots. At the end of the experiment, the total root length (in cm) was measured for each pot. The dataset contains three columns: Pot, a unique identifier for each pot; Calcium, a factor indicating the assigned calcium treatment level; and Length, the measured total root length for each pot. This structure allows for comparison of root growth across the different calcium concentration treatments.
calcium
A data frame with 3 variables: Pot, Calcium, Length.
#' @format A data frame with the following variables:
Factor. Unique identifier for each pot/experimental unit.
Factor. Treatment group indicating the relative concentration of calcium applied to each pot (levels: "A" = 1, "B" = 5, "C" = 10, "D" = 20).
Integer. Total root length (in centimeters) measured for each pot at the end of the experiment.
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(Length ~ Calcium, data = calcium))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.