This page contains a summary of the data available in the AuSSA 2015 - Work orientations.
To make sense of the variable names - please refer to the questionnaire (split A) which is available to download from the ADA and questionnaire (split B) which is available to download from the ADA
The complete data set is also available to download from the ADA
knitr::opts_chunk$set(
warning = TRUE, # show warnings during codebook generation
message = TRUE, # show messages during codebook generation
error = TRUE, # do not interrupt codebook generation in case of errors,
# usually better for debugging
echo = TRUE # show R code
)
ggplot2::theme_set(ggplot2::theme_bw())
library(codebook)
# to import an SPSS file from the same folder uncomment and edit the line below
library(haven)
library(sjlabelled)
codebook_data <- read_spss("aussa2015codebook.sav")
#Recode can't choose to be sequential
for (col in colnames(codebook_data)) {
if (!is.null(get_labels(codebook_data[[col]],attr.only=TRUE))) {
labs <- get_labels(codebook_data[[col]],attr.only=TRUE)
vals <- get_values(codebook_data[[col]])
locator <- grep('choose',labs,ignore.case=TRUE)
if (length(locator) != 0) {
codebook_data[[col]] <- remove_labels(codebook_data[[col]],labels = labs[locator])
mval <- max(vals[-locator]) + 1
codebook_data[[col]] <- add_labels(codebook_data[[col]], labels = setNames(mval,labs[locator]))
codebook_data[[col]][codebook_data[[col]]==vals[locator]] <- mval
}
}
}
# for Stata
# codebook_data <- rio::import("mydata.dta")
# for CSV
# codebook_data <- rio::import("mydata.csv")
# omit the following lines, if your missing values are already properly labelled
codebook_data <- detect_missing(codebook_data,
only_labelled = TRUE, # only labelled values are autodetected as
# missing
negative_values_are_missing = FALSE, # negative values are missing values
ninety_nine_problems = TRUE, # 99/999 are missing values, if they
# are more than 5 MAD from the median
)
# If you are not using formr, the codebook package needs to guess which items
# form a scale. The following line finds item aggregates with names like this:
# scale = scale_1 + scale_2R + scale_3R
# identifying these aggregates allows the codebook function to
# automatically compute reliabilities.
# However, it will not reverse items automatically.
#codebook_data <- detect_scales(codebook_data)
metadata(codebook_data)$name <- "Australian Survey of Social Attitudes 2015 - Work orientations"
metadata(codebook_data)$description <- "The Australian Survey of Social Attitudes (AuSSA) is Australia’s main source of data for the scientific study of the social attitudes, beliefs and opinions of Australians, how they change over time, and how they compare with other societies. The survey is used to help researchers better understand how Australians think and feel about their lives. It produces important information about the changing views and attitudes of Australians as we move through the 21st century. Similar surveys are run in other countries, so data from the AuSSA also allows us to compare Australia with countries all over the world. The aims of the survey are to discover: the range of Australians' views on topics that are important to all of us, how these views differ for people in different circumstances, how they have changed over the past quarter century, and how they compare with people in other countries. AuSSA is also the Australian component of the International Social Survey Project (ISSP). The ISSP is a cross-national collaboration on surveys covering important topics. Each year, survey researchers in some 40 countries each do a national survey using the same questions. The ISSP focuses on a special topic each year, repeating that topic from time to time. The topic for 2015 is 'Work Orientations'. This is the fourth time this has been the topic of the survey, having previously been the theme for the survey in 1989, 1997 and 2005. The AuSSA 2015 questionnaire was split into two booklets. Booklet A and Booklet B. Both booklets contained identical ISSP module and Personal Background sections, but some contributor sections had alternate questions. Within each wave, Booklet A was randomly assigned to half of the respondents, Booklet B to the remaining half. Waves 1 and 2 were conducted simultaneously in time (August) due to delays in Ethics approval, while Waves 3 and 4 were conducted on schedule in November 2015 and February 2016 respectively. Topics covered were work orientation, Health and work, Work, Support and Emotional Wellbeing, Early childhood, Ageing, Environment, Aboriginal policy, Insurance, Personal background."
metadata(codebook_data)$identifier <- "doi:10.4225/87/T5BNZ7"
metadata(codebook_data)$datePublished <- "2017-08-01"
metadata(codebook_data)$creator <- list(
"@type" = "Person",
givenName = "Adam", familyName = "Zammit",
email = "adam.zammit@acspri.org.au",
affiliation = list("@type" = "Organization",
name = "Australian Consortium for Social and Political Research Incorporated (ACSPRI)"))
metadata(codebook_data)$citation <- "ACSPRI (2021). AuSSA 2015 Codebook."
metadata(codebook_data)$url <- "https://www.acspri.org.au/sites/acspri.org.au/files/aussa2015codebook.html"
metadata(codebook_data)$temporalCoverage <- "2015"
metadata(codebook_data)$spatialCoverage <- "Australia"
codebook(codebook_data)
Dataset name: Australian Survey of Social Attitudes 2015 - Work orientations
The Australian Survey of Social Attitudes (AuSSA) is Australia’s main source of data for the scientific study of the social attitudes, beliefs and opinions of Australians, how they change over time, and how they compare with other societies. The survey is used to help researchers better understand how Australians think and feel about their lives. It produces important information about the changing views and attitudes of Australians as we move through the 21st century. Similar surveys are run in other countries, so data from the AuSSA also allows us to compare Australia with countries all over the world. The aims of the survey are to discover: the range of Australians’ views on topics that are important to all of us, how these views differ for people in different circumstances, how they have changed over the past quarter century, and how they compare with people in other countries. AuSSA is also the Australian component of the International Social Survey Project (ISSP). The ISSP is a cross-national collaboration on surveys covering important topics. Each year, survey researchers in some 40 countries each do a national survey using the same questions. The ISSP focuses on a special topic each year, repeating that topic from time to time. The topic for 2015 is ‘Work Orientations’. This is the fourth time this has been the topic of the survey, having previously been the theme for the survey in 1989, 1997 and 2005. The AuSSA 2015 questionnaire was split into two booklets. Booklet A and Booklet B. Both booklets contained identical ISSP module and Personal Background sections, but some contributor sections had alternate questions. Within each wave, Booklet A was randomly assigned to half of the respondents, Booklet B to the remaining half. Waves 1 and 2 were conducted simultaneously in time (August) due to delays in Ethics approval, while Waves 3 and 4 were conducted on schedule in November 2015 and February 2016 respectively. Topics covered were work orientation, Health and work, Work, Support and Emotional Wellbeing, Early childhood, Ageing, Environment, Aboriginal policy, Insurance, Personal background.
Metadata for search engines
Date published: 2017-08-01
Creator:
| name | value |
|---|---|
| @type | Person |
| givenName | Adam |
| familyName | Zammit |
| adam.zammit@acspri.org.au | |
| affiliation | Organization , Australian Consortium for Social and Political Research Incorporated (ACSPRI) |
|
Please cross one box for each statement below to show how much you agree or disagree with it, thinking of work in general. : A job is just a way of earning money - no more
Distribution of values for A1A
136 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A1A | Please cross one box for each statement below to show how much you agree or disagree with it, thinking of work in general. : A job is just a way of earning money - no more | numeric | 136 | 0.8876961 | 1 | 4 | 6 | 3.734884 | 1.159304 | ▃▂▇▅▁ | F1.0 |
| name | value |
|---|---|
| Strongly agree | 1 |
| Agree | 2 |
| Neither agree nor disagree | 3 |
| Disagree | 4 |
| Strongly disagree | 5 |
| Cant choose | 6 |
Please cross one box for each statement below to show how much you agree or disagree with it, thinking of work in general. : I would enjoy having a paid job even if I did not need the money
Distribution of values for A1B
81 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A1B | Please cross one box for each statement below to show how much you agree or disagree with it, thinking of work in general. : I would enjoy having a paid job even if I did not need the money | numeric | 81 | 0.9331131 | 1 | 2 | 6 | 2.349557 | 1.040766 | ▇▂▁▁▁ | F1.0 |
| name | value |
|---|---|
| Strongly agree | 1 |
| Agree | 2 |
| Neither agree nor disagree | 3 |
| Disagree | 4 |
| Strongly disagree | 5 |
| Cant choose | 6 |
For each of the following, please cross one box to show how important you personally think it is in a job. How important is… : … job security
Distribution of values for A2A
41 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A2A | For each of the following, please cross one box to show how important you personally think it is in a job. How important is… : … job security | numeric | 41 | 0.9661437 | 1 | 1 | 6 | 1.484615 | 0.693501 | ▇▁▁▁▁ | F1.0 |
| name | value |
|---|---|
| Very important | 1 |
| Important | 2 |
| Neither important nor unimportant | 3 |
| Not important | 4 |
| Not important at all | 5 |
| Cant choose | 6 |
For each of the following, please cross one box to show how important you personally think it is in a job. How important is… : … high income
Distribution of values for A2B
52 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A2B | For each of the following, please cross one box to show how important you personally think it is in a job. How important is… : … high income | numeric | 52 | 0.9570603 | 1 | 2 | 6 | 2.343399 | 0.8182541 | ▇▃▁▁▁ | F1.0 |
| name | value |
|---|---|
| Very important | 1 |
| Important | 2 |
| Neither important nor unimportant | 3 |
| Not important | 4 |
| Not important at all | 5 |
| Cant choose | 6 |
For each of the following, please cross one box to show how important you personally think it is in a job. How important is… : … good opportunities for advancement
Distribution of values for A2C
50 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A2C | For each of the following, please cross one box to show how important you personally think it is in a job. How important is… : … good opportunities for advancement | numeric | 50 | 0.9587118 | 1 | 2 | 6 | 2.095607 | 0.8572146 | ▇▂▁▁▁ | F1.0 |
| name | value |
|---|---|
| Very important | 1 |
| Important | 2 |
| Neither important nor unimportant | 3 |
| Not important | 4 |
| Not important at all | 5 |
| Cant choose | 6 |
For each of the following, please cross one box to show how important you personally think it is in a job. How important is… : … an interesting job
Distribution of values for A2D
47 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A2D | For each of the following, please cross one box to show how important you personally think it is in a job. How important is… : … an interesting job | numeric | 47 | 0.9611891 | 1 | 1 | 6 | 1.560137 | 0.6704616 | ▇▁▁▁▁ | F1.0 |
| name | value |
|---|---|
| Very important | 1 |
| Important | 2 |
| Neither important nor unimportant | 3 |
| Not important | 4 |
| Not important at all | 5 |
| Cant choose | 6 |
For each of the following, please cross one box to show how important you personally think it is in a job. How important is… : … a job that allows someone to work independently
Distribution of values for A2E
48 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A2E | For each of the following, please cross one box to show how important you personally think it is in a job. How important is… : … a job that allows someone to work independently | numeric | 48 | 0.9603633 | 1 | 2 | 6 | 2.161651 | 0.8610973 | ▇▂▁▁▁ | F1.0 |
| name | value |
|---|---|
| Very important | 1 |
| Important | 2 |
| Neither important nor unimportant | 3 |
| Not important | 4 |
| Not important at all | 5 |
| Cant choose | 6 |
For each of the following, please cross one box to show how important you personally think it is in a job. How important is… : … a job that allows someone to help other people
Distribution of values for A2F
46 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A2F | For each of the following, please cross one box to show how important you personally think it is in a job. How important is… : … a job that allows someone to help other people | numeric | 46 | 0.9620149 | 1 | 2 | 6 | 2.116738 | 0.9006124 | ▇▂▁▁▁ | F1.0 |
| name | value |
|---|---|
| Very important | 1 |
| Important | 2 |
| Neither important nor unimportant | 3 |
| Not important | 4 |
| Not important at all | 5 |
| Cant choose | 6 |
For each of the following, please cross one box to show how important you personally think it is in a job. How important is… : … a job that is useful to society
Distribution of values for A2G
46 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A2G | For each of the following, please cross one box to show how important you personally think it is in a job. How important is… : … a job that is useful to society | numeric | 46 | 0.9620149 | 1 | 2 | 6 | 2.058369 | 0.9034256 | ▇▂▁▁▁ | F1.0 |
| name | value |
|---|---|
| Very important | 1 |
| Important | 2 |
| Neither important nor unimportant | 3 |
| Not important | 4 |
| Not important at all | 5 |
| Cant choose | 6 |
For each of the following, please cross one box to show how important you personally think it is in a job. How important is… : … a job that allows someone to decide their times or days of work
Distribution of values for A2H
47 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A2H | For each of the following, please cross one box to show how important you personally think it is in a job. How important is… : … a job that allows someone to decide their times or days of work | numeric | 47 | 0.9611891 | 1 | 2 | 6 | 2.560138 | 0.9675697 | ▇▅▂▁▁ | F1.0 |
| name | value |
|---|---|
| Very important | 1 |
| Important | 2 |
| Neither important nor unimportant | 3 |
| Not important | 4 |
| Not important at all | 5 |
| Cant choose | 6 |
For each of the following, please cross one box to show how important you personally think it is in a job. How important is… : … a job that involves personal contact with other people
Distribution of values for A2I
49 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A2I | For each of the following, please cross one box to show how important you personally think it is in a job. How important is… : … a job that involves personal contact with other people | numeric | 49 | 0.9595376 | 1 | 2 | 6 | 2.238382 | 0.996535 | ▇▂▁▁▁ | F1.0 |
| name | value |
|---|---|
| Very important | 1 |
| Important | 2 |
| Neither important nor unimportant | 3 |
| Not important | 4 |
| Not important at all | 5 |
| Cant choose | 6 |
Have you ever given up or would you give up good job opportunities for the benefit of your family life? :
Distribution of values for A3
40 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A3 | Have you ever given up or would you give up good job opportunities for the benefit of your family life? : | numeric | 40 | 0.9669694 | 1 | 2 | 5 | 2.148591 | 1.214635 | ▇▁▆▁▁ | F1.0 |
| name | value |
|---|---|
| Yes, I have done so and probably would do so again | 1 |
| Yes, I have done so but probably would not do so again | 2 |
| No, I have not done so but probably would do so | 3 |
| No, I have not done so and probably would not do so | 4 |
| Cant choose | 5 |
Have you ever remained or would you remain in a job that was not satisfying for you for the benefit of your family life? :
Distribution of values for A4
44 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A4 | Have you ever remained or would you remain in a job that was not satisfying for you for the benefit of your family life? : | numeric | 44 | 0.9636664 | 1 | 2 | 5 | 2.272494 | 1.213612 | ▇▃▆▃▁ | F1.0 |
| name | value |
|---|---|
| Yes, I have done so and probably would do so again | 1 |
| Yes, I have done so but probably would not do so again | 2 |
| No, I have not done so but probably would do so | 3 |
| No, I have not done so and probably would not do so | 4 |
| Cant choose | 5 |
Over the past five years, have you been discriminated against with regard to work, for instance when applying for a job, or when being considered for a pay increase or promotion? :
Distribution of values for A5
46 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A5 | Over the past five years, have you been discriminated against with regard to work, for instance when applying for a job, or when being considered for a pay increase or promotion? : | numeric | 46 | 0.9620149 | 0 | 2 | 2 | 1.46867 | 0.7655077 | ▂▁▂▁▇ | F1.0 |
| name | value |
|---|---|
| Did not work or did not seek work | 0 |
| Yes | 1 |
| No | 2 |
In your opinion, what was the main reason for the discrimination? :
Distribution of values for A6
972 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A6 | In your opinion, what was the main reason for the discrimination? : | numeric | 972 | 0.1973576 | 1 | 4 | 10 | 4.631799 | 3.460217 | ▇▂▂▂▆ | F2.0 |
| name | value |
|---|---|
| My age | 1 |
| My race, ethnicity | 2 |
| My nationality | 3 |
| My sex | 4 |
| My religion | 5 |
| My disability/ mental or physical illness | 6 |
| My family responsibilities | 7 |
| My political beliefs | 8 |
| Other reason | 9 |
| Cant choose | 10 |
Over the past five years, have you been harassed by your superiors or co-workers at your job, for example, have you experienced any bullying, physical or psychological abuse? :
Distribution of values for A7
46 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A7 | Over the past five years, have you been harassed by your superiors or co-workers at your job, for example, have you experienced any bullying, physical or psychological abuse? : | numeric | 46 | 0.9620149 | 0 | 2 | 2 | 1.36824 | 0.7782618 | ▃▁▃▁▇ | F1.0 |
| name | value |
|---|---|
| Does not apply (I do not have a job/ superior/ co-worker) | 0 |
| Yes | 1 |
| No | 2 |
To what extent do you agree or disagree with the following statements? : Workers need strong trade unions to protect their interests.
Distribution of values for A8A
52 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A8A | To what extent do you agree or disagree with the following statements? : Workers need strong trade unions to protect their interests. | numeric | 52 | 0.9570603 | 1 | 3 | 6 | 2.817084 | 1.263689 | ▇▅▃▂▁ | F1.0 |
| name | value |
|---|---|
| Strongly agree | 1 |
| Agree | 2 |
| Neither agree nor disagree | 3 |
| Disagree | 4 |
| Strongly disagree | 5 |
| Can’t choose | 6 |
To what extent do you agree or disagree with the following statements? : Strong trade unions are bad for Australias economy.
Distribution of values for A8B
107 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A8B | To what extent do you agree or disagree with the following statements? : Strong trade unions are bad for Australias economy. | numeric | 107 | 0.9116433 | 1 | 3 | 6 | 3.256341 | 1.285407 | ▆▇▆▃▁ | F1.0 |
| name | value |
|---|---|
| Strongly agree | 1 |
| Agree | 2 |
| Neither agree nor disagree | 3 |
| Disagree | 4 |
| Strongly disagree | 5 |
| Can’t choose | 6 |
Suppose you could decide on your work situation at present. Which of the following would you prefer? :
Distribution of values for A9
64 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A9 | Suppose you could decide on your work situation at present. Which of the following would you prefer? : | numeric | 64 | 0.9471511 | 1 | 2 | 5 | 2.028771 | 1.130279 | ▇▇▂▂▁ | F1.0 |
| name | value |
|---|---|
| A full-time job (35 hours or more per week) | 1 |
| A part-time job (10-34 hours per week) | 2 |
| A job with less than 10 hours a week | 3 |
| No paid job at all | 4 |
| Cant choose | 5 |
Are you currently working for pay? :
Distribution of values for A10
56 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A10 | Are you currently working for pay? : | numeric | 56 | 0.9537572 | 1 | 1 | 2 | 1.376623 | 0.4847491 | ▇▁▁▁▅ | F1.0 |
| name | value |
|---|---|
| Yes | 1 |
| No | 2 |
Think of the number of hours you work, and the money you earn in your main job, including any regular overtime. If you had only one of these three choices, which of the following would you prefer? :
Distribution of values for A11
453 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A11 | Think of the number of hours you work, and the money you earn in your main job, including any regular overtime. If you had only one of these three choices, which of the following would you prefer? : | numeric | 453 | 0.625929 | 1 | 2 | 4 | 2.030343 | 0.7898816 | ▃▇▁▂▁ | F1.0 |
| name | value |
|---|---|
| Work longer hours and earn more money | 1 |
| Work the same number of hours and earn the same money | 2 |
| Work fewer hours and earn less money | 3 |
| Can’t choose | 4 |
For each of these statements about your (main) job, please tick one box to show how much you agree or disagree that it applies to your job. : My job is secure
Distribution of values for A12A
460 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A12A | For each of these statements about your (main) job, please tick one box to show how much you agree or disagree that it applies to your job. : My job is secure | numeric | 460 | 0.6201486 | 1 | 2 | 6 | 2.472703 | 1.181632 | ▇▂▂▁▁ | F1.0 |
| name | value |
|---|---|
| Strongly agree | 1 |
| Agree | 2 |
| Neither agree nor disagree | 3 |
| Disagree | 4 |
| Strongly disagree | 5 |
| Can’t choose | 6 |
For each of these statements about your (main) job, please tick one box to show how much you agree or disagree that it applies to your job. : My income is high
Distribution of values for A12B
461 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A12B | For each of these statements about your (main) job, please tick one box to show how much you agree or disagree that it applies to your job. : My income is high | numeric | 461 | 0.6193229 | 1 | 3 | 6 | 3.188 | 1.115788 | ▇▅▇▂▁ | F1.0 |
| name | value |
|---|---|
| Strongly agree | 1 |
| Agree | 2 |
| Neither agree nor disagree | 3 |
| Disagree | 4 |
| Strongly disagree | 5 |
| Can’t choose | 6 |
For each of these statements about your (main) job, please tick one box to show how much you agree or disagree that it applies to your job. : My opportunities for advancement are high
Distribution of values for A12C
464 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A12C | For each of these statements about your (main) job, please tick one box to show how much you agree or disagree that it applies to your job. : My opportunities for advancement are high | numeric | 464 | 0.6168456 | 1 | 3 | 6 | 3.4083 | 1.060166 | ▅▇▇▂▁ | F1.0 |
| name | value |
|---|---|
| Strongly agree | 1 |
| Agree | 2 |
| Neither agree nor disagree | 3 |
| Disagree | 4 |
| Strongly disagree | 5 |
| Can’t choose | 6 |
For each of these statements about your (main) job, please tick one box to show how much you agree or disagree that it applies to your job. : My job is interesting
Distribution of values for A12D
461 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A12D | For each of these statements about your (main) job, please tick one box to show how much you agree or disagree that it applies to your job. : My job is interesting | numeric | 461 | 0.6193229 | 1 | 2 | 6 | 2.142667 | 0.9761746 | ▇▂▁▁▁ | F1.0 |
| name | value |
|---|---|
| Strongly agree | 1 |
| Agree | 2 |
| Neither agree nor disagree | 3 |
| Disagree | 4 |
| Strongly disagree | 5 |
| Can’t choose | 6 |
For each of these statements about your (main) job, please tick one box to show how much you agree or disagree that it applies to your job. : I can work independently
Distribution of values for A12E
461 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A12E | For each of these statements about your (main) job, please tick one box to show how much you agree or disagree that it applies to your job. : I can work independently | numeric | 461 | 0.6193229 | 1 | 2 | 6 | 1.965333 | 0.9549944 | ▇▁▁▁▁ | F1.0 |
| name | value |
|---|---|
| Strongly agree | 1 |
| Agree | 2 |
| Neither agree nor disagree | 3 |
| Disagree | 4 |
| Strongly disagree | 5 |
| Can’t choose | 6 |
For each of these statements about your (main) job, please tick one box to show how much you agree or disagree that it applies to your job. : In my job I can help other people
Distribution of values for A12F
462 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A12F | For each of these statements about your (main) job, please tick one box to show how much you agree or disagree that it applies to your job. : In my job I can help other people | numeric | 462 | 0.6184971 | 1 | 2 | 6 | 1.991989 | 0.9618053 | ▇▁▁▁▁ | F1.0 |
| name | value |
|---|---|
| Strongly agree | 1 |
| Agree | 2 |
| Neither agree nor disagree | 3 |
| Disagree | 4 |
| Strongly disagree | 5 |
| Can’t choose | 6 |
For each of these statements about your (main) job, please tick one box to show how much you agree or disagree that it applies to your job. : My job is useful to society
Distribution of values for A12G
462 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A12G | For each of these statements about your (main) job, please tick one box to show how much you agree or disagree that it applies to your job. : My job is useful to society | numeric | 462 | 0.6184971 | 1 | 2 | 6 | 2.109479 | 1.037417 | ▇▂▁▁▁ | F1.0 |
| name | value |
|---|---|
| Strongly agree | 1 |
| Agree | 2 |
| Neither agree nor disagree | 3 |
| Disagree | 4 |
| Strongly disagree | 5 |
| Can’t choose | 6 |
For each of these statements about your (main) job, please tick one box to show how much you agree or disagree that it applies to your job. : In my job, I have personal contact with other people
Distribution of values for A12H
463 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A12H | For each of these statements about your (main) job, please tick one box to show how much you agree or disagree that it applies to your job. : In my job, I have personal contact with other people | numeric | 463 | 0.6176713 | 1 | 2 | 6 | 1.639037 | 0.7970327 | ▇▁▁▁▁ | F1.0 |
| name | value |
|---|---|
| Strongly agree | 1 |
| Agree | 2 |
| Neither agree nor disagree | 3 |
| Disagree | 4 |
| Strongly disagree | 5 |
| Can’t choose | 6 |
Now some more questions about your working conditions. Please cross one box for each item below to show how often it applies to your work. How often… : … do you have to do hard physical work?
Distribution of values for A13A
455 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A13A | Now some more questions about your working conditions. Please cross one box for each item below to show how often it applies to your work. How often… : … do you have to do hard physical work? | numeric | 455 | 0.6242775 | 1 | 4 | 6 | 3.541005 | 1.302941 | ▆▆▆▇▁ | F1.0 |
| name | value |
|---|---|
| Always | 1 |
| Often | 2 |
| Sometimes | 3 |
| Hardly ever | 4 |
| Never | 5 |
| Can’t choose | 6 |
Now some more questions about your working conditions. Please cross one box for each item below to show how often it applies to your work. How often… : … do you find your work stressful?
Distribution of values for A13B
457 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A13B | Now some more questions about your working conditions. Please cross one box for each item below to show how often it applies to your work. How often… : … do you find your work stressful? | numeric | 457 | 0.6226259 | 1 | 3 | 6 | 2.757294 | 0.9618105 | ▆▇▂▁▁ | F1.0 |
| name | value |
|---|---|
| Always | 1 |
| Often | 2 |
| Sometimes | 3 |
| Hardly ever | 4 |
| Never | 5 |
| Can’t choose | 6 |
And how often… : … do you work at home during your usual working hours?
Distribution of values for A14A
464 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A14A | And how often… : … do you work at home during your usual working hours? | numeric | 464 | 0.6168456 | 1 | 4 | 6 | 3.942436 | 1.214592 | ▂▃▃▇▁ | F1.0 |
| name | value |
|---|---|
| Always | 1 |
| Often | 2 |
| Sometimes | 3 |
| Hardly ever | 4 |
| Never | 5 |
| Can’t choose | 6 |
And how often… : .…does your job involve working on weekends?
Distribution of values for A14B
464 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A14B | And how often… : .…does your job involve working on weekends? | numeric | 464 | 0.6168456 | 1 | 3 | 6 | 3.160643 | 1.354529 | ▇▇▅▆▁ | F1.0 |
| name | value |
|---|---|
| Always | 1 |
| Often | 2 |
| Sometimes | 3 |
| Hardly ever | 4 |
| Never | 5 |
| Can’t choose | 6 |
Which of the following statements best describes how your working hours are decided? (By working hours we mean here the times you start and finish work, and not the total hours you work per week or month.) :
Distribution of values for A15
462 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A15 | Which of the following statements best describes how your working hours are decided? (By working hours we mean here the times you start and finish work, and not the total hours you work per week or month.) : | numeric | 462 | 0.6184971 | 1 | 2 | 3 | 1.676902 | 0.6680349 | ▇▁▇▁▂ | F1.0 |
| name | value |
|---|---|
| Starting and finishing times are decided by my employer and I cannot change them on my own | 1 |
| I can decide the time I start and finish work, within certain limits | 2 |
| I am entirely free to decide when I start and finish work | 3 |
Which of the following statements best describes your usual working schedule in your main job? :
Distribution of values for A16
465 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A16 | Which of the following statements best describes your usual working schedule in your main job? : | numeric | 465 | 0.6160198 | 1 | 1 | 4 | 1.459785 | 0.9013737 | ▇▁▁▁▁ | F1.0 |
| name | value |
|---|---|
| I have a regular schedule or shift (daytime, evening, or night) | 1 |
| I have a schedule or shift which regularly changes (for example, from days to evenings or to nights) | 2 |
| I have a schedule where daily working times are decided at short notice by my employer | 3 |
| Can’t choose | 4 |
Which of the following statements best describes how your daily work is organised? :
Distribution of values for A17
459 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A17 | Which of the following statements best describes how your daily work is organised? : | numeric | 459 | 0.6209744 | 1 | 2 | 4 | 1.909574 | 0.7387425 | ▅▇▁▃▁ | F1.0 |
| name | value |
|---|---|
| I am free to decide how my daily work is organised | 1 |
| I can decide how my daily work is organised, within certain limits | 2 |
| I am not free to decide how my daily work is organised | 3 |
| Can’t choose | 4 |
How difficult would it be for you to take an hour or two off during working hours, to take care of personal or family matters? :
Distribution of values for A18
448 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A18 | How difficult would it be for you to take an hour or two off during working hours, to take care of personal or family matters? : | numeric | 448 | 0.6300578 | 1 | 2 | 5 | 2.011795 | 1.059202 | ▇▆▃▂▁ | F1.0 |
| name | value |
|---|---|
| Not difficult at all | 1 |
| Not too difficult | 2 |
| Somewhat difficult | 3 |
| Very difficult | 4 |
| Can’t choose | 5 |
How often do you feel that… : …the demands of your job interfere with your family life?
Distribution of values for A19A
449 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A19A | How often do you feel that… : …the demands of your job interfere with your family life? | numeric | 449 | 0.629232 | 1 | 3 | 6 | 3.282152 | 1.076775 | ▅▇▅▃▁ | F1.0 |
| name | value |
|---|---|
| Always | 1 |
| Often | 2 |
| Sometimes | 3 |
| Hardly ever | 4 |
| Never | 5 |
| Can’t choose | 6 |
How often do you feel that… : …the demands of your family life interfere with your job?
Distribution of values for A19B
468 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A19B | How often do you feel that… : …the demands of your family life interfere with your job? | numeric | 468 | 0.6135425 | 1 | 4 | 6 | 3.873486 | 0.9171235 | ▁▆▇▆▁ | F1.0 |
| name | value |
|---|---|
| Always | 1 |
| Often | 2 |
| Sometimes | 3 |
| Hardly ever | 4 |
| Never | 5 |
| Can’t choose | 6 |
How much of your past work experience and/ or job skills can you make use of in your present job? :
Distribution of values for A20
447 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A20 | How much of your past work experience and/ or job skills can you make use of in your present job? : | numeric | 447 | 0.6308836 | 1 | 3 | 5 | 3.209424 | 0.9554233 | ▁▃▆▇▁ | F1.0 |
| name | value |
|---|---|
| Almost none | 1 |
| A little | 2 |
| A lot | 3 |
| Almost all | 4 |
| Can’t choose | 5 |
Over the past 12 months, have you had any training to improve your job skills, either at the workplace or somewhere else? :
Distribution of values for A21
448 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A21 | Over the past 12 months, have you had any training to improve your job skills, either at the workplace or somewhere else? : | numeric | 448 | 0.6300578 | 1 | 1 | 3 | 1.479685 | 0.5329499 | ▇▁▆▁▁ | F1.0 |
| name | value |
|---|---|
| Yes | 1 |
| No | 2 |
| Can’t choose | 3 |
In general, how would you describe relations at your workplace… : … between management and employees?
Distribution of values for A22A
453 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A22A | In general, how would you describe relations at your workplace… : … between management and employees? | numeric | 453 | 0.625929 | 1 | 2 | 6 | 2.279683 | 1.195935 | ▇▂▁▁▁ | F1.0 |
| name | value |
|---|---|
| Very good | 1 |
| Quite good | 2 |
| Neither good nor bad | 3 |
| Quite bad | 4 |
| Very bad | 5 |
| Can’t choose | 6 |
In general, how would you describe relations at your workplace… : … between workmates/ colleagues?
Distribution of values for A22B
455 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A22B | In general, how would you describe relations at your workplace… : … between workmates/ colleagues? | numeric | 455 | 0.6242775 | 1 | 2 | 6 | 1.940476 | 1.071189 | ▇▁▁▁▁ | F1.0 |
| name | value |
|---|---|
| Very good | 1 |
| Quite good | 2 |
| Neither good nor bad | 3 |
| Quite bad | 4 |
| Very bad | 5 |
| Can’t choose | 6 |
How satisfied are you in your (main) job? :
Distribution of values for A23
449 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A23 | How satisfied are you in your (main) job? : | numeric | 449 | 0.629232 | 1 | 3 | 8 | 2.849081 | 1.292678 | ▇▇▃▁▁ | F1.0 |
| name | value |
|---|---|
| Completely satisfied | 1 |
| Very satisfied | 2 |
| Fairly satisfied | 3 |
| Neither satisfied nor dissatisfied | 4 |
| Fairly dissatisfied | 5 |
| Very dissatisfied | 6 |
| Completely dissatisfied | 7 |
| Can’t choose | 8 |
To what extent do you agree or disagree with each of the following statements? : I am willing to work harder than I have to in order to help the firm or organisation I work for succeed.
Distribution of values for A24A
451 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A24A | To what extent do you agree or disagree with each of the following statements? : I am willing to work harder than I have to in order to help the firm or organisation I work for succeed. | numeric | 451 | 0.6275805 | 1 | 2 | 6 | 2.389474 | 1.0649 | ▇▃▁▁▁ | F1.0 |
| name | value |
|---|---|
| Strongly agree | 1 |
| Agree | 2 |
| Neither agree nor disagree | 3 |
| Disagree | 4 |
| Strongly disagree | 5 |
| Can’t choose | 6 |
To what extent do you agree or disagree with each of the following statements? : I am proud to be working for my firm or organisation.
Distribution of values for A24B
454 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A24B | To what extent do you agree or disagree with each of the following statements? : I am proud to be working for my firm or organisation. | numeric | 454 | 0.6251032 | 1 | 2 | 6 | 2.26288 | 0.983116 | ▇▃▁▁▁ | F1.0 |
| name | value |
|---|---|
| Strongly agree | 1 |
| Agree | 2 |
| Neither agree nor disagree | 3 |
| Disagree | 4 |
| Strongly disagree | 5 |
| Can’t choose | 6 |
To what extent do you agree or disagree with each of the following statements? : I would turn down another job that offered quite a bit more pay in order to stay with this organisation.
Distribution of values for A24C
458 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A24C | To what extent do you agree or disagree with each of the following statements? : I would turn down another job that offered quite a bit more pay in order to stay with this organisation. | numeric | 458 | 0.6218002 | 1 | 4 | 6 | 3.494024 | 1.273828 | ▆▇▇▅▂ | F1.0 |
| name | value |
|---|---|
| Strongly agree | 1 |
| Agree | 2 |
| Neither agree nor disagree | 3 |
| Disagree | 4 |
| Strongly disagree | 5 |
| Can’t choose | 6 |
Now think of the type of work you do, irrespective of the firm or organisation you work for.To what extent do you agree or disagree with each of the following statements? : Given the chance, I would change my present type of work for something diffe
Distribution of values for A25A
452 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A25A | Now think of the type of work you do, irrespective of the firm or organisation you work for.To what extent do you agree or disagree with each of the following statements? : Given the chance, I would change my present type of work for something diffe | numeric | 452 | 0.6267547 | 1 | 3 | 6 | 3.047431 | 1.248901 | ▇▅▅▂▁ | F1.0 |
| name | value |
|---|---|
| Strongly agree | 1 |
| Agree | 2 |
| Neither agree nor disagree | 3 |
| Disagree | 4 |
| Strongly disagree | 5 |
| Cant choose | 6 |
Now think of the type of work you do, irrespective of the firm or organisation you work for.To what extent do you agree or disagree with each of the following statements? : I am proud of the type of work I do.
Distribution of values for A25B
451 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A25B | Now think of the type of work you do, irrespective of the firm or organisation you work for.To what extent do you agree or disagree with each of the following statements? : I am proud of the type of work I do. | numeric | 451 | 0.6275805 | 1 | 2 | 6 | 1.973684 | 0.8616203 | ▇▂▁▁▁ | F1.0 |
| name | value |
|---|---|
| Strongly agree | 1 |
| Agree | 2 |
| Neither agree nor disagree | 3 |
| Disagree | 4 |
| Strongly disagree | 5 |
| Cant choose | 6 |
How difficult or easy do you think it would be for you to find a job at least as good as your current one? :
Distribution of values for A26
448 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A26 | How difficult or easy do you think it would be for you to find a job at least as good as your current one? : | numeric | 448 | 0.6300578 | 1 | 4 | 6 | 3.625164 | 1.174308 | ▅▅▇▅▁ | F1.0 |
| name | value |
|---|---|
| Very easy | 1 |
| Fairly easy | 2 |
| Neither easy nor difficult | 3 |
| Fairly difficult | 4 |
| Very difficult | 5 |
| Can’t choose | 6 |
All in all, how likely is it that you will try to find a job with another firm or organisation within the next 12 months? :
Distribution of values for A27
429 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A27 | All in all, how likely is it that you will try to find a job with another firm or organisation within the next 12 months? : | numeric | 429 | 0.6457473 | 1 | 3 | 5 | 3.034527 | 1.10294 | ▃▃▆▇▁ | F1.0 |
| name | value |
|---|---|
| Very likely | 1 |
| Likely | 2 |
| Unlikely | 3 |
| Very unlikely | 4 |
| Can’t choose | 5 |
To what extent, if at all, do you worry about the possibility of losing your job? :
Distribution of values for A28
436 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A28 | To what extent, if at all, do you worry about the possibility of losing your job? : | numeric | 436 | 0.639967 | 1 | 3 | 4 | 3.083871 | 0.9574598 | ▂▃▁▆▇ | F1.0 |
| name | value |
|---|---|
| I worry a great deal | 1 |
| I worry to some extent | 2 |
| I worry a little | 3 |
| I don’t worry at all | 4 |
To what extent do you agree or disagree with the following statements? In order to avoid unemployment I would be willing … : to accept a job that requires new skills.
Distribution of values for A29A
451 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A29A | To what extent do you agree or disagree with the following statements? In order to avoid unemployment I would be willing … : to accept a job that requires new skills. | numeric | 451 | 0.6275805 | 1 | 2 | 6 | 1.938158 | 0.9140201 | ▇▁▁▁▁ | F1.0 |
| name | value |
|---|---|
| Strongly agree | 1 |
| Agree | 2 |
| Neither agree nor disagree | 3 |
| Disagree | 4 |
| Strongly disagree | 5 |
| Cant choose | 6 |
To what extent do you agree or disagree with the following statements? In order to avoid unemployment I would be willing … : to accept a position with lower pay.
Distribution of values for A29B
449 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A29B | To what extent do you agree or disagree with the following statements? In order to avoid unemployment I would be willing … : to accept a position with lower pay. | numeric | 449 | 0.629232 | 1 | 2 | 6 | 2.757218 | 1.178032 | ▇▃▃▁▁ | F1.0 |
| name | value |
|---|---|
| Strongly agree | 1 |
| Agree | 2 |
| Neither agree nor disagree | 3 |
| Disagree | 4 |
| Strongly disagree | 5 |
| Cant choose | 6 |
To what extent do you agree or disagree with the following statements? In order to avoid unemployment I would be willing … : to accept temporary employment.
Distribution of values for A29C
449 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A29C | To what extent do you agree or disagree with the following statements? In order to avoid unemployment I would be willing … : to accept temporary employment. | numeric | 449 | 0.629232 | 1 | 2 | 6 | 2.312336 | 1.087296 | ▇▂▁▁▁ | F1.0 |
| name | value |
|---|---|
| Strongly agree | 1 |
| Agree | 2 |
| Neither agree nor disagree | 3 |
| Disagree | 4 |
| Strongly disagree | 5 |
| Cant choose | 6 |
To what extent do you agree or disagree with the following statements? In order to avoid unemployment I would be willing … : to travel longer to get to work.
Distribution of values for A29D
452 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A29D | To what extent do you agree or disagree with the following statements? In order to avoid unemployment I would be willing … : to travel longer to get to work. | numeric | 452 | 0.6267547 | 1 | 2 | 6 | 2.752306 | 1.204342 | ▇▂▃▁▁ | F1.0 |
| name | value |
|---|---|
| Strongly agree | 1 |
| Agree | 2 |
| Neither agree nor disagree | 3 |
| Disagree | 4 |
| Strongly disagree | 5 |
| Cant choose | 6 |
To what extent do you agree or disagree with the following statements? In order to avoid unemployment I would be willing … : to move within Australia.
Distribution of values for A29E
454 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A29E | To what extent do you agree or disagree with the following statements? In order to avoid unemployment I would be willing … : to move within Australia. | numeric | 454 | 0.6251032 | 1 | 4 | 6 | 3.639366 | 1.237929 | ▆▃▇▆▁ | F1.0 |
| name | value |
|---|---|
| Strongly agree | 1 |
| Agree | 2 |
| Neither agree nor disagree | 3 |
| Disagree | 4 |
| Strongly disagree | 5 |
| Cant choose | 6 |
To what extent do you agree or disagree with the following statements? In order to avoid unemployment I would be willing … : to move to a different country.
Distribution of values for A29F
454 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A29F | To what extent do you agree or disagree with the following statements? In order to avoid unemployment I would be willing … : to move to a different country. | numeric | 454 | 0.6251032 | 1 | 4 | 6 | 3.98679 | 1.201778 | ▃▂▅▇▁ | F1.0 |
| name | value |
|---|---|
| Strongly agree | 1 |
| Agree | 2 |
| Neither agree nor disagree | 3 |
| Disagree | 4 |
| Strongly disagree | 5 |
| Cant choose | 6 |
Over the past 12 months, in addition to your main job, have you done any other work for pay? :
Distribution of values for A30
430 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A30 | Over the past 12 months, in addition to your main job, have you done any other work for pay? : | numeric | 430 | 0.6449216 | 1 | 4 | 4 | 3.640205 | 0.817985 | ▁▁▁▁▇ | F1.0 |
| name | value |
|---|---|
| Yes, during all of that period | 1 |
| Yes, during most of that period | 2 |
| Yes, during some of that period | 3 |
| No | 4 |
Over the entire 12 months, how much did you earn from your additional job(s) in total compared with your main job? From my additional job(s), I earned… :
Distribution of values for A31
1018 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A31 | Over the entire 12 months, how much did you earn from your additional job(s) in total compared with your main job? From my additional job(s), I earned… : | numeric | 1018 | 0.1593724 | 1 | 1 | 6 | 2.419689 | 1.883322 | ▇▁▁▁▂ | F1.0 |
| name | value |
|---|---|
| much less than from main job | 1 |
| less than from main job | 2 |
| about the same as from main job | 3 |
| more than from main job | 4 |
| much more than from main job | 5 |
| Can’t choose | 6 |
Have you ever had a paid job for one year or more? :
Distribution of values for A32
707 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A32 | Have you ever had a paid job for one year or more? : | numeric | 707 | 0.416185 | 1 | 1 | 2 | 1.176587 | 0.3816979 | ▇▁▁▁▂ | F1.0 |
| name | value |
|---|---|
| Yes | 1 |
| No | 2 |
When did your last paid job end? : Year (YYYY)
Distribution of values for A33A
821 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A33A | When did your last paid job end? : Year (YYYY) | numeric | 821 | 0.3220479 | 4 | 2007 | 2016 | 1994.036 | 120.5337 | ▁▁▁▁▇ | F4.0 |
When did your last paid job end? : Month (MM)
Distribution of values for A33B
876 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A33B | When did your last paid job end? : Month (MM) | numeric | 876 | 0.2766309 | 1 | 7 | 29 | 7.18209 | 3.562905 | ▆▇▁▁▁ | F2.0 |
How satisfied were you in your last job? :
Distribution of values for A34
806 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A34 | How satisfied were you in your last job? : | numeric | 806 | 0.3344344 | 1 | 2 | 8 | 2.498765 | 1.401245 | ▇▃▂▁▁ | F1.0 |
| name | value |
|---|---|
| Completely satisfied | 1 |
| Very satisfied | 2 |
| Fairly satisfied | 3 |
| Neither satisfied nor dissatisfied | 4 |
| Fairly dissatisfied | 5 |
| Very dissatisfied | 6 |
| Completely dissatisfied | 7 |
| Can’t choose | 8 |
What was the main reason that your job ended? :
Distribution of values for A35
822 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A35 | What was the main reason that your job ended? : | numeric | 822 | 0.3212221 | 1 | 2 | 9 | 3.652956 | 2.592688 | ▇▂▁▂▂ | F1.0 |
| name | value |
|---|---|
| I reached retirement age | 1 |
| I retired early, by choice | 2 |
| I retired early, not by choice | 3 |
| I became (permanently) disabled | 4 |
| My place of work shut down | 5 |
| I was dismissed | 6 |
| My term of employment/contract ended | 7 |
| Family responsibilities | 8 |
| I got married | 9 |
Would you like to have a paid job, either now or in the future? :
Distribution of values for A36
774 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A36 | Would you like to have a paid job, either now or in the future? : | numeric | 774 | 0.3608588 | 1 | 2 | 2 | 1.638444 | 0.4810018 | ▅▁▁▁▇ | F1.0 |
| name | value |
|---|---|
| Yes | 1 |
| No | 2 |
How likely do you think it is that you would find a job? :
Distribution of values for A37
1016 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A37 | How likely do you think it is that you would find a job? : | numeric | 1016 | 0.1610239 | 1 | 3 | 5 | 2.717949 | 1.106418 | ▃▇▇▆▁ | F1.0 |
| name | value |
|---|---|
| Very likely | 1 |
| Likely | 2 |
| Unlikely | 3 |
| Very unlikely | 4 |
| Cant choose | 5 |
To what extent, if at all, do you worry about the possibility of not finding a job? :
Distribution of values for A38
1017 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A38 | To what extent, if at all, do you worry about the possibility of not finding a job? : | numeric | 1017 | 0.1601982 | 1 | 3 | 4 | 3 | 1.119771 | ▂▃▁▃▇ | F1.0 |
| name | value |
|---|---|
| I worry a great deal | 1 |
| I worry to some extent | 2 |
| I worry a little | 3 |
| I don’t worry at all | 4 |
To what extent do you agree or disagree with the following statements? In order to get a job I would be willing… : to accept a job that requires new skills.
Distribution of values for A39A
1034 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A39A | To what extent do you agree or disagree with the following statements? In order to get a job I would be willing… : to accept a job that requires new skills. | numeric | 1034 | 0.1461602 | 1 | 2 | 6 | 2.214689 | 1.181875 | ▇▂▁▁▁ | F1.0 |
| name | value |
|---|---|
| Strongly agree | 1 |
| Agree | 2 |
| Neither agree nor disagree | 3 |
| Disagree | 4 |
| Strongly disagree | 5 |
| Can’t choose | 6 |
To what extent do you agree or disagree with the following statements? In order to get a job I would be willing… : to accept a position with low pay.
Distribution of values for A39B
1035 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A39B | To what extent do you agree or disagree with the following statements? In order to get a job I would be willing… : to accept a position with low pay. | numeric | 1035 | 0.1453344 | 1 | 3 | 6 | 3.272727 | 1.216339 | ▇▇▇▂▂ | F1.0 |
| name | value |
|---|---|
| Strongly agree | 1 |
| Agree | 2 |
| Neither agree nor disagree | 3 |
| Disagree | 4 |
| Strongly disagree | 5 |
| Can’t choose | 6 |
To what extent do you agree or disagree with the following statements? In order to get a job I would be willing… : to accept temporary employment.
Distribution of values for A39C
1033 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A39C | To what extent do you agree or disagree with the following statements? In order to get a job I would be willing… : to accept temporary employment. | numeric | 1033 | 0.146986 | 1 | 2 | 6 | 2.269663 | 1.091974 | ▇▁▁▁▁ | F1.0 |
| name | value |
|---|---|
| Strongly agree | 1 |
| Agree | 2 |
| Neither agree nor disagree | 3 |
| Disagree | 4 |
| Strongly disagree | 5 |
| Can’t choose | 6 |
To what extent do you agree or disagree with the following statements? In order to get a job I would be willing… : to travel a long time to get to work.
Distribution of values for A39D
1036 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A39D | To what extent do you agree or disagree with the following statements? In order to get a job I would be willing… : to travel a long time to get to work. | numeric | 1036 | 0.1445087 | 1 | 4 | 6 | 4.034286 | 1.066184 | ▂▂▇▆▁ | F1.0 |
| name | value |
|---|---|
| Strongly agree | 1 |
| Agree | 2 |
| Neither agree nor disagree | 3 |
| Disagree | 4 |
| Strongly disagree | 5 |
| Can’t choose | 6 |
To what extent do you agree or disagree with the following statements? In order to get a job I would be willing… : to move within Australia.
Distribution of values for A39E
1035 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A39E | To what extent do you agree or disagree with the following statements? In order to get a job I would be willing… : to move within Australia. | numeric | 1035 | 0.1453344 | 1 | 4 | 6 | 4.102273 | 1.200379 | ▃▂▆▇▁ | F1.0 |
| name | value |
|---|---|
| Strongly agree | 1 |
| Agree | 2 |
| Neither agree nor disagree | 3 |
| Disagree | 4 |
| Strongly disagree | 5 |
| Can’t choose | 6 |
To what extent do you agree or disagree with the following statements? In order to get a job I would be willing… : to move to a different country.
Distribution of values for A39F
1035 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A39F | To what extent do you agree or disagree with the following statements? In order to get a job I would be willing… : to move to a different country. | numeric | 1035 | 0.1453344 | 1 | 5 | 6 | 4.215909 | 1.218419 | ▂▁▃▇▁ | F1.0 |
| name | value |
|---|---|
| Strongly agree | 1 |
| Agree | 2 |
| Neither agree nor disagree | 3 |
| Disagree | 4 |
| Strongly disagree | 5 |
| Can’t choose | 6 |
Thinking about the past 12 months, have you done any of the following in order to find a job? : Registered at a public employment agency?
Distribution of values for A40A
1036 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A40A | Thinking about the past 12 months, have you done any of the following in order to find a job? : Registered at a public employment agency? | numeric | 1036 | 0.1445087 | 1 | 1 | 3 | 1.217143 | 0.5238483 | ▇▁▁▁▁ | F1.0 |
| name | value |
|---|---|
| No | 1 |
| Yes, once or twice | 2 |
| Yes, more than twice | 3 |
Thinking about the past 12 months, have you done any of the following in order to find a job? : Registered at a private employment agency?
Distribution of values for A40B
1037 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A40B | Thinking about the past 12 months, have you done any of the following in order to find a job? : Registered at a private employment agency? | numeric | 1037 | 0.1436829 | 1 | 1 | 3 | 1.201149 | 0.5154255 | ▇▁▁▁▁ | F1.0 |
| name | value |
|---|---|
| No | 1 |
| Yes, once or twice | 2 |
| Yes, more than twice | 3 |
Thinking about the past 12 months, have you done any of the following in order to find a job? : Answered advertisements for jobs?
Distribution of values for A40C
1032 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A40C | Thinking about the past 12 months, have you done any of the following in order to find a job? : Answered advertisements for jobs? | numeric | 1032 | 0.1478117 | 1 | 1 | 3 | 1.486034 | 0.7596388 | ▇▁▂▁▂ | F1.0 |
| name | value |
|---|---|
| No | 1 |
| Yes, once or twice | 2 |
| Yes, more than twice | 3 |
Thinking about the past 12 months, have you done any of the following in order to find a job? : Advertised yourself for a job, for example on the internet or in newspapers?
Distribution of values for A40D
1035 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A40D | Thinking about the past 12 months, have you done any of the following in order to find a job? : Advertised yourself for a job, for example on the internet or in newspapers? | numeric | 1035 | 0.1453344 | 1 | 1 | 3 | 1.142046 | 0.4500721 | ▇▁▁▁▁ | F1.0 |
| name | value |
|---|---|
| No | 1 |
| Yes, once or twice | 2 |
| Yes, more than twice | 3 |
Thinking about the past 12 months, have you done any of the following in order to find a job? : Applied directly to employers?
Distribution of values for A40E
1034 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A40E | Thinking about the past 12 months, have you done any of the following in order to find a job? : Applied directly to employers? | numeric | 1034 | 0.1461602 | 1 | 1 | 3 | 1.435028 | 0.7210426 | ▇▁▂▁▂ | F1.0 |
| name | value |
|---|---|
| No | 1 |
| Yes, once or twice | 2 |
| Yes, more than twice | 3 |
Thinking about the past 12 months, have you done any of the following in order to find a job? : Asked relatives, friends, or colleagues to help you find a job?
Distribution of values for A40F
1032 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A40F | Thinking about the past 12 months, have you done any of the following in order to find a job? : Asked relatives, friends, or colleagues to help you find a job? | numeric | 1032 | 0.1478117 | 1 | 1 | 3 | 1.463687 | 0.697161 | ▇▁▃▁▂ | F1.0 |
| name | value |
|---|---|
| No | 1 |
| Yes, once or twice | 2 |
| Yes, more than twice | 3 |
Over the past 12 months, have you had any training to improve your job skills? :
Distribution of values for A41
1022 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A41 | Over the past 12 months, have you had any training to improve your job skills? : | numeric | 1022 | 0.1560694 | 1 | 2 | 3 | 1.724868 | 0.5036733 | ▃▁▇▁▁ | F1.0 |
| name | value |
|---|---|
| Yes | 1 |
| No | 2 |
| Can’t choose | 3 |
Are you currently looking for a job? :
Distribution of values for A42
1019 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A42 | Are you currently looking for a job? : | numeric | 1019 | 0.1585467 | 1 | 2 | 2 | 1.6875 | 0.4647242 | ▃▁▁▁▇ | F1.0 |
| name | value |
|---|---|
| Yes | 1 |
| No | 2 |
What is your main source of economic support? :
Distribution of values for A43
774 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A43 | What is your main source of economic support? : | numeric | 774 | 0.3608588 | 1 | 3 | 95 | 6.709382 | 16.81947 | ▇▁▁▁▁ | F2.0 |
| name | value |
|---|---|
| Current spouse/ partner | 1 |
| Other family members | 2 |
| Pension (private/ state) | 3 |
| Unemployment benefits | 4 |
| Social assistance/ welfare | 5 |
| Occasional work | 6 |
| Student loans/ stipends | 7 |
| Savings | 8 |
| Investments or rental income | 9 |
| Other | 95 |
To what extent, if at all, do you worry about the possibility of losing this main economic support? :
Distribution of values for A44
747 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A44 | To what extent, if at all, do you worry about the possibility of losing this main economic support? : | numeric | 747 | 0.3831544 | 1 | 3 | 4 | 2.814655 | 1.099833 | ▅▅▁▆▇ | F1.0 |
| name | value |
|---|---|
| I worry a great deal | 1 |
| I worry to some extent | 2 |
| I worry a little | 3 |
| I don’t worry at all | 4 |
Over the past five years, have you ever worked for pay? :
Distribution of values for A45
717 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A45 | Over the past five years, have you ever worked for pay? : | numeric | 717 | 0.4079273 | 1 | 2 | 2 | 1.544534 | 0.4985176 | ▇▁▁▁▇ | F1.0 |
| name | value |
|---|---|
| Yes | 1 |
| No | 2 |
Over the past five years, did you experience any of the following changes in your working life? : I was unemployed for a period longer than three months.
Distribution of values for A46A
315 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A46A | Over the past five years, did you experience any of the following changes in your working life? : I was unemployed for a period longer than three months. | numeric | 315 | 0.7398844 | 1 | 1 | 6 | 1.440848 | 1.051131 | ▇▁▁▁▁ | F1.0 |
| name | value |
|---|---|
| No | 1 |
| Yes, once | 2 |
| Yes, twice | 3 |
| Yes, three times | 4 |
| Yes, more than three times | 5 |
| Can’t choose | 6 |
Over the past five years, did you experience any of the following changes in your working life? : I changed my employer.
Distribution of values for A46B
314 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A46B | Over the past five years, did you experience any of the following changes in your working life? : I changed my employer. | numeric | 314 | 0.7407102 | 1 | 1 | 6 | 1.681159 | 1.126394 | ▇▁▁▁▁ | F1.0 |
| name | value |
|---|---|
| No | 1 |
| Yes, once | 2 |
| Yes, twice | 3 |
| Yes, three times | 4 |
| Yes, more than three times | 5 |
| Can’t choose | 6 |
Over the past five years, did you experience any of the following changes in your working life? : I changed my occupation.
Distribution of values for A46C
313 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A46C | Over the past five years, did you experience any of the following changes in your working life? : I changed my occupation. | numeric | 313 | 0.7415359 | 1 | 1 | 6 | 1.433185 | 0.8924876 | ▇▁▁▁▁ | F1.0 |
| name | value |
|---|---|
| No | 1 |
| Yes, once | 2 |
| Yes, twice | 3 |
| Yes, three times | 4 |
| Yes, more than three times | 5 |
| Can’t choose | 6 |
Over the past five years, did you experience any of the following changes in your working life? : I started my own business/ became self-employed.
Distribution of values for A46D
309 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A46D | Over the past five years, did you experience any of the following changes in your working life? : I started my own business/ became self-employed. | numeric | 309 | 0.744839 | 1 | 1 | 6 | 1.21286 | 0.6189128 | ▇▁▁▁▁ | F1.0 |
| name | value |
|---|---|
| No | 1 |
| Yes, once | 2 |
| Yes, twice | 3 |
| Yes, three times | 4 |
| Yes, more than three times | 5 |
| Can’t choose | 6 |
Over the past five years, did you experience any of the following changes in your working life? : I took up an additional job.
Distribution of values for A46E
322 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A46E | Over the past five years, did you experience any of the following changes in your working life? : I took up an additional job. | numeric | 322 | 0.734104 | 1 | 1 | 6 | 1.264342 | 0.7833283 | ▇▁▁▁▁ | F1.0 |
| name | value |
|---|---|
| No | 1 |
| Yes, once | 2 |
| Yes, twice | 3 |
| Yes, three times | 4 |
| Yes, more than three times | 5 |
| Can’t choose | 6 |
How would you generally rate your current financial situation? My current financial situation is… :
Distribution of values for A47
22 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A47 | How would you generally rate your current financial situation? My current financial situation is… : | numeric | 22 | 0.9818332 | 1 | 2 | 6 | 2.5164 | 0.9670194 | ▇▆▁▁▁ | F1.0 |
| name | value |
|---|---|
| Very good | 1 |
| Good | 2 |
| Neither good nor bad | 3 |
| Bad | 4 |
| Very bad | 5 |
| Can’t choose | 6 |
Compared to five years ago, how do you think your financial situation has changed? My current financial situation is… :
Distribution of values for A48
24 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A48 | Compared to five years ago, how do you think your financial situation has changed? My current financial situation is… : | numeric | 24 | 0.9801817 | 1 | 3 | 6 | 2.776748 | 1.288108 | ▇▅▃▂▁ | F1.0 |
| name | value |
|---|---|
| much better than five years ago | 1 |
| somewhat better than five years ago | 2 |
| the same as five years ago | 3 |
| somewhat worse than five years ago | 4 |
| much worse than five years ago | 5 |
| Can’t choose | 6 |
And what will your financial situation likely be in five years? My financial situation in five years will likely be… :
Distribution of values for A49
24 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A49 | And what will your financial situation likely be in five years? My financial situation in five years will likely be… : | numeric | 24 | 0.9801817 | 1 | 3 | 6 | 2.925864 | 1.383313 | ▇▆▃▁▂ | F1.0 |
| name | value |
|---|---|
| much better than today | 1 |
| somewhat better than today | 2 |
| the same as today | 3 |
| somewhat worse than today | 4 |
| much worse than today | 5 |
| Can’t choose | 6 |
To what extent do you agree or disagree with the following statements? : It is good for Australias economy that people aged 60 and over are employed.
Distribution of values for A50A
22 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A50A | To what extent do you agree or disagree with the following statements? : It is good for Australias economy that people aged 60 and over are employed. | numeric | 22 | 0.9818332 | 1 | 2 | 6 | 2.183347 | 1.090991 | ▇▂▁▁▁ | F1.0 |
| name | value |
|---|---|
| Strongly agree | 1 |
| Agree | 2 |
| Neither agree nor disagree | 3 |
| Disagree | 4 |
| Strongly disagree | 5 |
| Can’t choose | 6 |
To what extent do you agree or disagree with the following statements? : When people aged 60 and over are employed, they take jobs away from younger people.
Distribution of values for A50B
43 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A50B | To what extent do you agree or disagree with the following statements? : When people aged 60 and over are employed, they take jobs away from younger people. | numeric | 43 | 0.9644922 | 1 | 4 | 6 | 3.747431 | 1.109472 | ▃▃▇▅▁ | F1.0 |
| name | value |
|---|---|
| Strongly agree | 1 |
| Agree | 2 |
| Neither agree nor disagree | 3 |
| Disagree | 4 |
| Strongly disagree | 5 |
| Can’t choose | 6 |
How much do you agree or disagree with the following statements? : Unions are active in my workplace
Distribution of values for A51A
141 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A51A | How much do you agree or disagree with the following statements? : Unions are active in my workplace | numeric | 141 | 0.8835673 | 1 | 3 | 5 | 3.142056 | 1.197287 | ▂▇▇▇▅ | F1.0 |
| name | value |
|---|---|
| Strongly agree | 1 |
| Agree | 2 |
| Neither agree nor disagree | 3 |
| Disagree | 4 |
| Strongly disagree | 5 |
How much do you agree or disagree with the following statements? : My employer opposes unions in my workplace
Distribution of values for A51B
164 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A51B | How much do you agree or disagree with the following statements? : My employer opposes unions in my workplace | numeric | 164 | 0.8645747 | 1 | 3 | 5 | 3.232092 | 0.9563123 | ▁▂▇▅▂ | F1.0 |
| name | value |
|---|---|
| Strongly agree | 1 |
| Agree | 2 |
| Neither agree nor disagree | 3 |
| Disagree | 4 |
| Strongly disagree | 5 |
How much do you agree or disagree with the following statements? : Unions should have a greater role in setting pay and working conditions
Distribution of values for A51C
122 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A51C | How much do you agree or disagree with the following statements? : Unions should have a greater role in setting pay and working conditions | numeric | 122 | 0.8992568 | 1 | 3 | 5 | 3.020202 | 1.034139 | ▁▅▇▃▂ | F1.0 |
| name | value |
|---|---|
| Strongly agree | 1 |
| Agree | 2 |
| Neither agree nor disagree | 3 |
| Disagree | 4 |
| Strongly disagree | 5 |
How much do you agree or disagree with the following statements? : When unions run public campaigns, I trust what they are saying
Distribution of values for A51D
119 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A51D | How much do you agree or disagree with the following statements? : When unions run public campaigns, I trust what they are saying | numeric | 119 | 0.9017341 | 1 | 3 | 5 | 3.443223 | 1.003879 | ▁▂▇▅▃ | F1.0 |
| name | value |
|---|---|
| Strongly agree | 1 |
| Agree | 2 |
| Neither agree nor disagree | 3 |
| Disagree | 4 |
| Strongly disagree | 5 |
How much do you agree or disagree with the following statements? : These days, individuals can represent their own interests in the workplace without the help of unions
Distribution of values for A51E
118 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A51E | How much do you agree or disagree with the following statements? : These days, individuals can represent their own interests in the workplace without the help of unions | numeric | 118 | 0.9025599 | 1 | 3 | 5 | 2.882891 | 1.02309 | ▂▇▇▅▂ | F1.0 |
| name | value |
|---|---|
| Strongly agree | 1 |
| Agree | 2 |
| Neither agree nor disagree | 3 |
| Disagree | 4 |
| Strongly disagree | 5 |
How much do you agree or disagree with the following statements? : Union corruption is a serious problem in Australia today
Distribution of values for A51F
104 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| A51F | How much do you agree or disagree with the following statements? : Union corruption is a serious problem in Australia today | numeric | 104 | 0.9141206 | 1 | 3 | 5 | 2.495935 | 1.050588 | ▅▅▇▂▁ | F1.0 |
| name | value |
|---|---|
| Strongly agree | 1 |
| Agree | 2 |
| Neither agree nor disagree | 3 |
| Disagree | 4 |
| Strongly disagree | 5 |
I feel connected with people at work (e.g. co-workers, customers, clients): :
Distribution of values for B1
331 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| B1 | I feel connected with people at work (e.g. co-workers, customers, clients): : | numeric | 331 | 0.7266722 | 1 | 5 | 6 | 4.745455 | 0.9438031 | ▁▁▅▇▃ | F1.0 |
| name | value |
|---|---|
| Disagree Strongly | 1 |
| Disagree | 2 |
| Somewhat Disagree | 3 |
| Somewhat Agree | 4 |
| Agree | 5 |
| Agree Strongly | 6 |
I have caring responsibilities (e.g. at least 4 hours/week) for a friend or family member with a chronic disability or illness? :
Distribution of values for B2
299 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| B2 | I have caring responsibilities (e.g. at least 4 hours/week) for a friend or family member with a chronic disability or illness? : | numeric | 299 | 0.7530966 | 1 | 2 | 2 | 1.849781 | 0.3574823 | ▂▁▁▁▇ | F1.0 |
| name | value |
|---|---|
| Yes | 1 |
| No | 2 |
I believe my employer has a responsibility for my mental health and well-being? :
Distribution of values for B3
329 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| B3 | I believe my employer has a responsibility for my mental health and well-being? : | numeric | 329 | 0.7283237 | 1 | 4 | 6 | 4.316326 | 1.269008 | ▃▂▇▇▃ | F1.0 |
| name | value |
|---|---|
| Strongly Disagree | 1 |
| Disagree | 2 |
| Somewhat Disagree | 3 |
| Somewhat Agree | 4 |
| Agree | 5 |
| Strongly Agree | 6 |
In the past 4 weeks how often have you felt: : Nervous
Distribution of values for B4A
307 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| B4A | In the past 4 weeks how often have you felt: : Nervous | numeric | 307 | 0.7464905 | 1 | 2 | 5 | 1.902655 | 0.9278714 | ▇▆▃▁▁ | F1.0 |
| name | value |
|---|---|
| None of the Time | 1 |
| A Little of the Time | 2 |
| Some of the Time | 3 |
| Most of the Time | 4 |
| All of the Time | 5 |
In the past 4 weeks how often have you felt: : Hopeless
Distribution of values for B4B
314 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| B4B | In the past 4 weeks how often have you felt: : Hopeless | numeric | 314 | 0.7407102 | 1 | 1 | 5 | 1.510591 | 0.880182 | ▇▂▁▁▁ | F1.0 |
| name | value |
|---|---|
| None of the Time | 1 |
| A Little of the Time | 2 |
| Some of the Time | 3 |
| Most of the Time | 4 |
| All of the Time | 5 |
In the past 4 weeks how often have you felt: : Restless or fidgety
Distribution of values for B4C
314 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| B4C | In the past 4 weeks how often have you felt: : Restless or fidgety | numeric | 314 | 0.7407102 | 1 | 2 | 5 | 1.857302 | 0.9703959 | ▇▅▃▁▁ | F1.0 |
| name | value |
|---|---|
| None of the Time | 1 |
| A Little of the Time | 2 |
| Some of the Time | 3 |
| Most of the Time | 4 |
| All of the Time | 5 |
In the past 4 weeks how often have you felt: : So depressed that nothing could cheer you up
Distribution of values for B4D
314 missing values.
| name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
|---|---|---|---|---|---|---|---|---|---|---|---|
| B4D | In the past 4 weeks how often have you felt: : So depressed that nothing could cheer you up | numeric | 314 | 0.7407102 | 1 | 1 | 5 | 1.376812 | 0.7782175 | ▇▁▁▁▁ | F1.0 |
| name | value |
|---|---|
| None of the Time | 1 |
| A Little of the Time | 2 |
| Some of the Time | 3 |
| Most of the Time | 4 |
| All of the Time | 5 |
In the past 4 weeks how often have you felt: : That everything was an effort