powered by
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.
# NOT RUN { plot(satisfaction ~ wspt, data = Jobsat) model <- lm(satisfaction ~ wspt, data = Jobsat) abline(model, col = "blue") summary(model) rm(model) # }
Run the code above in your browser using DataLab