Course overview
This course introduces you to the statistical programming language R.
The introduction to R helps installing R or RStudio and should give some broad understanding of the programming concepts, including the use and implementation of your own custom functions. In the exercises of this course you'll get to know R better and write your own (recursive) functions.
This course puts programming code in a grey box. You can copy (use the top right button) and paste it directly into the R console.
# Did you find the copy shortcut?
1 + 2 * 3 == 9
Pasting this in R should result in FALSE
.
Last updated