Stat 151: Introduction to Statistical Computing

Course Description

Introduction to programming for statistical analysis. Covers basic programming concepts necessary for statistics, good computing practice, and use of built-in functions to complete basic statistical analyses.

Course Objectives

At the end of this course, students will

  1. Be comfortable using R and/or python for statistical analysis
  2. Write basic programs using logic including for loops and control structures
  3. Implement basic data analyses in R or python
  4. Describe the sequence of steps necessary to solve a simple problem
  5. Be familiar with good computing practices, such as version control and documentation