Learn R Programming

strvalidator (version 2.4.1)

calculateStatistics_gui: Calculate Statistics

Description

GUI wrapper for the calculateStatistics function.

Usage

calculateStatistics_gui(
  data = NULL,
  target = NULL,
  quant = 0.95,
  group = NULL,
  count = NULL,
  decimals = 4,
  env = parent.frame(),
  savegui = NULL,
  debug = FALSE,
  parent = NULL
)

Value

TRUE

Arguments

data

character preselected data.frame if provided and exist in environment.

target

character vector preselected target column.

quant

numeric quantile to calculate. Default=0.95.

group

character vector preselected column(s) to group by.

count

character vector preselected column to count unique values in.

decimals

numeric number of decimals. Negative does not round.

env

environment in which to search for data frames and save result.

savegui

logical indicating if GUI settings should be saved in the environment.

debug

logical indicating printing debug information.

parent

widget to get focus when finished.

Details

Simplifies the use of the calculateStatistics function by providing a graphical user interface. Preselected values can be provided as arguments.

See Also

link{quantile}, link{min}, link{max}, link{mean}, link{sd}