* The number of answers are peaked at 10
## # A tibble: 2 × 5
## gender number mean median sd
## <fct> <int> <dbl> <dbl> <dbl>
## 1 Female 331 9.12 10 2.16
## 2 Male 320 8.53 10 2.75
- Age does not seem associated with the number of jobs they can write
down /n * The number of answers might be associated with the age because
older students are likely to speak more jobs. This box plot gives some
ideas on the relationship between the number of jobs they can tell and
their age. For instance, lines in each box do not vary over age.
- “Hope High School” show the lowest number that respondents can
tell
- The most frequent answer is the teacher, but girls tend to write down
a teacher - Only girls report vet in the job, while boys mention
footballer,mechanic and etc * this graph presents the top 15 jobs that
student answered. red color means the females and Turkish color
represents the male.
## # A tibble: 2 × 3
## gender n missing_rate
## <fct> <int> <dbl>
## 1 Female 377 0.509
## 2 Male 399 0.531
## # A tibble: 2 × 3
## gender n completion_rate
## <fct> <int> <dbl>
## 1 Female 377 0.955
## 2 Male 399 0.942
- Female tend to think teacher and lawyers are good jobs
## # A tibble: 2 × 3
## gender n missing_rate
## <fct> <int> <dbl>
## 1 Female 377 0.239
## 2 Male 399 0.248
Environment and green and, agriculture are key words
This wordcloud represents the most frequent words. I would use “stemming” method because it can capture the variation of words. For instance, Environmentally, Environment, Environmental -> “enviorn”
## # A tibble: 2 × 3
## gender n missing_rate
## <fct> <int> <dbl>
## 1 Female 377 0.310
## 2 Male 399 0.298
- Some nature oriented words - environment, nature, planting - Other
basic skillset-related words - math, GCSE, English
## # A tibble: 2 × 3
## gender n missing_rate
## <fct> <int> <dbl>
## 1 Female 377 0.459
## 2 Male 399 0.358
## # A tibble: 2 × 3
## gender n completion_rate
## <fct> <int> <dbl>
## 1 Female 377 0.979
## 2 Male 399 0.972
## # A tibble: 3 × 2
## district_heating n
## <chr> <int>
## 1 No 740
## 2 Yes 68
## 3 <NA> 42
## # A tibble: 4 × 3
## district_heating gender n
## <chr> <fct> <int>
## 1 No Female 345
## 2 No Male 350
## 3 Yes Female 24
## 4 Yes Male 38
## # A tibble: 2 × 3
## gender n missing_rate
## <fct> <int> <dbl>
## 1 Female 377 0.188
## 2 Male 399 0.160
## # A tibble: 2 × 3
## gender n missing_rate
## <fct> <int> <dbl>
## 1 Female 377 0.0451
## 2 Male 399 0.0226
## # A tibble: 2 × 3
## gender n awareness
## <fct> <int> <dbl>
## 1 Female 360 0.561
## 2 Male 390 0.574