Displaying 1 result from an estimated 1 matches for "pers25".
Did you mean:
per25
2001 Apr 06
1
interpolation in matrix
...pers90=c(33, 39, 43, 47, 50, 54, 54, 52, 50, 49,
47, 46, 43, 42, 39, 37),
perc75=c(27, 31, 37, 42, 46, 49, 49, 47, 46, 44,
42, 40, 37, 34, 31, 30),
perc50=c(21, 25, 29, 34, 39, 44, 44, 42, 39, 37,
34, 31, 29, 27, 25, 22),
pers25=c(16, 19, 22, 27, 30, 37, 37, 33, 30, 29,
27, 25, 22, 21, 19, 16),
pers10=c(12, 15, 18, 21, 25, 30, 30, 26, 25, 23,
21, 20, 18, 16, 15, 13)
)
For each age the percXX field hold the score for the subject wich is a lower
bound for the raw score, to p...