Preliminaries

Assignment 1: Hello & Welcome to R (Due Week 1)

Author

Prof. Jack Reilly

Published

F2025

Readings

  • Read the course syllabus (all parts of this website)
  • Recommended reading:
    • RDS, introduction

Data & Computational Work

The main purpose of this week’s assignment is to get your computer ready for all the work in the class. This means, primarily, installing software.

Install R on your computer

Begin by installing R (http://cloud.r-project.org). Choose the version appropriate for your computing platform:

Install RStudio on your computer

Confirm things work

  • R is really a great big calculator. Let’s do some calculations!
    • Add 2 and 3 together
    • Multiply 4 by 6
    • Divide 10 by 5

Due Next Week: Problem Set 1: Hello & Welcome to R