Job satisfaction and stress level for 9 school teachers
Data for Exercise 9.60
Jobsat
A data frame/tibble with nine observations on two variables
Wilson Stress Profile score for teachers
job satisfaction score
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
plot(satisfaction ~ wspt, data = Jobsat) model <- lm(satisfaction ~ wspt, data = Jobsat) abline(model, col = "blue") summary(model) rm(model)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.