jobsatisfaction.Rd
Contains the job satisfaction score organized by gender and education level.
This data set was taken from the
datarium
R
package.
data("jobsatisfaction")
A data frame with 58 rows and 3 columns.
data(jobsatisfaction)
jobsatisfaction
#> # A tibble: 58 × 4
#> id gender education_level score
#> <fct> <fct> <fct> <dbl>
#> 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.8
#> 7 7 male school 5.22
#> 8 8 male school 5.36
#> 9 9 male school 4.78
#> 10 10 male college 6.01
#> # ℹ 48 more rows