create.stat.columns: Create Names and Conditions for Statistics Columns

Description Usage Arguments Value

View source: R/create_stat_columns.R

Description

We can store several types of statistics from an experiment measuring one variable. These include minimum, mean, median, mode, and maximum as well as standard deviation. There are several sanity constraints imposed on them, e.g., the minimum cannot be bigger than the maximum and if the standard deviation is 0 they must be the same, etc. Here we try to generate "column names" and conditions for a given variable.

Usage

1
2
3
create.stat.columns(title, description, is.col.integer = FALSE,
  lower.bound = 0L, upper.bound = NA_integer_,
  n.runs.col = .col.n.runs)

Arguments

title

the variable name

description

the variable description

is.col.integer

is the variable/column integer valued?

lower.bound

an optional lower bound

upper.bound

an optional upper bound

n.runs.col

the name of the column with the number of repetitions

Value

a list with the auto-generated members and code


thomasWeise/literatureAndResultsGen documentation built on Nov. 5, 2019, 10:07 a.m.