9 Imp, Pred, Validate

After successful completion of this module, you will be able to:

  • Perform a complete analysis of a dataset involving categorical or count responses.
  • Specifically articulate the question(s) of interest that you will explore using the data you chose for your final project.

Task list

In order to achieve these learning outcomes, please make sure to complete the following:

library(tidyverse)

badgers <- read.csv("../../Data/Badgers.csv")
respiration <- read.csv("../../Data/respiratory.csv")