Contains the job satisfaction score organized by gender and education level.

data("jobsatisfaction")

Format

A data frame with 58 rows and 3 columns.

Examples

data(jobsatisfaction) head(as.data.frame(jobsatisfaction))
#> id gender education_level score #> 1 1 male school 5.51 #> 2 2 male school 5.65 #> 3 3 male school 5.07 #> 4 4 male school 5.51 #> 5 5 male school 5.94 #> 6 6 male school 5.80