Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 630 Bytes

rprog.md

File metadata and controls

13 lines (9 loc) · 630 Bytes
layout title nav_order
default
Intro to R Programming
11

Workshop Title Slide

Introduction to R Programming

R has a powerful suite of high-level statistical functions, but sometimes you need lower-level control over the functionality of your script. No prior knowledge of R is required. In this workshop, you will learn how to write programs in R using functions and control flow. We will cover variables, data types, functions, conditional blocks, loops, and debugging.

The materials for this workshop are available here: https://scds.github.io/intro-r/