- data
data.frame with norm sample data. If no data.frame is provided, the raw score
and group vectors are directly used
- group
name of the grouping variable (default 'group') or numeric vector, e. g. grade, setting
group to FALSE cancels grouping (data is treated as one group)
- raw
name of the raw value variable (default 'raw') or numeric vector
- weights
Vector or variable name in the dataset with weights for each individual case. It can be used
to compensate for moderate imbalances due to insufficient norm data stratification. Weights should be numerical
and positive. Please use the 'computeWeights' function for this purpose.
- method
Ranking method in case of bindings, please provide an index,
choosing from the following methods: 1 = Blom (1958), 2 = Tukey (1949),
3 = Van der Warden (1952), 4 = Rankit (default), 5 = Levenbach (1953),
6 = Filliben (1975), 7 = Yu & Huang (2001)
- scale
type of norm scale, either T (default), IQ, z or percentile (= no
transformation); a double vector with the mean and standard deviation can as well,
be provided f. e. c(10, 3) for Wechsler scale index points
- descend
ranking order (default descent = FALSE): inverses the
ranking order with higher raw scores getting lower norm scores; relevant
for example when norming error scores, where lower scores mean higher
performance
- descriptives
If set to TRUE (default), information in n, mean, median and
standard deviation per group is added to each observation
- na.rm
remove values, where the percentiles could not be estimated,
most likely happens in the context of weighting
- silent
set to TRUE to suppress messages