Current courses

M1 in Economics and Economics and Statistics, Toulouse School of Economics

Applied multivariate data analysis - Big data analytics (2014/…, 15 hours)

Course page

M2 in Statistics and Econometrics, Toulouse School of Economics

Graph mining (2016-…, 10 hours)

Course page.


How to install R?

R can be downloaded for free on the official repository website. I also advise you to install RStudio which is a simple graphical user interface for R which is very handy in many situations. Finally, packages can be installed either the menu "Tools/Install packages" in RStudio or directly the command line:
install.packages("swirl")
	
in an R console.