E10.3 {SenSrivastava} | R Documentation |
Supervisor Rating Data
Description
The E10.3
data frame has 30 rows and 6 columns.
This is part of a larger data set gathered for other purposes. The six variables
are each composites obtained from responses to a questionare. The dependent
variable y
is a composite of responses towards thr respondent's
supervisor and on job satisfaction. The highest possible score is 20. The
predictor variables are defined below.
Usage
data(E10.3)
Format
This data frame contains the following columns:
- x.1
-
a numeric vector, measures the level of social contact each respondent felt he or she had with the supervisor, was based on questions like "Do you see your supervisor outside of your work place?"
- x.2
-
a numeric vector, measures the perceived level of interest from the supervisor in the employees personal life. Based on questions like "Would you discuss a personal problem with your supervisor?"
- x.3
-
a numeric vector, measures the level of support the employee feels from the supervisor. Based on questions like "Is your supervisor supportive of your work?"
- x.4
-
a numeric vector, together with
x.5
measure the drive of the supervisor. Based on the emplotees perception of this drive. - x.5
-
a numeric vector, based on questions like "Does your supervisor encourage you to learn new skills?"
- y
-
a numeric vector, the response.
Source
Sen and Srivastava (1990) Regression Analysis, Theory, Methods and Applications. Springer-verlag.
Examples
data(E10.3)
summary(E10.3)
plot(E10.3)