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
- Be comfortable using R and/or python for statistical analysis
- Write basic programs using logic including for loops and control structures
- Implement basic data analyses in R or python
- Describe the sequence of steps necessary to solve a simple problem
- Be familiar with good computing practices, such as version control and documentation