- Data
(data.frame) with the data
- Nesting
(character) vector specifying the nesting structure with the top-level variable name
as 1st element and the variance component one above the residual error as last element
- Current
(character) string specifying the current level which has to be processed
- resp
(character) string specifying the name of the response variable (column in 'Data')
- keep.order
(logical) TRUE = the ordering of factor-levels is kept as provided by 'Data', FALSE = factor-levels are sorted on
and within each level of nesting
- useVarNam
(logical) TRUE = each factor-level specifier is pasted to the variable name of the current variable and used as list-element name,
FALSE = factor-level specifiers are used as names of list-elements; the former is useful when factor levels are indicated
as integers, e.g. days as 1,2,..., the latter is useful when factor levels are already unique, e.g. day1, day2, ...
- sep
(character) string specifying the separator-string in case useVarNam=TRUE
- na.rm
(logical) TRUE = NAs will be removed before computing the descriptive statistics AND NAs will be omitted when counting number of elements,
FALSE = if there are NAs, this will result in NAs for the descriptive statistics
- Points
(list) specifying all parameters applicable to function 'points', used to specify scatterplots per lower-end factor-level
(e.g. run/part in EP05-A2 experiments). If list-element "col" is itself a list with elements "var" and "col", where the former
specifies a variable used for assigning colors "col" according to the class-level of "var", point-colors can be used for indicating
specific sub-classes not addressed by the model/design (see examples).