Learn R Programming

rAverage (version 0.3-2)

rav.cmd: GUI for rav function

Description

The command rav.cmd() calls the graphical user interface for R-Average procedure.

Usage

rav.cmd(lev=NULL, range=NULL, names=NULL)

Arguments

lev
Optional argument. A vector containing the number of levels of each factor. Example: two factors with 3 and 4 levels requires a code like lev=c(3,4). If the default setting NULL is left, the number of levels and factors wi
range
Optional argument.A vector containing the range of the responses R. If the default setting NULL is left, the range will be required by the GUI, otherwise that step will be skipped.
names
Optional argument. Vector of character strings, containing the names of the factors. If the default setting NULL is left, the range will be required by the GUI, otherwise that step will be skipped.

Value

  • The GUI is called.

Details

The arguments are optional.

See Also

rAverage-package, rav

Examples

Run this code
# Show the GUI
# rav.cmd()
# Show the GUI interface skipping the information about two factors
# With three levels, range between 0 and 20 and names A and B
# rav.cmd(lev=c(3,3),range=c(0,20),names=c("A","B"))

Run the code above in your browser using DataLab