Install R

To attend the exercises you need a laptop with the most recent version of the R statistics package installed.

  • If you are working on a Windows laptop that has been set up by UiO local IT or USIT, open the directory P:\gratis\statistikk\r and double click on uioCurrentSetup.bat. Wait until R has been properly installed (a minute or two)
  • For all other computers, download and install R from a CRAN mirror site, for example from http://cran.uib.no

Run R and make sure it works, for example by trying this command:

pie(c(5,10,12), c("five","ten","twelve"), col=c("white","blue","red")

Published Jan. 15, 2014 11:21 AM - Last modified Jan. 15, 2014 11:21 AM