title 'Twenty four Psychological Tests'; DATA PSYCH24(TYPE=CORR); drop type; input type 1 @2 _name_ $ V1-V24; if type=1 then _type_='MEAN '; if type=2 then _type_='STD '; if type=3 then _type_='N '; if type=4 then _type_='RELIABIL'; if type=. then _type_='CORR '; label V1 ='Visual perception' V2='Cubes' V3 ='Paper form board' V4='Flags' V5 ='General information' V6='Paragraph comprehension' V7 ='Sentence completion' V8='Word classification' V9 ='Word meaning' V10='Addition' V11='Code' V12='Counting dots' V13='Straight-curved capitals' V14='Word recognition' V15='Number recognition' V16='Figure recognition' V17='Object - number' V18='Number - figure' V19='Figure - word' V20='Deduction' V21='Numerical puzzles' V22='Problem reasoning' V23='Series completion' V24='Arithmetic problems' ; CARDS; 1 MEAN 29.60 24.80 14.30 15.97 44.85 9.95 18.85 28.20 17.28 90.18 68.59 109.75 191.8 176.3 89.37 103.4 7.21 9.44 15.24 30.34 14.46 27.73 18.75 25.83 2 STD 6.89 4.43 2.81 8.29 11.62 3.36 4.63 5.34 7.92 23.70 16.61 20.92 36.91 10.79 7.52 6.78 4.55 4.49 3.58 19.71 4.82 9.79 9.33 4.70 3 N 145 145 145 145 145 145 145 145 145 145 145 145 145 145 145 145 145 145 145 145 145 145 145 145 4 RELI .7563 .5677 .4396 .9365 .8077 .6507 .7536 .6802 .8701 .9518 .7116 .9374 .8889 .6483 .5070 .5997 .7248 .6101 .5686 .6492 .7843 .7866 .9310 .8362 V1 1.000 0.318 0.403 0.468 0.321 0.335 0.304 0.332 0.326 0.116 0.308 0.314 0.489 0.125 0.238 0.414 0.176 0.368 0.270 0.365 0.369 0.413 0.474 0.282 V2 0.318 1.000 0.317 0.230 0.285 0.234 0.157 0.157 0.195 0.057 0.150 0.145 0.239 0.103 0.131 0.272 0.005 0.255 0.112 0.292 0.306 0.232 0.348 0.211 V3 0.403 0.317 1.000 0.305 0.247 0.268 0.223 0.382 0.184 -0.075 0.091 0.140 0.321 0.177 0.065 0.263 0.177 0.211 0.312 0.297 0.165 0.250 0.383 0.203 V4 0.468 0.230 0.305 1.000 0.227 0.327 0.335 0.391 0.325 0.099 0.110 0.160 0.327 0.066 0.127 0.322 0.187 0.251 0.137 0.339 0.349 0.380 0.335 0.248 V5 0.321 0.285 0.247 0.227 1.000 0.622 0.656 0.578 0.723 0.311 0.344 0.215 0.344 0.280 0.229 0.187 0.208 0.263 0.190 0.398 0.318 0.441 0.435 0.420 V6 0.335 0.234 0.268 0.327 0.622 1.000 0.722 0.527 0.714 0.203 0.353 0.095 0.309 0.292 0.251 0.291 0.273 0.167 0.251 0.435 0.263 0.386 0.431 0.433 V7 0.304 0.157 0.223 0.335 0.656 0.722 1.000 0.619 0.685 0.246 0.232 0.181 0.345 0.236 0.172 0.180 0.228 0.159 0.226 0.451 0.314 0.396 0.405 0.437 V8 0.332 0.157 0.382 0.391 0.578 0.527 0.619 1.000 0.532 0.285 0.300 0.271 0.395 0.252 0.175 0.296 0.255 0.250 0.274 0.427 0.362 0.357 0.501 0.388 V9 0.326 0.195 0.184 0.325 0.723 0.714 0.685 0.532 1.000 0.170 0.280 0.113 0.280 0.260 0.248 0.242 0.274 0.208 0.274 0.446 0.266 0.483 0.504 0.424 V10 0.116 0.057 -0.075 0.099 0.311 0.203 0.246 0.285 0.170 1.000 0.484 0.585 0.408 0.172 0.154 0.124 0.289 0.317 0.190 0.173 0.405 0.160 0.262 0.531 V11 0.308 0.150 0.091 0.110 0.344 0.353 0.232 0.300 0.280 0.484 1.000 0.428 0.535 0.350 0.240 0.314 0.362 0.350 0.290 0.202 0.399 0.304 0.251 0.412 V12 0.314 0.145 0.140 0.160 0.215 0.095 0.181 0.271 0.113 0.585 0.428 1.000 0.512 0.131 0.173 0.119 0.278 0.349 0.110 0.246 0.355 0.193 0.350 0.414 V13 0.489 0.239 0.321 0.327 0.344 0.309 0.345 0.395 0.280 0.408 0.535 0.512 1.000 0.195 0.139 0.281 0.194 0.323 0.263 0.241 0.425 0.279 0.382 0.358 V14 0.125 0.103 0.177 0.066 0.280 0.292 0.236 0.252 0.260 0.172 0.350 0.131 0.195 1.000 0.370 0.412 0.341 0.201 0.206 0.302 0.183 0.243 0.242 0.304 V15 0.238 0.131 0.065 0.127 0.229 0.251 0.172 0.175 0.248 0.154 0.240 0.173 0.139 0.370 1.000 0.325 0.345 0.334 0.192 0.272 0.232 0.246 0.256 0.165 V16 0.414 0.272 0.263 0.322 0.187 0.291 0.180 0.296 0.242 0.124 0.314 0.119 0.281 0.412 0.325 1.000 0.324 0.344 0.258 0.388 0.348 0.283 0.360 0.262 V17 0.176 0.005 0.177 0.187 0.208 0.273 0.228 0.255 0.274 0.289 0.362 0.278 0.194 0.341 0.345 0.324 1.000 0.448 0.324 0.262 0.173 0.273 0.287 0.326 V18 0.368 0.255 0.211 0.251 0.263 0.167 0.159 0.250 0.208 0.317 0.350 0.349 0.323 0.201 0.334 0.344 0.448 1.000 0.358 0.301 0.357 0.317 0.272 0.405 V19 0.270 0.112 0.312 0.137 0.190 0.251 0.226 0.274 0.274 0.190 0.290 0.110 0.263 0.206 0.192 0.258 0.324 0.358 1.0 0.167 0.331 0.342 0.303 0.374 V20 0.365 0.292 0.297 0.339 0.398 0.435 0.451 0.427 0.446 0.173 0.202 0.246 0.241 0.302 0.272 0.388 0.262 0.301 0.167 1.000 0.413 0.463 0.509 0.366 V21 0.369 0.306 0.165 0.349 0.318 0.263 0.314 0.362 0.266 0.405 0.399 0.355 0.425 0.183 0.232 0.348 0.173 0.357 0.331 0.413 1.000 0.374 0.451 0.448 V22 0.413 0.232 0.250 0.380 0.441 0.386 0.396 0.357 0.483 0.160 0.304 0.193 0.279 0.243 0.246 0.283 0.273 0.317 0.342 0.463 0.374 1.000 0.503 0.375 V23 0.474 0.348 0.383 0.335 0.435 0.431 0.405 0.501 0.504 0.262 0.251 0.350 0.382 0.242 0.256 0.360 0.287 0.272 0.303 0.509 0.451 0.503 1.0 0.434 V24 0.282 0.211 0.203 0.248 0.420 0.433 0.437 0.388 0.424 0.531 0.412 0.414 0.358 0.304 0.165 0.262 0.326 0.405 0.374 0.366 0.448 0.375 0.434 1.000 ;