-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.Rmd
14 lines (13 loc) · 826 Bytes
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
title: "Statistical Programming"
author: "Marc Comas-Cufí"
output: html_document
---
- __Session 1__. Introduction to R and RStudio/Posit [[html]](session-01-presentation.html) [[pdf]](session-01-presentation.pdf)
- __Session 2__. Data manipulation and tidying data [[html]](session-02-presentation.html) [[pdf]](session-02-presentation.pdf)
* Datasets: [weather.csv](weather.csv)
- __Session 3__. Creating graphics with `ggplot2` [[html]](session-03-presentation.html) [[pdf]](session-03-presentation.pdf)
- __Session 4__. Overview of probability. Simulation
[[html]](session-04-presentation.html) [[pdf]](session-04-presentation.pdf)
* Scripts: [play_monty_hall.R](play_monty_hall.R)
- __Session 5__. Statistical inference [[html]](session-05-presentation.html) [[pdf]](session-05-presentation.pdf)