Files for project-exam 2014

Data  for the project exam in STK4900/9900 spring 2014:

# Below are given commands for reading the data sets of the project exam into R.

 

# PROBLEM 1 (both STK4900 and STK9900)

 uffi<-read.table("http://www.uio.no/studier/emner/matnat/math/STK4900/v14/uffi.txt",h=T)

 

# PROBLEM 2 (both STK4900 and STK9900)

 drvisits<-read.table("http://www.uio.no/studier/emner/matnat/math/STK4900/v14/drvisits.txt",h=T)

 

# PROBLEM 3 (both STK4900 and STK9900)

 wheeze<-read.table("http://www.uio.no/studier/emner/matnat/math/STK4900/v14/wheeze.txt",h=T)

 

# PROBLEM 3c (only STK9900)

 wheeze1<-read.table("http://www.uio.no/studier/emner/matnat/math/STK4900/v14/wheeze1.txt",h=T)

 

Published Apr. 28, 2014 10:16 AM - Last modified Apr. 28, 2014 10:16 AM