salarygov: Government salary study

Description Format Source References Examples

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

1

Example output

Loading required package: car
Loading required package: carData
Loading required package: effects
lattice theme set by effectsTheme()
See ?effectsTheme for details.
                    JobClass NW NE Score MaxSalary
1              Account_clerk 52 68   258      1549
2 Account_clerk_Intermediate 26 29   269      1712
3    Account_clerk_Principal 10 13   321      2182
4       Account_clerk_Senior 16 24   273      1982
5                 Accountant  1 12   352      2555
6           Accountant_Chief  0  5   709      4060

alr4 documentation built on May 2, 2019, 6:40 p.m.

Related to salarygov in alr4...