XXX

After completing this module, you should be able to ...

  1. XXX

Preparation for Class

  • Look around the class webpage (should bookmark/favorite this page)
  • Setup MSTeams
  • Read the Reading and do the following as described there.
    • Install and setup your R and RStudio.
    • Install the tidyverse, magrittr, and lubridate packages.
    • Prepare an RStudio project (with a corresponding folder).
    • Download and modify the Notebook template.

Exercise

  • Download one of the files below to your computer, load it into RStudio, and show the str()ucture of the data.frame object. [Hint: use read.csv() like you did in your other statistics courses at Northland.] Use an ordered list to answer these three questions – (1) What is the name of your data frame object in R, (2) how many rows are there in the data frame, and (3) what is the name of the first variable in the data frame.
    • Loon1.csv … biological data for Common Loons (Gavia immer) from around North America.
    • WalleyeErie2.csv … biological data for Walleye (Sander vitreus) from Lake Erie.
    • NCAAF19_QBS.csv … statistics for college football quarterbacks from the 2019-20 season.
    • StateOfWolf.csv … attitude data towards Gray Wolves (Canis lupus) in Michigan, Minnesota, and Wisconsin.
  • Create another section in your document and repeat the question above with a different data file.
  • Compile your document to an HTML file and turn it into me via e-mail.

Resources