Module 2: Basic Summary Statistics in R

Fair warning, we are NOT statisticians. So when we say ‘basic’ we mean very simple summary statistics to perform initial data exploration. In Video #2, you will go through a walkthrough of several data files in R. Below are some files that will be helpful to download and use as you walk through the video. You will also be asked to pause or explore data after the video completes on your own. This step is optional. If you feel you need a basic refresher on statistics, here is a nice video review of Statistics for Science.

Video #2

In this video we will be working with two files in R: USpop.csv and BodyFat.csv. Both files are included in the data tarball located in the raw_data directory.

IF you are well practiced with reading data into R, feel free to read in our existing data object.

Make an R Notebook for this walk through tutorial to save all the code you will be learning. We will cover:

Walk-through code

Data Files

Associated code and data files are also within the compressed data file.

Next page:

Module 3: Data manipulation in R