Using R, Rcmdr, and Ez for ANOVA analysis

Using R, Rcmdr, and Ez for ANOVA analysis

  • Post author:
  • Post category:Blog
  • Post comments:0 Comments

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.

R repeated measure tutorial0
R repeated measure tutorial1
R repeated measure tutorial2
R repeated measure tutorial3
R repeated measure tutorial4
R repeated measure tutorial5
R repeated measure tutorial6
R repeated measure tutorial7
R repeated measure tutorial8
R repeated measure tutorial9
R repeated measure tutorial10
R repeated measure tutorial11
R repeated measure tutorial12
R repeated measure tutorial13
R repeated measure tutorial14
R repeated measure tutorial15
R repeated measure tutorial16
R repeated measure tutorial17
R repeated measure tutorial18
R repeated measure tutorial19
R repeated measure tutorial20
R repeated measure tutorial21
R repeated measure tutorial22
R repeated measure tutorial23
R repeated measure tutorial24
R repeated measure tutorial25
R repeated measure tutorial26
R repeated measure tutorial27
R repeated measure tutorial28

Shen

Shen is an HCI professor at the National University of Singapore working on realizing his vision of HeadsUp Computing, a new Interaction paradigm that can transform the way we live and interact with computers. In his free time, Shen loves to read, run, spend time with family and friends, and explore nature.

Leave a Reply