Previous: Introduction Up: JUDGEIT II: A Program Next: Case Syntax

Installation Instructions and Requirements

As this version of JUDGEIT has been built as a package for the mathematical software R, it is necessary to install this software before beginning.

The latest version of R is available for free from http://www.r-project.org. After installation, retrieve the JUDGEIT package through the following command:

> install.packages("JudgeIt")

To use the commands within, type

> library(JudgeIt)
.

JUDGEIT requires the R package mvtnorm to function properly, and will load it automatically when needed.



Subsections

Gary King 2010-08-31