Computer Intensive Methods: loading functions and datasets



Functions

Download the file cimfunctions from here. Place the file in the directory in which you are running R. Call the file (say) 456R. Then type

source("456R")

in R, which will load all the courses functions into R.

Datasets

Download the file cimdata from here. Place the file in the directory in which you are running R. Call the file (say) 456data. Then type

source("456data")

which will load up the datasets we'll use (and a few more) into R.