Usage
buildList(Data, Nesting, Current, resp, keep.order = TRUE, useVarNam = TRUE,
sep = "", na.rm = TRUE, Points = list(pch = 16, cex = 0.5, col =
"black"))
Arguments
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
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", w