Emegs Help Logo

Installation guide for Windows

**
**

Installing EMEGS (Qt version) **binaries for Windows (installer)
**

Installing EMEGS (Qt version) with the windows installer is the easiest way. Just double click the installer file and follow the instructions on the dialogs.

Installing and configuring R

If and only if you wish to run an ANOVA on ERP/ERF-data in R, you need to correctly configure the communication with R. In order to do this, download and install R for instance from (http://stat.ethz.ch/CRAN/

Install the R-packages reshape2, RSvgDevice and Rserve, for instance by typing in the R command prompt

install.packages(“RSvgDevice”)
install.packages(“reshape2”)
install.packages(“Rserve”)

Start the Rserve by typing

library(Rserve)
Rserve()

**
**