powered by
Data for Exercise 9.60
Jobsat
A data frame with 9 observations on the following 2 variables.
WSPT
a numeric vector
satisfac
# NOT RUN { str(Jobsat) attach(Jobsat) plot(WSPT,satisfac) model <- lm(satisfac~WSPT) abline(model) summary(model) detach(Jobsat) remove(model) # }
Run the code above in your browser using DataLab