You are on page 1of 1

Knowledge of R for the course

1. Basics.
a. Data structures: Use of vectors, matrices, data frames
b. Reading and writing files: file.choose(), read.table, read.csv,
write.table…
c. Creating tables
d. Basic comands: seq, rep, View, …
e. Logical Operators: & , | , !
2. Plots
a. Barplot
b. Boxplot
c. Histogram
d. Dispersion charts
3. Statistical functions
a. Correlation
b. Mean
c. Median
d. Max
e. Min
f. Quantile
g. Range
h. Sample
i. Var
j. Summary
4. More advanced plots: ggplot2
a. Use of ggplot
b. Barplots, boxplot, histogram, dispersión charts with ggplot
c. Mosaic Plots
d. Plots involving several variables

You might also like