- raw
Numeric vector of raw scores
- group
Numeric vector of grouping variable, e. g. grade. If no group
or age variable is provided, conventional norming is applied
- age
Numeric vector with chronological age, please additionally specify
width of window
- width
Size of the sliding window in case an age vector is used
- 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.
- 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
- 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)
- 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
- k
The power constant. Higher values result in more detailed approximations
but have the danger of over-fit (max = 6). If not set, it uses t and if both
parameters are NULL, k is set to 5.
- t
The age power parameter (max = 6). If not set, it uses k and if both
parameters are NULL, k is set to 3, since age trajectories are most often well
captured by cubic polynomials.
- terms
Selection criterion for model building. The best fitting model with
this number of terms is used
- R2
Adjusted R square as a stopping criterion for the model building
(default R2 = 0.99)
- plot
Default TRUE; plots the regression model and prints report
- extensive
If TRUE, screen models for consistency and - if possible, exclude inconsistent ones