salarygov {alr4} | R Documentation |
Government salary study
Description
Data on non-unionized job classes in a US county in 1986. Included are the job class difficulty score, the number of employees in the class, number of female employees, and the name of the class.
Format
This data frame contains the following columns:
- JobClass
-
Name of job class
- NW
-
Number of women employees
- NE
-
Total number of employees in a job class
- Score
-
Difficulty score for job class
- MaxSalary
-
Maximum salary for job class
Source
Sanford Weisberg
References
Weisberg, S. (2014). Applied Linear Regression, 4th edition. Hoboken NJ: Wiley.
Examples
head(salarygov)
[Package alr4 version 1.0.6 Index]