GUI wrapper for the calculateStatistics
function.
calculateStatistics_gui(
data = NULL,
target = NULL,
quant = 0.95,
group = NULL,
count = NULL,
decimals = 4,
env = parent.frame(),
savegui = NULL,
debug = FALSE,
parent = NULL
)
TRUE
character preselected data.frame if provided and exist in environment.
character vector preselected target column.
numeric quantile to calculate. Default=0.95.
character vector preselected column(s) to group by.
character vector preselected column to count unique values in.
numeric number of decimals. Negative does not round.
environment in which to search for data frames and save result.
logical indicating if GUI settings should be saved in the environment.
logical indicating printing debug information.
widget to get focus when finished.
Simplifies the use of the calculateStatistics
function
by providing a graphical user interface. Preselected values can be provided
as arguments.
link{quantile}
, link{min}
, link{max}
, link{mean}
, link{sd}