Displaying 1 result from an estimated 1 matches for "perc50".
Did you mean:
perc5
2001 Apr 06
1
interpolation in matrix
...me(age =c( 8, 9, 10, 11, 12, 13, 25, 30, 35, 40, 45, 50,
55, 60, 65, 70),
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 eac...