Learn R Programming

RSADBE (version 1.0)

SPD: The supervisor performance data

Description

This data is used to check your understanding of the multiple linear regression model.

Usage

data(SPD)

Arguments

Format

A data frame with 30 observations on the following 7 variables.
Y
Supervisors performance
X1
Aspect 1
X2
Aspect 2
X3
Aspect 3
X4
Aspect 4
X5
Aspect 5
X6
Aspect 6

References

"Regression analysis by example" by Samprit Chatterjee and Ali S. Hadi, Wiley

Examples

Run this code
data(SPD)
pairs(SPD)

Run the code above in your browser using DataLab