The Olympics data set

Hi everyone, 

Some of you might have had some trouble loading the olympics data set into R. This is because some of the countries in the data set have names consisting of more than one word. I've uploaded a new version of the data set here:

/studier/emner/matnat/math/STK4900/v23/olympic_new.txt

This should be easy to load into R. You can use e.g. 
olympic = read.table("/studier/emner/matnat/math/STK4900/v23/olympic_new.txt",header=T)

 

Per August

Published Apr. 17, 2023 11:54 AM - Last modified Apr. 17, 2023 11:54 AM