knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(edcpR)
data(plant_growth, package = "edcpR")
We study the effect of a new fertilizer (NPK) on the growth of maize. We measured the yield in 10 control plots (Ctrl) vs 10 plots that received the fertilizer treatment.
Research question: What is the effect of fertilizer on the biomass yield of maize?
library(datasets) data(iris, package = "datasets")
We studied the differences in flower dimensions between three iris species (Iris setosa, Iris versicolor, Iris virginica). We sampled 10 individuals of each species and measured the sepal and petal length and width.
Research question: Do the three iris species have different sepal lengths?
data(meerdaal, package = "edcpR")
We have vegetation records in Meerdaal forest from 50 years ago. We know the exact location of the 13 plots and sample them again in 2018.
Research question: Is there a difference in species richness between old and recent sampling of forest fragments in Meerdaal forest?
data(kembel_sp, package ="edcpR")
We measured the abundance of species in percent cover of different plant species in 20x20m quadrats in grasslands in plots in two habitat types in Alberta.
Research question: Is there a difference in total species richness between two grassland types?
Available on Toledo under Assignments (Assignment 4). Submit:
Upload everything before December 1st, 12 pm (= at noon!).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.