Statistical Methods II

STAT40x3 :: Datasets

Below is a list of available R functions I have written and use in the course. I am placing them here so that you can download them and play with your statistical program using these functions. I am also hoping that you will look at how these functions are put together and learn to write your own.

R Functions

To access these functions, you can either source these files directly or download the function to your class folder and source there.
Filename File location
fpr.R http://courses.kvasaheim.com/stat40x3/R/fpr.R
z.test.R http://courses.kvasaheim.com/stat40x3/R/z.test.R
links.R http://courses.kvasaheim.com/stat40x3/R/links.R
MCC.R http://courses.kvasaheim.com/stat40x3/R/MCC.R
plot.links.R http://courses.kvasaheim.com/stat40x3/R/plot.links.R
plot.pch.R http://courses.kvasaheim.com/stat40x3/R/plot.pch.R
set.base.R http://courses.kvasaheim.com/stat40x3/R/set.base.R
F1score.R http://courses.kvasaheim.com/stat40x3/R/F1score.R
accuracy.R http://courses.kvasaheim.com/stat40x3/R/accuracy.R
fnr.R http://courses.kvasaheim.com/stat40x3/R/fnr.R
In addition to these R functions (and scripts), I am including some image files that demonstrate things we are discussing in class.
Filename File location
pch.png http://courses.kvasaheim.com/stat40x3/R/pch.png
link-sym.png http://courses.kvasaheim.com/stat40x3/R/link-sym.png
link-asym.png http://courses.kvasaheim.com/stat40x3/R/link-asym.png