DISCRIM | R Documentation |
This data contains information on the amount of education and work experience for 28 former male and female applicants. An equal-right group claims that females are less likely to be hired than males with the same background.
DISCRIM
A data frame with 28 observations (rows) and 4 variables (columns).
Column name | Data type | Description | Values | |
[,1] | HIRE | numeric | 1 if the person was hired, otherwise 0 | (0 - 1) |
[,2] | EDUC | numeric | Years of higher education | (4 - 8) |
[,3] | EXP | numeric | Years of experience | (0 - 12) |
[,4] | GENDER | numeric | 1 if male applicant, otherwise 0 | (0 - 1) |
The data is from Exercise 9.21 in A second course in statistics: Regression Analysis, 7th edition.
Mendenhall, W., Sincich, T. (2012) A second course in statistics: Regression Analysis, 7th edition.. Pearson Education.
# A short summary of the variables
summary(DISCRIM)
# Structure of the object
str(DISCRIM)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.