runGUI: Run a simdat GUI

Description Usage Arguments Details Author(s) Examples

View source: R/runGUI.R

Description

Runs a GUI application to simulate data. This function normally does not return; interrupt R to stop the application (usually by pressing Ctrl+C or Esc).

Usage

1
runGUI(gui,port=8100L,launch.browser=TRUE)

Arguments

gui

The name of the GUI (see details)

.

port

The TCP port that the application should listen on. Defaults to port 8100.

launch.browser

If true (default), the system's default web browser will be launched automatically after the GUI is started.

Details

Currently, two GUIs are available. The "ANOVA" gui is used for (factorial) designs with a normally distributed dependent variable. The "RMANOVA" gui is used for (factorial) designs with repeated-measures (possibly a combination of between and withi-subjects factors).

Author(s)

Maarten Speekenbrink

Examples

1
2
3
4
5
## Not run: 
runGUI("ANOVA")
runGUI("RMANOVA")

## End(Not run)

simdat.gui documentation built on May 2, 2019, 6:52 p.m.