ex0222 {Sleuth3} | R Documentation |
Male and Female Intelligence
Description
These data are armed Forces Qualifying Test (AFQT) score percentiles and component test scores in arithmetic reasoning, word knowledge, paragraph comprehension, and mathematical knowledge for a sample of 1,278 U.S. women and 1,306 U.S. men in 1981.
Usage
ex0222
Format
A data frame with 2,584 observations on the following 6 variables.
- Gender
a factor with levels
"female"
and"male"
- Arith
score on the arithmetic reasoning component of the AFQT test
- Word
score on the word knowledge component
- Parag
score on the paragraph comprehension component
- Math
score on the mathematical knowledge component
- AFQT
percentile score on the AFQT test
Source
Ramsey, F.L. and Schafer, D.W. (2013). The Statistical Sleuth: A Course in Methods of Data Analysis (3rd ed), Cengage Learning.
References
National Longitudinal Survey of Youth, U.S. Bureau of Labor Statistics, https://www.bls.gov/nls/home.htm (May 8, 2008).
See Also
ex0330
, ex0331
, ex0524
,
ex0525
, ex0828
, ex0923
,
ex1033
, ex1223
Examples
str(ex0222)