Coding for Data Science 2021/22 - R part
2021-12-04
Chapter 1 Welcome! :)
You are reading the lecture notes of the R
lectures for the Coding for Data Science (C4DS) course at University of Bergamo (academic year 2021/22). C4DS is the first module of the course named Coding and Machine Learning (see here for more details).
The C4DS R
lectures are designed for students who already have a programming background thanks to the first part of the C4DS course dedicated to Python. In this part of the module we will introduce R
programming language for data science (including data manipulation, data visualization and communication).
Enjoy the journey!
1.1 Bibliography for the course
- R for Data Science: https://r4ds.had.co.nz/
- Practical R for Mass Communication and Journalism: https://www.machlis.com/R4Journalists/
In the following lecture notes, this font
(with grey background) represents R
code. The following is an example of R
code with the corresponding output.
print("Hello PSBF World!")
## [1] "Hello PSBF World!"
These notes are written in RStudio
by using bookdown
(https://bookdown.org/). For errors, typos, suggestions, … write to michela.cameletti@unibg.it.