# Generate cnorm object from example data
cnorm.elfe <- cnorm(raw = elfe$raw, group = elfe$group)
# create single norm table
norms <- normTable(3.5, cnorm.elfe, minNorm = 25, maxNorm = 75, step = 0.5)
# create list of norm tables
norms <- normTable(c(2.5, 3.5, 4.5), cnorm.elfe,
minNorm = 25, maxNorm = 75,
step = 1, minRaw = 0, maxRaw = 26
)
# conventional norming, set age to arbitrary value
model <- cnorm(raw=elfe$raw)
normTable(0, model)
Run the code above in your browser using DataLab