Step 1: Download and install R to your computer
Download R (for windows)
http://cran.stat.nus.edu.sg/bin/windows/base/R-3.0.2-win.exe
Download R (for MacOX)
http://cran.stat.nus.edu.sg/bin/macosx/
After downloading the package, please install it on your computer. For windows 7, I suggest to install it not on your “program files”; instead, create a new directory such as C:\\R for the installation.
Step 2: Install the GUI package R commander in R
Once you have installed the basic package, you can install the GUI package to make it easier to use by typing install.packages(“Rcmdr”) (Select the Singapore repository) Then type
library(“Rcmdr”)
This will install the remaining missing files for you.
Step 3: Install the ezANOVA package
install.packages(“ez”)
The detailed instructions are described below. The data file is here.




























