forked from KimmoVehkalahti/IODS-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
chapter1.Rmd
22 lines (15 loc) · 958 Bytes
/
chapter1.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Chapter 1
[Now playing][1]\
[My GitHub IODS repository][2]\
**How am I feeling right now?**
5 minutes after switching from my UH computer to my personal computer, I finally got the environment working (after struggling with my work computer for 6 hours)! Feeling slightly annoyed now.
---
**Impressions from R for health data science & Exercise set 1**
I'm already slightly familiar with programming and R, so I didn't go through everything in great detail.\
Many of the practical examples and recommendations, such as the one about equivalence & rounding, seem very useful and probably will have saved me from a big headache. On the other hand, I skimmed through the import data section as it had nothing new for me. Everything else will serve as a great reminder.
```{r}
# This is a so-called "R chunk" where you can write R code.
date()
```
[1]: https://www.youtube.com/watch?v=bhlD1XfiEJE
[2]: https://github.com/voikukas/IODS-project