1
2
3
4
5
#

Name:

Description:

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.

Variables:

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

numeric

Handling of employee complaints

X[2]

privileges

numeric

Does not allow special privileges

X[3]

learning

numeric

Opportunity to learn

X[4]

raises

numeric

Raises based on performance

X[5]

critical

numeric

Too critical

X[6]

advancel

numeric

Advancement

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

Chatterjee, S. and Price, B. (1977) Regression Analysis by Example. New York: Wiley. (Section 3.7, p.68ff of 2nd ed.(1991).)

R Dataset Upload:

Use the following R code to directly access this dataset in R.

d <- read.csv("https://www.key2stats.com/The_Chatterjee___Price_Attitude_Data_353_96.csv")

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.