Learn R Programming

BSDA (version 0.1)

Jobsat: Job satisfaction and stress level for 9 school teachers

Description

Data for Exercise 9.60

Usage

Jobsat

Arguments

source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

Run this code
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