From a survey of the clerical employees of a large financial organization, the data are aggregated from the questionnaires of the approximately 35 employees for each of 30 (randomly selected) departments. The numbers give the percent proportion of favourable responses to seven questions in each department.
A data frame with 30 observations on 7 variables. The first column are the short names from the reference, the second one the variable names in the data frame:
Y
rating
numeric
Overall rating
X[1]
complaints
Handling of employee complaints
X[2]
privileges
Does not allow special privileges
X[3]
learning
Opportunity to learn
X[4]
raises
Raises based on performance
X[5]
critical
Too critical
X[6]
advancel
Advancement
Source
Chatterjee, S. and Price, B. (1977) Regression Analysis by Example. New York: Wiley. (Section 3.7, p.68ff of 2nd ed.(1991).)
Use the following R code to directly access this dataset in R.