Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 811 Bytes

r-intro.md

File metadata and controls

24 lines (20 loc) · 811 Bytes
layout element title language exercises
page
assignment
Introduction to R and RStudio
R
Basic Expressions
Basic Variables
More Variables
Built-in Functions
Modify the Code
Code Shuffle
Bird Banding
Shrub Volume Vectors
Shrub Volume Data Frame

Learning Objectives

Following this assignment students should be able to:

  • execute simple math in the R console
  • assign and manipulate variables
  • use built-in functions for math and stats
  • understand the assignment and execute flow of an R script
  • understand the vector and data frame object structures
  • assign, subset, and manipulate data in a vector
  • execute vector algebra
  • import data frames and interact with columns as vectors

{% include reading.html %}

{% include assignment.html %}