tumaGUI: Start the Tuma GUI

Description Usage Arguments Author(s) Examples

View source: R/tuma.R

Description

The Tuma GUI can be started by typing tumaGUI(). In its current version, the package comes with two data sets (data.frame objects):

Usage

1
  tumaGUI(data = borenstein_tuma)

Arguments

data

an optional data frame. If a data frame is provided, it has to have at least the following three elements: T, se, studlab. If the name of a newly created data frame ends with "_tuma" (e.g., "borenstein_tuma", "df_tuma", "mydata_tuma" etc.), it will show up in the drop down menu.

Author(s)

Bernd Weiss bernd.weiss@uni-koeln.de

Examples

1
2
tumaGUI()
tumaGUI(raudenbush_tuma)

berndweiss/tuma documentation built on Dec. 1, 2019, 12:30 a.m.