STA 378H5: Research Project
University of Toronto Mississauga, Fall 2016
:
Assignments
Assignment 1
Assignment 2
Assignment 3
Readings
Jerry and Uli's power estimation paper
(draft)
Technical Supplement
to the power estimation paper.
Mr. Cohen's nice book
Links
The SAT data
Read it with
sat = read.table("http://www.utstat.toronto.edu/~brunner/data/legal/openSAT.data.txt")
rmvn function
for simulating from a multivariate normal. Get it with
source("http://www.utstat.toronto.edu/~brunner/Rfunctions/rmvn.txt")