The tests cover mental speed, memory, mathematical-ability, spatial, and verbal ability as listed below.
data("HS.ability.data")
id
Gender
grade
agey
agem
school
addition
code
counting
straight
wordr
numberr
figurer
object
numberf
figurew
deduct
numeric
problemr
series
arithmet
visual
cubes
paper
flags
paperrev
flagssub
general
paragrap
sentence
wordc
wordm
The last two tests are substitute versions for other tests. paperrev
(a paper form board test) can substitute for paper
and flagssub
for the lozenges test flags
.
data(HS.ability.data)
str(HS.ability.data)
levels(HS.ability.data$school)
plot(flags ~ flagssub, data = HS.ability.data)
Run the code above in your browser using DataLab