This page contains a summary of the data available in the AuSSA 2012 - Family and Changing Gender Roles.
To make sense of the variable names - please refer to the questionnaire 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)
##
## Attaching package: 'codebook'
## The following objects are masked from 'package:sjlabelled':
##
## as_factor, to_factor, val_labels
# to import an SPSS file from the same folder uncomment and edit the line below
library(haven)
library(sjlabelled)
codebook_data <- read_spss("aussa2012-codebook.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 2012 - Family and Changing Gender Roles"
metadata(codebook_data)$description <- "TThe 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 AuSSA survey 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. The topic for 2012 is 'Family and Changing Gender Roles'. This is the fourth time this has been the topic of the survey, having previously been the theme for surveys in 1988, 1994 and 2002. 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."
metadata(codebook_data)$identifier <- "doi:10.26193/C86EZG"
metadata(codebook_data)$datePublished <- "2021-10-26"
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 2012 Codebook."
metadata(codebook_data)$url <- "https://www.acspri.org.au/sites/acspri.org.au/files/aussa2012codebook.html"
metadata(codebook_data)$temporalCoverage <- "2012"
metadata(codebook_data)$spatialCoverage <- "Australia"
codebook(codebook_data)
Dataset name: Australian Survey of Social Attitudes 2012 - Family and Changing Gender Roles
TThe 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 AuSSA survey 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. The topic for 2012 is ‘Family and Changing Gender Roles’. This is the fourth time this has been the topic of the survey, having previously been the theme for surveys in 1988, 1994 and 2002. 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.
Metadata for search engines
Date published: 2021-10-26
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) |
|
To begin, we have some questions about women. To what extent do you agree or disagree…? : A working mother can establish just as warm and secure a relationship with her children as a mother who does not work
28 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A1A | To begin, we have some questions about women. To what extent do you agree or disagree…? : A working mother can establish just as warm and secure a relationship with her children as a mother who does not work | numeric | 28 | 0.982716 | 1 | 2 | 6 | 2.376884 | 1.172669 | ▇▁▂▁▁ | F1.0 |
name | value |
---|---|
Strongly agree | 1 |
Agree | 2 |
Neither agree nor disagree | 3 |
Disagree | 4 |
Strongly disagree | 5 |
Cant choose | 6 |
To begin, we have some questions about women. To what extent do you agree or disagree…? : A pre-school child is likely to suffer if his or her mother works
40 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A1B | To begin, we have some questions about women. To what extent do you agree or disagree…? : A pre-school child is likely to suffer if his or her mother works | numeric | 40 | 0.9753086 | 1 | 4 | 6 | 3.309494 | 1.17706 | ▇▅▇▃▁ | F1.0 |
name | value |
---|---|
Strongly agree | 1 |
Agree | 2 |
Neither agree nor disagree | 3 |
Disagree | 4 |
Strongly disagree | 5 |
Cant choose | 6 |
To begin, we have some questions about women. To what extent do you agree or disagree…? : All in all, family life suffers when the woman has a full-time job
33 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A1C | To begin, we have some questions about women. To what extent do you agree or disagree…? : All in all, family life suffers when the woman has a full-time job | numeric | 33 | 0.9796296 | 1 | 3 | 6 | 3.236925 | 1.250199 | ▇▃▇▃▁ | F1.0 |
name | value |
---|---|
Strongly agree | 1 |
Agree | 2 |
Neither agree nor disagree | 3 |
Disagree | 4 |
Strongly disagree | 5 |
Cant choose | 6 |
To begin, we have some questions about women. To what extent do you agree or disagree…? : A job is all right, but what most women really want is a home and children
35 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A1D | To begin, we have some questions about women. To what extent do you agree or disagree…? : A job is all right, but what most women really want is a home and children | numeric | 35 | 0.9783951 | 1 | 3 | 6 | 3.357098 | 1.204967 | ▇▆▇▃▁ | F1.0 |
name | value |
---|---|
Strongly agree | 1 |
Agree | 2 |
Neither agree nor disagree | 3 |
Disagree | 4 |
Strongly disagree | 5 |
Cant choose | 6 |
To begin, we have some questions about women. To what extent do you agree or disagree…? : Being a housewife is just as fulfilling as working for pay
32 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A1E | To begin, we have some questions about women. To what extent do you agree or disagree…? : Being a housewife is just as fulfilling as working for pay | numeric | 32 | 0.9802469 | 1 | 3 | 6 | 2.768892 | 1.220024 | ▇▅▃▁▁ | F1.0 |
name | value |
---|---|
Strongly agree | 1 |
Agree | 2 |
Neither agree nor disagree | 3 |
Disagree | 4 |
Strongly disagree | 5 |
Cant choose | 6 |
And to what extent do you agree or disagree…? : Both the man and woman should contribute to the household income.
34 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A2A | And to what extent do you agree or disagree…? : Both the man and woman should contribute to the household income. | numeric | 34 | 0.9790123 | 1 | 2 | 6 | 2.542245 | 1.01834 | ▇▅▂▁▁ | F1.0 |
name | value |
---|---|
Strongly agree | 1 |
Agree | 2 |
Neither agree nor disagree | 3 |
Disagree | 4 |
Strongly disagree | 5 |
Cant choose | 6 |
And to what extent do you agree or disagree…? : A mans job is to earn money; a womans job is to look after the home and family.
31 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A2B | And to what extent do you agree or disagree…? : A mans job is to earn money; a womans job is to look after the home and family. | numeric | 31 | 0.9808642 | 1 | 4 | 6 | 3.731278 | 1.116697 | ▃▅▇▆▁ | F1.0 |
name | value |
---|---|
Strongly agree | 1 |
Agree | 2 |
Neither agree nor disagree | 3 |
Disagree | 4 |
Strongly disagree | 5 |
Cant choose | 6 |
Do you think that women should work outside the home full-time, part-time or not at all under the following circumstances? : When there is a child under school age.
34 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A3A | Do you think that women should work outside the home full-time, part-time or not at all under the following circumstances? : When there is a child under school age. | numeric | 34 | 0.9790123 | 1 | 3 | 4 | 2.663934 | 0.7749538 | ▁▇▁▇▃ | F1.0 |
name | value |
---|---|
Work full-time | 1 |
Work part-time | 2 |
Stay at home | 3 |
Cant choose | 4 |
Do you think that women should work outside the home full-time, part-time or not at all under the following circumstances? : After the youngest child starts school.
34 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A3B | Do you think that women should work outside the home full-time, part-time or not at all under the following circumstances? : After the youngest child starts school. | numeric | 34 | 0.9790123 | 1 | 2 | 4 | 2.107818 | 0.9169154 | ▃▇▁▁▂ | F1.0 |
name | value |
---|---|
Work full-time | 1 |
Work part-time | 2 |
Stay at home | 3 |
Cant choose | 4 |
To what extent do you agree or disagree …? : Married people are generally happier than unmarried people.
24 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A4A | To what extent do you agree or disagree …? : Married people are generally happier than unmarried people. | numeric | 24 | 0.9851852 | 1 | 3 | 6 | 3.224937 | 1.121533 | ▆▇▆▂▁ | 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 …? : People who want children ought to get married.
24 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A4B | To what extent do you agree or disagree …? : People who want children ought to get married. | numeric | 24 | 0.9851852 | 1 | 3 | 6 | 2.827068 | 1.265969 | ▇▃▅▂▁ | 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 …? : It is all right for a couple to live together without intending to get married.
22 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A4C | To what extent do you agree or disagree …? : It is all right for a couple to live together without intending to get married. | numeric | 22 | 0.9864198 | 1 | 2 | 6 | 2.364831 | 1.154964 | ▇▂▁▁▁ | 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 …? : Divorce is usually the best solution when a couple can’t seem to work out their marriage problems.
26 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A4D | To what extent do you agree or disagree …? : Divorce is usually the best solution when a couple can’t seem to work out their marriage problems. | numeric | 26 | 0.9839506 | 1 | 2 | 6 | 2.768507 | 1.152954 | ▇▃▂▁▁ | F1.0 |
name | value |
---|---|
Strongly agree | 1 |
Agree | 2 |
Neither agree nor disagree | 3 |
Disagree | 4 |
Strongly disagree | 5 |
Cant choose | 6 |
Children grow up in different kinds of families. To what extent do you agree or disagree with the following statements? : One parent can bring up a child as well as two parents together.
25 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A5A | Children grow up in different kinds of families. To what extent do you agree or disagree with the following statements? : One parent can bring up a child as well as two parents together. | numeric | 25 | 0.9845679 | 1 | 3 | 6 | 2.971787 | 1.22442 | ▇▂▆▁▁ | F1.0 |
name | value |
---|---|
Strongly agree | 1 |
Agree | 2 |
Neither agree nor disagree | 3 |
Disagree | 4 |
Strongly disagree | 5 |
Cant choose | 6 |
Children grow up in different kinds of families. To what extent do you agree or disagree with the following statements? : A same sex female couple can bring up a child as well as a male-female couple.
23 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A5B | Children grow up in different kinds of families. To what extent do you agree or disagree with the following statements? : A same sex female couple can bring up a child as well as a male-female couple. | numeric | 23 | 0.9858025 | 1 | 3 | 6 | 3.068879 | 1.383854 | ▇▃▅▃▁ | F1.0 |
name | value |
---|---|
Strongly agree | 1 |
Agree | 2 |
Neither agree nor disagree | 3 |
Disagree | 4 |
Strongly disagree | 5 |
Cant choose | 6 |
Children grow up in different kinds of families. To what extent do you agree or disagree with the following statements? : A same sex male couple can bring up a child as well as a male-female couple.
25 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A5C | Children grow up in different kinds of families. To what extent do you agree or disagree with the following statements? : A same sex male couple can bring up a child as well as a male-female couple. | numeric | 25 | 0.9845679 | 1 | 3 | 6 | 3.163636 | 1.403145 | ▇▃▅▃▁ | F1.0 |
name | value |
---|---|
Strongly agree | 1 |
Agree | 2 |
Neither agree nor disagree | 3 |
Disagree | 4 |
Strongly disagree | 5 |
Cant choose | 6 |
All in all, what do you think is the ideal number of children for a family to have? : Children
165 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A6 | All in all, what do you think is the ideal number of children for a family to have? : Children | numeric | 165 | 0.8981481 | -2 | 2 | 10 | 2.57732 | 0.8163779 | ▁▇▆▁▁ | F2.0 |
To what extent do you agree or disagree…? : Watching children grow up is lifes greatest joy.
26 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A7A | To what extent do you agree or disagree…? : Watching children grow up is lifes greatest joy. | numeric | 26 | 0.9839506 | 1 | 2 | 6 | 1.917817 | 1.011619 | ▇▁▁▁▁ | 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…? : Having children interferes too much with the freedom of parents.
30 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A7B | To what extent do you agree or disagree…? : Having children interferes too much with the freedom of parents. | numeric | 30 | 0.9814815 | 1 | 4 | 6 | 3.886792 | 0.934488 | ▂▂▇▃▁ | 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…? : Children are a financial burden on their parents.
29 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A7C | To what extent do you agree or disagree…? : Children are a financial burden on their parents. | numeric | 29 | 0.9820988 | 1 | 3 | 6 | 3.22313 | 1.168719 | ▇▅▇▃▁ | 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…? : Having children restricts the employment and career chances of one or both parents.
29 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A7D | To what extent do you agree or disagree…? : Having children restricts the employment and career chances of one or both parents. | numeric | 29 | 0.9820988 | 1 | 3 | 6 | 3.093023 | 1.14821 | ▇▃▇▂▁ | 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…? : Having children increases people’s social standing in society.
29 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A7E | To what extent do you agree or disagree…? : Having children increases people’s social standing in society. | numeric | 29 | 0.9820988 | 1 | 3 | 6 | 3.341923 | 1.064579 | ▅▇▇▂▁ | 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…? : Adult children are an important source of help for elderly parents.
31 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A7F | To what extent do you agree or disagree…? : Adult children are an important source of help for elderly parents. | numeric | 31 | 0.9808642 | 1 | 2 | 6 | 2.324103 | 0.9725731 | ▇▂▁▁▁ | F1.0 |
name | value |
---|---|
Strongly agree | 1 |
Agree | 2 |
Neither agree nor disagree | 3 |
Disagree | 4 |
Strongly disagree | 5 |
Cant choose | 6 |
Consider a couple who both work full-time and now have a new born child. One of them stops working for some time to care for their child. Do you think there should be paid leave available and, if so, for how long? :
44 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A8 | Consider a couple who both work full-time and now have a new born child. One of them stops working for some time to care for their child. Do you think there should be paid leave available and, if so, for how long? : | numeric | 44 | 0.9728395 | 0 | 1 | 1 | 0.6859137 | 0.4642983 | ▃▁▁▁▇ | F1.0 |
name | value |
---|---|
No, there should be no paid leave | 0 |
Yes | 1 |
For how long? (months)
0 missing values.
name | label | data_type | n_missing | complete_rate | n_unique | empty | min | max | whitespace | format.spss | display_width |
---|---|---|---|---|---|---|---|---|---|---|---|
A8other | For how long? (months) | character | 0 | 1 | 37 | 558 | 0 | 2 | 0 | A2 | 2 |
And who should pay for this leave? :
554 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A9 | And who should pay for this leave? : | numeric | 554 | 0.6580247 | 1 | 3 | 5 | 2.503752 | 0.9759959 | ▃▁▇▁▁ | F1.0 |
name | value |
---|---|
The government | 1 |
The employer | 2 |
Both the government and the employer | 3 |
Other sources | 4 |
Can’t choose | 5 |
Still thinking about the same couple, if both are in a similar work situation and are eligible for paid leave, how should this paid leave period be divided between the mother and the father? :
558 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A10 | Still thinking about the same couple, if both are in a similar work situation and are eligible for paid leave, how should this paid leave period be divided between the mother and the father? : | numeric | 558 | 0.6555556 | 1 | 2 | 6 | 2.612053 | 1.510306 | ▇▃▁▁▂ | F1.0 |
name | value |
---|---|
The mother should take the entire paid leave period and the father should not take any paid leave. | 1 |
The mother should take most of the paid leave period and the father should take some of it. | 2 |
The mother and the father should each take half of the paid leave period. | 3 |
The father should take most of the paid leave period and the mother should take some of it. | 4 |
The father should take the entire paid leave period and the mother should not take any paid leave. | 5 |
Can’t choose | 6 |
Consider a family with a child under school age. What, in your opinion, is the best way for them to organise their family and work life? :
48 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A11 | Consider a family with a child under school age. What, in your opinion, is the best way for them to organise their family and work life? : | numeric | 48 | 0.9703704 | 1 | 2 | 7 | 2.71883 | 2.128842 | ▇▁▁▁▂ | F1.0 |
name | value |
---|---|
The mother stays at home and the father works full-time. | 1 |
The mother works part-time and the father works full-time. | 2 |
Both the mother and the father work full-time. | 3 |
Both the mother and the father work part-time. | 4 |
The father works part-time and the mother works full-time. | 5 |
The father stays at home and the mother works full-time. | 6 |
Can’t choose | 7 |
And, in your opinion, which of these options would be the least desirable? :
48 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A12 | And, in your opinion, which of these options would be the least desirable? : | numeric | 48 | 0.9703704 | 1 | 3 | 7 | 3.907761 | 1.834604 | ▂▇▁▁▅ | F1.0 |
name | value |
---|---|
The mother stays at home and the father works full-time. | 1 |
The mother works part-time and the father works full-time. | 2 |
Both the mother and the father work full-time. | 3 |
Both the mother and the father work part-time. | 4 |
The father works part-time and the mother works full-time. | 5 |
The father stays at home and the mother works full-time. | 6 |
Can’t choose | 7 |
People have different views on childcare for children under school age. Who do you think should primarily provide childcare? :
49 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A13 | People have different views on childcare for children under school age. Who do you think should primarily provide childcare? : | numeric | 49 | 0.9697531 | 1 | 2 | 6 | 2.723743 | 1.918084 | ▇▁▂▁▂ | F1.0 |
name | value |
---|---|
Family members | 1 |
Government agencies | 2 |
Non-profit organisations (e.g. charitable organisations, churches/religious organisations) | 3 |
Private childcare providers (e.g. private crèche, nanny, babysitter) | 4 |
Employers | 5 |
Can’t choose | 6 |
Who do you think should primarily cover the costs of childcare for children under school age? :
40 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A14 | Who do you think should primarily cover the costs of childcare for children under school age? : | numeric | 40 | 0.9753086 | 1 | 1 | 4 | 1.652532 | 1.001025 | ▇▃▁▁▂ | F1.0 |
name | value |
---|---|
The family | 1 |
The government/public funds | 2 |
The employers | 3 |
Can’t choose | 4 |
Thinking about elderly people who need some help in their everyday lives, such as help with grocery shopping, cleaning the house, doing the laundry etc. Who do you think should primarily provide this help? :
45 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A15 | Thinking about elderly people who need some help in their everyday lives, such as help with grocery shopping, cleaning the house, doing the laundry etc. Who do you think should primarily provide this help? : | numeric | 45 | 0.9722222 | 1 | 2 | 5 | 2.08127 | 1.347876 | ▇▅▁▁▂ | F1.0 |
name | value |
---|---|
Family members | 1 |
Government agencies | 2 |
Non-profit organisations (e.g. charitable organisations, churches/religious organisations) | 3 |
Private providers of this kind of help | 4 |
Can’t choose | 5 |
And who do you think should primarily cover the costs of this help to these elderly people? :
47 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A16 | And who do you think should primarily cover the costs of this help to these elderly people? : | numeric | 47 | 0.9709877 | 1 | 2 | 3 | 1.739987 | 0.6723619 | ▆▁▇▁▂ | F1.0 |
name | value |
---|---|
The elderly people themselves or their family | 1 |
The government/public funds | 2 |
Can’t choose | 3 |
Now thinking of your own situation:On average, how many hours a week do you personally spend on household work, not including childcare and leisure time activities? : Hours
87 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A17 | Now thinking of your own situation:On average, how many hours a week do you personally spend on household work, not including childcare and leisure time activities? : Hours | numeric | 87 | 0.9462963 | 0 | 10 | 90 | 13.73973 | 10.74974 | ▇▃▁▁▁ | F2.0 |
On average, how many hours a week do you spend looking after family members (e.g. children, elderly, ill or disabled family members)? : Hours
221 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A18 | On average, how many hours a week do you spend looking after family members (e.g. children, elderly, ill or disabled family members)? : Hours | numeric | 221 | 0.8635802 | 0 | 5 | 99 | 15.10007 | 23.31758 | ▇▂▁▁▁ | F2.0 |
And what about your spouse/partner? On average, how many hours a week does he/she spend on household work, not including childcare and leisure time activities? : Hours
513 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A19 | And what about your spouse/partner? On average, how many hours a week does he/she spend on household work, not including childcare and leisure time activities? : Hours | numeric | 513 | 0.6833333 | 0 | 10 | 90 | 12.98464 | 12.04177 | ▇▂▁▁▁ | F2.0 |
And on average, how many hours a week does he/she spend looking after family members (e.g. children, elderly, ill or disabled family members)? : Hours
596 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A20 | And on average, how many hours a week does he/she spend looking after family members (e.g. children, elderly, ill or disabled family members)? : Hours | numeric | 596 | 0.6320988 | 0 | 5 | 99 | 12.78223 | 19.21933 | ▇▂▁▁▁ | F2.0 |
How do you and your spouse/partner organise the income that one or both of you receive? :
476 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A21 | How do you and your spouse/partner organise the income that one or both of you receive? : | numeric | 476 | 0.7061728 | 1 | 3 | 5 | 3.034091 | 1.015053 | ▂▁▇▂▂ | F1.0 |
name | value |
---|---|
I manage all the money and give my spouse/partner his/her share | 1 |
My spouse/partner manages all the money and gives me my share | 2 |
We pool all the money and each take out what we need | 3 |
We pool some of the money and keep the rest separate | 4 |
We each keep our own money separate | 5 |
In your household who does the following things…? : Does the laundry
459 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A22a | In your household who does the following things…? : Does the laundry | numeric | 459 | 0.7166667 | 1 | 3 | 7 | 2.74677 | 1.460854 | ▇▃▃▂▁ | F1.0 |
name | value |
---|---|
Always me | 1 |
Usually me | 2 |
About equal or both together | 3 |
Usually my spouse/ partner | 4 |
Always my spouse/ partner | 5 |
Is done by a third person | 6 |
Cant choose | 7 |
In your household who does the following things…? : Makes small repairs around the house
465 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A22b | In your household who does the following things…? : Makes small repairs around the house | numeric | 465 | 0.712963 | 1 | 3 | 7 | 2.994805 | 1.523351 | ▇▂▅▂▁ | F1.0 |
name | value |
---|---|
Always me | 1 |
Usually me | 2 |
About equal or both together | 3 |
Usually my spouse/ partner | 4 |
Always my spouse/ partner | 5 |
Is done by a third person | 6 |
Cant choose | 7 |
In your household who does the following things…? : Cares for sick family members
500 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A22c | In your household who does the following things…? : Cares for sick family members | numeric | 500 | 0.691358 | 1 | 3 | 7 | 3.115179 | 1.611549 | ▇▇▃▁▂ | F1.0 |
name | value |
---|---|
Always me | 1 |
Usually me | 2 |
About equal or both together | 3 |
Usually my spouse/ partner | 4 |
Always my spouse/ partner | 5 |
Is done by a third person | 6 |
Cant choose | 7 |
In your household who does the following things…? : Shops for groceries
462 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A22d | In your household who does the following things…? : Shops for groceries | numeric | 462 | 0.7148148 | 1 | 3 | 7 | 2.762522 | 1.220572 | ▇▇▃▂▁ | F1.0 |
name | value |
---|---|
Always me | 1 |
Usually me | 2 |
About equal or both together | 3 |
Usually my spouse/ partner | 4 |
Always my spouse/ partner | 5 |
Is done by a third person | 6 |
Cant choose | 7 |
In your household who does the following things…? : Does the household cleaning
463 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A22e | In your household who does the following things…? : Does the household cleaning | numeric | 463 | 0.7141975 | 1 | 3 | 7 | 2.899741 | 1.44638 | ▇▅▃▂▁ | F1.0 |
name | value |
---|---|
Always me | 1 |
Usually me | 2 |
About equal or both together | 3 |
Usually my spouse/ partner | 4 |
Always my spouse/ partner | 5 |
Is done by a third person | 6 |
Cant choose | 7 |
In your household who does the following things…? : Prepares the meals
464 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A22f | In your household who does the following things…? : Prepares the meals | numeric | 464 | 0.7135802 | 1 | 3 | 7 | 2.834775 | 1.3249 | ▇▅▃▂▁ | F1.0 |
name | value |
---|---|
Always me | 1 |
Usually me | 2 |
About equal or both together | 3 |
Usually my spouse/ partner | 4 |
Always my spouse/ partner | 5 |
Is done by a third person | 6 |
Cant choose | 7 |
Which of the following best applies to the sharing of household work between you and your spouse/partner? :
477 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A23 | Which of the following best applies to the sharing of household work between you and your spouse/partner? : | numeric | 477 | 0.7055556 | 1 | 3 | 5 | 2.621172 | 1.207452 | ▆▅▇▃▂ | F1.0 |
name | value |
---|---|
I do much more than my fair share of the household work | 1 |
I do a bit more than my fair share of the household work | 2 |
I do roughly my fair share of the household work | 3 |
I do a bit less than my fair share of the household work | 4 |
I do much less than my fair share of the household work | 5 |
When you and your spouse/partner make decisions about choosing shared weekend activities, who has the final say? :
475 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A24 | When you and your spouse/partner make decisions about choosing shared weekend activities, who has the final say? : | numeric | 475 | 0.7067901 | 1 | 4 | 5 | 3.319651 | 0.9400788 | ▁▂▃▇▁ | F1.0 |
name | value |
---|---|
Mostly me | 1 |
Mostly my spouse/partner | 2 |
Sometimes me/sometimes my spouse/partner | 3 |
We decide together | 4 |
Someone else | 5 |
Considering all sources of income, between you and your spouse/partner, who has the higher income? :
479 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A25 | Considering all sources of income, between you and your spouse/partner, who has the higher income? : | numeric | 479 | 0.704321 | 1 | 4 | 8 | 4.080631 | 1.597856 | ▃▂▇▂▁ | F1.0 |
name | value |
---|---|
My spouse/partner has no income | 1 |
I have a much higher income | 2 |
I have a higher income | 3 |
We have about the same income | 4 |
My spouse/partner has a higher income | 5 |
My spouse/partner has a much higher income | 6 |
I have no income | 7 |
Dont know | 8 |
How often has each of the following happened to you during the past three months? : I have come home from work too tired to do the chores which need to be done.
118 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A26a | How often has each of the following happened to you during the past three months? : I have come home from work too tired to do the chores which need to be done. | numeric | 118 | 0.9271605 | 0 | 2 | 4 | 1.704394 | 1.395422 | ▇▃▅▇▂ | F1.0 |
name | value |
---|---|
Doesnt apply/ no job | 0 |
Several times a week | 1 |
Several times a month | 2 |
Once or twice | 3 |
Never | 4 |
How often has each of the following happened to you during the past three months? : It has been difficult for me to fulfil my family responsibilities because of the amount of time I spent on my job.
172 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A26b | How often has each of the following happened to you during the past three months? : It has been difficult for me to fulfil my family responsibilities because of the amount of time I spent on my job. | numeric | 172 | 0.8938272 | 0 | 3 | 4 | 2.049033 | 1.607154 | ▇▂▃▆▆ | F1.0 |
name | value |
---|---|
Doesnt apply/ no job | 0 |
Several times a week | 1 |
Several times a month | 2 |
Once or twice | 3 |
Never | 4 |
How often has each of the following happened to you during the past three months? : I have arrived at work too tired to function well because of the household work I had done.
178 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A26c | How often has each of the following happened to you during the past three months? : I have arrived at work too tired to function well because of the household work I had done. | numeric | 178 | 0.8901235 | 0 | 3 | 4 | 2.495146 | 1.762527 | ▅▁▁▂▇ | F1.0 |
name | value |
---|---|
Doesnt apply/ no job | 0 |
Several times a week | 1 |
Several times a month | 2 |
Once or twice | 3 |
Never | 4 |
How often has each of the following happened to you during the past three months? : I have found it difficult to concentrate at work because of my family responsibilities.
180 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A26d | How often has each of the following happened to you during the past three months? : I have found it difficult to concentrate at work because of my family responsibilities. | numeric | 180 | 0.8888889 | 0 | 3 | 4 | 2.317361 | 1.683003 | ▇▁▁▆▇ | F1.0 |
name | value |
---|---|
Doesnt apply/ no job | 0 |
Several times a week | 1 |
Several times a month | 2 |
Once or twice | 3 |
Never | 4 |
If you were to consider your life in general, how happy or unhappy would you say you are, on the whole? :
37 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A27 | If you were to consider your life in general, how happy or unhappy would you say you are, on the whole? : | numeric | 37 | 0.9771605 | 1 | 3 | 8 | 2.594441 | 1.069527 | ▇▆▂▁▁ | F1.0 |
name | value |
---|---|
Completely happy | 1 |
Very happy | 2 |
Fairly happy | 3 |
Neither happy nor unhappy | 4 |
Fairly unhappy | 5 |
Very unhappy | 6 |
Completely unhappy | 7 |
Can’t choose | 8 |
All things considered, how satisfied are you with your (main) job? :
64 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A28 | All things considered, how satisfied are you with your (main) job? : | numeric | 64 | 0.9604938 | 0 | 2 | 8 | 2.010283 | 1.657456 | ▆▇▁▁▁ | F1.0 |
name | value |
---|---|
Doesnt apply/no job | 0 |
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 |
All things considered, how satisfied are you with your family life? :
41 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A29 | All things considered, how satisfied are you with your family life? : | numeric | 41 | 0.9746914 | 1 | 2 | 8 | 2.443319 | 1.170962 | ▇▃▁▁▁ | 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 |
In general, would you say your health is… :
36 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A30 | In general, would you say your health is… : | numeric | 36 | 0.9777778 | 1 | 3 | 6 | 2.713384 | 1.010331 | ▇▆▃▁▁ | F1.0 |
name | value |
---|---|
Excellent | 1 |
Very good | 2 |
Good | 3 |
Fair | 4 |
Poor | 5 |
Can’t choose | 6 |
Did your mother ever work for pay for as long as one year, after you were born and before you were 14? :
40 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A31 | Did your mother ever work for pay for as long as one year, after you were born and before you were 14? : | numeric | 40 | 0.9753086 | 1 | 2 | 8 | 1.763291 | 1.401047 | ▇▁▁▁▁ | F1.0 |
name | value |
---|---|
Yes, she worked for pay | 1 |
No | 2 |
Dont know | 8 |
Have you ever had children? :
36 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A32 | Have you ever had children? : | numeric | 36 | 0.9777778 | 1 | 1 | 2 | 1.252525 | 0.4345981 | ▇▁▁▁▃ | F1.0 |
name | value |
---|---|
Yes | 1 |
No | 2 |
Did you work outside the home full-time, part-time, or not at all… : When a child was under school age?
482 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A33a | Did you work outside the home full-time, part-time, or not at all… : When a child was under school age? | numeric | 482 | 0.7024691 | 1 | 2 | 8 | 1.871705 | 1.245315 | ▇▂▁▁▁ | F1.0 |
name | value |
---|---|
Worked full-time | 1 |
Worked part-time | 2 |
Stayed at home | 3 |
Does not apply | 8 |
Did you work outside the home full-time, part-time, or not at all… : After the youngest child started school?
535 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A33b | Did you work outside the home full-time, part-time, or not at all… : After the youngest child started school? | numeric | 535 | 0.6697531 | 1 | 1 | 8 | 2.15023 | 2.060548 | ▇▁▁▁▁ | F1.0 |
name | value |
---|---|
Worked full-time | 1 |
Worked part-time | 2 |
Stayed at home | 3 |
Does not apply | 8 |
What about your spouse/partner at that time - did he or she work outside the home full-time, part-time, or not at all… : When a child was under school age?
483 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A34a | What about your spouse/partner at that time - did he or she work outside the home full-time, part-time, or not at all… : When a child was under school age? | numeric | 483 | 0.7018519 | 1 | 1 | 8 | 1.918206 | 1.480327 | ▇▃▁▁▁ | F1.0 |
name | value |
---|---|
Worked full-time | 1 |
Worked part-time | 2 |
Stayed at home | 3 |
Does not apply | 8 |
What about your spouse/partner at that time - did he or she work outside the home full-time, part-time, or not at all… : After the youngest child started school?
528 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A34b | What about your spouse/partner at that time - did he or she work outside the home full-time, part-time, or not at all… : After the youngest child started school? | numeric | 528 | 0.6740741 | 1 | 1 | 8 | 2.325092 | 2.265509 | ▇▁▁▁▁ | F1.0 |
name | value |
---|---|
Worked full-time | 1 |
Worked part-time | 2 |
Stayed at home | 3 |
Does not apply | 8 |
Who usually makes/made the decisions about how to bring up your children? :
474 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A35 | Who usually makes/made the decisions about how to bring up your children? : | numeric | 474 | 0.7074074 | 1 | 4 | 8 | 3.363874 | 1.509581 | ▃▂▇▁▁ | F1.0 |
name | value |
---|---|
Mostly me | 1 |
Mostly my spouse/partner | 2 |
Sometimes me/sometimes my spouse/partner | 3 |
We decide together/decided together | 4 |
Someone else | 5 |
Does not apply | 8 |
The following statements are about care-time arrangements after parental separation. To what extent do you agree or disagree with each of the following statements? Even if one parent is threatening or violent towards the other parent after separatio
102 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
B1a | The following statements are about care-time arrangements after parental separation. To what extent do you agree or disagree with each of the following statements? Even if one parent is threatening or violent towards the other parent after separatio | numeric | 102 | 0.937037 | 1 | 3 | 6 | 3.067194 | 1.396187 | ▇▂▃▂▁ | F1.0 |
name | value |
---|---|
Strongly agree | 1 |
Agree | 2 |
Neither agree or disagree | 3 |
Disagree | 4 |
Strongly disagree | 5 |
Can’t choose | 6 |
The following statements are about care-time arrangements after parental separation. To what extent do you agree or disagree with each of the following statements? Even if one parent is threatening or violent towards the other parent after separatio
146 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
B1b | The following statements are about care-time arrangements after parental separation. To what extent do you agree or disagree with each of the following statements? Even if one parent is threatening or violent towards the other parent after separatio | numeric | 146 | 0.9098765 | 1 | 4 | 6 | 3.590231 | 1.33685 | ▇▅▇▅▂ | F1.0 |
name | value |
---|---|
Strongly agree | 1 |
Agree | 2 |
Neither agree or disagree | 3 |
Disagree | 4 |
Strongly disagree | 5 |
Can’t choose | 6 |
The following statements are about care-time arrangements after parental separation. To what extent do you agree or disagree with each of the following statements? Even if one parent is threatening or violent towards the other parent after separatio
136 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
B1c | The following statements are about care-time arrangements after parental separation. To what extent do you agree or disagree with each of the following statements? Even if one parent is threatening or violent towards the other parent after separatio | numeric | 136 | 0.9160494 | 1 | 4 | 6 | 3.606469 | 1.350352 | ▇▅▇▅▂ | F1.0 |
name | value |
---|---|
Strongly agree | 1 |
Agree | 2 |
Neither agree or disagree | 3 |
Disagree | 4 |
Strongly disagree | 5 |
Can’t choose | 6 |
Child support is not usually payable for a child over 18 years. Do you think it should be paid for children after they turn 18 if they are .. :
83 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
B2 | Child support is not usually payable for a child over 18 years. Do you think it should be paid for children after they turn 18 if they are .. : | numeric | 83 | 0.9487654 | 1 | 3 | 4 | 2.612882 | 0.8518763 | ▂▆▁▇▃ | F1.0 |
name | value |
---|---|
a full-time student still living at home | 1 |
a disabled child | 2 |
both of these | 3 |
neither of these | 4 |
The following statements are about young adults and support between these people and their parents. To what extent do you agree or disagree with each statement? : Young adults depend on their parents for too long these days.
65 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
C1a | The following statements are about young adults and support between these people and their parents. To what extent do you agree or disagree with each statement? : Young adults depend on their parents for too long these days. | numeric | 65 | 0.9598765 | 1 | 2 | 6 | 2.55627 | 1.047098 | ▇▃▂▁▁ | F1.0 |
name | value |
---|---|
Strongly agree | 1 |
Agree | 2 |
Neither agree or disagree | 3 |
Disagree | 4 |
Strongly disagree | 5 |
Can’t choose | 6 |
The following statements are about young adults and support between these people and their parents. To what extent do you agree or disagree with each statement? : It is hard for young adults to achieve financial independence.
60 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
C1b | The following statements are about young adults and support between these people and their parents. To what extent do you agree or disagree with each statement? : It is hard for young adults to achieve financial independence. | numeric | 60 | 0.962963 | 1 | 2 | 6 | 2.591026 | 1.093181 | ▇▂▃▁▁ | F1.0 |
name | value |
---|---|
Strongly agree | 1 |
Agree | 2 |
Neither agree or disagree | 3 |
Disagree | 4 |
Strongly disagree | 5 |
Can’t choose | 6 |
The following statements are about young adults and support between these people and their parents. To what extent do you agree or disagree with each statement? : Parents should help their adult children financially when the children are having fina
66 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
C1c | The following statements are about young adults and support between these people and their parents. To what extent do you agree or disagree with each statement? : Parents should help their adult children financially when the children are having fina | numeric | 66 | 0.9592593 | 1 | 2 | 6 | 2.561133 | 0.9422106 | ▇▃▂▁▁ | F1.0 |
name | value |
---|---|
Strongly agree | 1 |
Agree | 2 |
Neither agree or disagree | 3 |
Disagree | 4 |
Strongly disagree | 5 |
Can’t choose | 6 |
The following statements are about young adults and support between these people and their parents. To what extent do you agree or disagree with each statement? : Adult children should help their parents financially if they need it.
66 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
C1d | The following statements are about young adults and support between these people and their parents. To what extent do you agree or disagree with each statement? : Adult children should help their parents financially if they need it. | numeric | 66 | 0.9592593 | 1 | 2 | 6 | 2.484556 | 0.9247715 | ▇▃▁▁▁ | F1.0 |
name | value |
---|---|
Strongly agree | 1 |
Agree | 2 |
Neither agree or disagree | 3 |
Disagree | 4 |
Strongly disagree | 5 |
Can’t choose | 6 |
The following statements are about young adults and support between these people and their parents. To what extent do you agree or disagree with each statement? : Adult children should let their ageing parents live with them if they need to.
71 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
C1e | The following statements are about young adults and support between these people and their parents. To what extent do you agree or disagree with each statement? : Adult children should let their ageing parents live with them if they need to. | numeric | 71 | 0.9561728 | 1 | 3 | 6 | 2.803099 | 1.049469 | ▇▆▃▁▁ | F1.0 |
name | value |
---|---|
Strongly agree | 1 |
Agree | 2 |
Neither agree or disagree | 3 |
Disagree | 4 |
Strongly disagree | 5 |
Can’t choose | 6 |
The following statements are about young adults and support between these people and their parents. To what extent do you agree or disagree with each statement? : Parents should let their adult children live with them if they need to.
70 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
C1f | The following statements are about young adults and support between these people and their parents. To what extent do you agree or disagree with each statement? : Parents should let their adult children live with them if they need to. | numeric | 70 | 0.9567901 | 1 | 2 | 6 | 2.499355 | 0.9145193 | ▇▃▁▁▁ | F1.0 |
name | value |
---|---|
Strongly agree | 1 |
Agree | 2 |
Neither agree or disagree | 3 |
Disagree | 4 |
Strongly disagree | 5 |
Can’t choose | 6 |
The following statements are about being single, living together and marriage. To what extent do you agree or disagree with each statement? : People give up too easily on their marriages these days.
55 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
C2a | The following statements are about being single, living together and marriage. To what extent do you agree or disagree with each statement? : People give up too easily on their marriages these days. | numeric | 55 | 0.9660494 | 1 | 2 | 6 | 2.271565 | 1.007512 | ▇▂▁▁▁ | F1.0 |
name | value |
---|---|
Strongly agree | 1 |
Agree | 2 |
Neither agree or disagree | 3 |
Disagree | 4 |
Strongly disagree | 5 |
Can’t choose | 6 |
The following statements are about being single, living together and marriage. To what extent do you agree or disagree with each statement? : It is better for a man and a woman to live together before committing to a marriage.
61 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
C2b | The following statements are about being single, living together and marriage. To what extent do you agree or disagree with each statement? : It is better for a man and a woman to live together before committing to a marriage. | numeric | 61 | 0.9623457 | 1 | 2 | 6 | 2.629249 | 1.105972 | ▇▅▂▁▁ | F1.0 |
name | value |
---|---|
Strongly agree | 1 |
Agree | 2 |
Neither agree or disagree | 3 |
Disagree | 4 |
Strongly disagree | 5 |
Can’t choose | 6 |
The following statements are about being single, living together and marriage. To what extent do you agree or disagree with each statement? : It is lonely being single.
61 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
C2c | The following statements are about being single, living together and marriage. To what extent do you agree or disagree with each statement? : It is lonely being single. | numeric | 61 | 0.9623457 | 1 | 3 | 6 | 2.881976 | 1.191078 | ▇▅▃▁▁ | F1.0 |
name | value |
---|---|
Strongly agree | 1 |
Agree | 2 |
Neither agree or disagree | 3 |
Disagree | 4 |
Strongly disagree | 5 |
Can’t choose | 6 |
Advances in information and communication technology (ICT) have changed the ways that we do things, but not everyone feels confident using some of these technologies such as “smart phones”, computers and the internet. To what extent do you agree or
48 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
D1a | Advances in information and communication technology (ICT) have changed the ways that we do things, but not everyone feels confident using some of these technologies such as “smart phones”, computers and the internet. To what extent do you agree or | numeric | 48 | 0.9703704 | 1 | 3 | 6 | 3.172392 | 1.24377 | ▇▃▇▃▁ | F1.0 |
name | value |
---|---|
Strongly agree | 1 |
Agree | 2 |
Neither agree or disagree | 3 |
Disagree | 4 |
Strongly disagree | 5 |
Can’t choose | 6 |
Advances in information and communication technology (ICT) have changed the ways that we do things, but not everyone feels confident using some of these technologies such as “smart phones”, computers and the internet. To what extent do you agree or
51 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
D1b | Advances in information and communication technology (ICT) have changed the ways that we do things, but not everyone feels confident using some of these technologies such as “smart phones”, computers and the internet. To what extent do you agree or | numeric | 51 | 0.9685185 | 1 | 3 | 6 | 3.045252 | 1.240214 | ▇▂▆▂▁ | F1.0 |
name | value |
---|---|
Strongly agree | 1 |
Agree | 2 |
Neither agree or disagree | 3 |
Disagree | 4 |
Strongly disagree | 5 |
Can’t choose | 6 |
Are you … :
42 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
E1 | Are you … : | numeric | 42 | 0.9740741 | 1 | 2 | 2 | 1.555133 | 0.4971086 | ▆▁▁▁▇ | F1.0 |
name | value |
---|---|
Male | 1 |
Female | 2 |
When were you born? : Year (YYYY)
58 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
E2 | When were you born? : Year (YYYY) | numeric | 58 | 0.9641975 | 1919 | 1958 | 1994 | 1959.325 | 16.36066 | ▂▆▇▆▃ | F4.0 |
What is the highest year of schooling you have completed? :
48 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
E5 | What is the highest year of schooling you have completed? : | numeric | 48 | 0.9703704 | 1 | 1 | 6 | 1.846692 | 1.012353 | ▇▃▁▁▁ | F1.0 |
name | value |
---|---|
Year 12 or equivalent | 1 |
Year 11 or equivalent | 2 |
Year 10 or equivalent | 3 |
Completed primary school | 4 |
Completed pre-primary school | 5 |
Did not go to school | 6 |
What is the highest educational qualification you have completed outside of school? :
90 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
E6 | What is the highest educational qualification you have completed outside of school? : | numeric | 90 | 0.9444444 | 1 | 9 | 13 | 8.866667 | 3.470025 | ▂▂▇▃▇ | F2.0 |
name | value |
---|---|
Doctorate by research | 1 |
Doctorate by coursework | 2 |
Masters Degree | 3 |
Graduate Diploma | 4 |
Graduate Certificate | 5 |
Bachelor Degree | 6 |
Advanced Diploma or Associate Degree | 7 |
Diploma | 8 |
Certificate IV | 9 |
Certificate III | 10 |
Certificate II | 11 |
Certificate I | 12 |
No post-school qualification | 13 |
Are you currently working for pay, did you work for pay in the past, or have you never been in paid work? :
24 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss | display_width |
---|---|---|---|---|---|---|---|---|---|---|---|---|
E7 | Are you currently working for pay, did you work for pay in the past, or have you never been in paid work? : | numeric | 24 | 0.9851852 | 1 | 1 | 3 | 1.399749 | 0.5246046 | ▇▁▅▁▁ | F1.0 | 25 |
name | value |
---|---|
I am currently in paid work | 1 |
I am currently not in paid work but I had paid work in the past | 2 |
I have never had paid work | 3 |
Do/did you work for a for-profit organisation or for a non-profit organisation? :
135 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
E13 | Do/did you work for a for-profit organisation or for a non-profit organisation? : | numeric | 135 | 0.9166667 | 1 | 1 | 2 | 1.268687 | 0.443426 | ▇▁▁▁▃ | F1.0 |
name | value |
---|---|
I work/ed for a for-profit organisation | 1 |
I work/ed for a non-profit organisation | 2 |
Do/did you work for a public or a private employer? :
118 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
E14 | Do/did you work for a public or a private employer? : | numeric | 118 | 0.9271605 | 1 | 2 | 2 | 1.647137 | 0.4780197 | ▅▁▁▁▇ | F1.0 |
name | value |
---|---|
Public employer | 1 |
Private employer | 2 |
All in all, how satisfied are/were you with your job? :
94 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
E15 | All in all, how satisfied are/were you with your job? : | numeric | 94 | 0.9419753 | 1 | 9 | 12 | 8.231979 | 2.199833 | ▁▁▃▇▅ | F2.0 |
name | value |
---|---|
Extremely dissatisfied - 0 | 1 |
1 | 2 |
2 | 3 |
3 | 4 |
4 | 5 |
5 | 6 |
6 | 7 |
7 | 8 |
8 | 9 |
9 | 10 |
Extremely satisfied - 10 | 11 |
Cant choose | 12 |
Code for group: ANZSCO Level: 0
3 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
E16ANZSCO1 | Code for group: ANZSCO Level: 0 | numeric | 3 | 0.9981481 | 0 | 3 | 9 | 3.554113 | 2.402236 | ▅▇▆▂▂ | F1.0 |
name | value |
---|---|
Blank | 0 |
Managers | 1 |
Professionals | 2 |
Technicians and trades workers | 3 |
Community and personal service workers | 4 |
Clerical and administrative workers | 5 |
Sales workers | 6 |
Machinery operators and drivers | 7 |
Labourers | 8 |
Not codeable | 9 |
Code for E18: ANZSIC Level 0
5 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
E18ANZSIC1 | Code for E18: ANZSIC Level 0 | numeric | 5 | 0.9969136 | 1 | 14 | 21 | 12.5257 | 5.965134 | ▅▅▃▇▅ | F2.0 |
name | value |
---|---|
Agriculture, Forestry and Fishing | 1 |
Mining | 2 |
Manufacturing | 3 |
Electricity, Gas, Water and Waste Services | 4 |
Construction | 5 |
Wholesale Trade | 6 |
Retail Trade | 7 |
Accommodation and Food Services | 8 |
Transport, Postal and Warehousing | 9 |
Information Media and Telecommunications | 10 |
Financial and Insurance Services | 11 |
Rental, Hiring and Real Estate Services | 12 |
Professional, Scientific and Technical Services | 13 |
Administrative and Support Services | 14 |
Public Administration and Safety | 15 |
Education and Training | 16 |
Health Care and Social Assistance | 17 |
Arts and Recreation Services | 18 |
Other Services | 19 |
Blank | 20 |
Not codeable | 21 |
Which of the following best describes your current situation? :
78 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
E19 | Which of the following best describes your current situation? : | numeric | 78 | 0.9518519 | 1 | 1 | 9 | 2.97406 | 2.575651 | ▇▁▁▃▁ | F1.0 |
name | value |
---|---|
In paid work (as an employee, self-employed, or working for your own family’s business) | 1 |
Unemployed and looking for a job | 2 |
In education (not paid for by employer), in school/student/pupil even if on vacation | 3 |
Apprentice or trainee | 4 |
Permanently sick or disabled | 5 |
Retired | 6 |
Doing housework, looking after the home, children or other persons | 7 |
Other | 9 |
Are you or have you ever been a member of a trade union or similar organisation? If yes: is that currently or only previously? :
47 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
E34 | Are you or have you ever been a member of a trade union or similar organisation? If yes: is that currently or only previously? : | numeric | 47 | 0.9709877 | 1 | 3 | 3 | 2.358551 | 0.7203766 | ▂▁▆▁▇ | F1.0 |
name | value |
---|---|
Yes, currently | 1 |
Yes, previously but not currently | 2 |
No, never | 3 |
Do you belong to a religion and, if yes, which religion do you belong to? :
38 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
E35 | Do you belong to a religion and, if yes, which religion do you belong to? : | numeric | 38 | 0.9765432 | 1 | 2 | 14 | 3.347661 | 3.112764 | ▇▃▁▁▁ | F2.0 |
name | value |
---|---|
No religion | 1 |
Catholic | 2 |
Protestant | 3 |
Anglican/Church of England | 4 |
Uniting Church/Methodist | 5 |
Pentecostal | 6 |
Orthodox | 7 |
Other Christian | 8 |
Jewish | 9 |
Islamic | 10 |
Buddhist | 11 |
Hindu | 12 |
Other Asian religions | 13 |
Other religions - Please specify | 14 |
Apart from such special occasions as weddings, funerals, etc., how often do you attend religious services? :
40 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
E36 | Apart from such special occasions as weddings, funerals, etc., how often do you attend religious services? : | numeric | 40 | 0.9753086 | 1 | 7 | 8 | 6.272785 | 2.153312 | ▂▁▂▁▇ | F1.0 |
name | value |
---|---|
Several times a week or more often | 1 |
Once a week | 2 |
2 or 3 times a month | 3 |
Once a month | 4 |
Several times a year | 5 |
Once a year | 6 |
Less frequently than once a year | 7 |
Never | 8 |
In our society, there are groups which tend to be towards the top and groups which tend to be towards the bottom.Below is a scale that runs from the top to the bottom.Where would you put yourself on this scale? :
175 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
E37 | In our society, there are groups which tend to be towards the top and groups which tend to be towards the bottom.Below is a scale that runs from the top to the bottom.Where would you put yourself on this scale? : | numeric | 175 | 0.8919753 | 1 | 5 | 10 | 4.636678 | 1.705916 | ▁▇▇▁▁ | F2.0 |
name | value |
---|---|
Top - 10 | 1 |
9 | 2 |
8 | 3 |
7 | 4 |
6 | 5 |
5 | 6 |
4 | 7 |
3 | 8 |
2 | 9 |
Bottom - 1 | 10 |
Do you usually think of yourself as close to any particular political party and, if yes, which party is that? :
77 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss | display_width |
---|---|---|---|---|---|---|---|---|---|---|---|---|
E38 | Do you usually think of yourself as close to any particular political party and, if yes, which party is that? : | numeric | 77 | 0.9524691 | 1 | 3 | 9 | 4.556708 | 3.100018 | ▇▁▁▁▇ | F1.0 | 14 |
name | value |
---|---|
Australian Labor Party (ALP) | 1 |
Liberal Party | 2 |
National Party of Australia | 3 |
Australian Democrats | 4 |
Greens | 5 |
One Nation | 6 |
Family First | 7 |
No party affiliation | 8 |
Other party (please specify) | 9 |
Thinking back to the last general election in August 2010 - Which party did you vote for? :
229 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
E40 | Thinking back to the last general election in August 2010 - Which party did you vote for? : | numeric | 229 | 0.858642 | 1 | 2 | 8 | 2.196981 | 1.611119 | ▇▁▁▁▁ | F1.0 |
name | value |
---|---|
Australian Labor Party (ALP) | 1 |
Liberal Party | 2 |
National Party of Australia | 3 |
Australian Democrats | 4 |
Greens | 5 |
One Nation | 6 |
Family First | 7 |
Other party (please specify) | 8 |
What country were you born in? :
26 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
E41 | What country were you born in? : | numeric | 26 | 0.9839506 | 1 | 1 | 2 | 1.240276 | 0.4273851 | ▇▁▁▁▂ | F1.0 |
name | value |
---|---|
Australia | 1 |
Overseas - Please specify country | 2 |
Code for group: SACC Level: 0
0 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
E41SACC1 | Code for group: SACC Level: 0 | numeric | 0 | 1 | 0 | 1 | 9 | 1.575309 | 1.572582 | ▇▁▁▁▁ | F1.0 |
name | value |
---|---|
Error | 0 |
Oceania and Antarctica | 1 |
North-west Europe | 2 |
Southern and eastern Europe | 3 |
North Africa and the Middle East | 4 |
South-east Asia | 5 |
North-east Asia | 6 |
Southern and central Asia | 7 |
Americas | 8 |
Sub-Saharan Africa | 9 |
What country was your mother born in? :
37 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
E42 | What country was your mother born in? : | numeric | 37 | 0.9771605 | 1 | 1 | 2 | 1.357549 | 0.4794298 | ▇▁▁▁▅ | F1.0 |
name | value |
---|---|
Australia | 1 |
Overseas - Please specify country | 2 |
Code for group: SACC Level: 0
0 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
E42SACC1 | Code for group: SACC Level: 0 | numeric | 0 | 1 | 0 | 1 | 9 | 1.733951 | 1.596849 | ▇▂▁▁▁ | F1.0 |
name | value |
---|---|
Error | 0 |
Oceania and Antarctica | 1 |
North-west Europe | 2 |
Southern and eastern Europe | 3 |
North Africa and the Middle East | 4 |
South-east Asia | 5 |
North-east Asia | 6 |
Southern and central Asia | 7 |
Americas | 8 |
Sub-Saharan Africa | 9 |
And what country was your father born in? :
37 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
E43 | And what country was your father born in? : | numeric | 37 | 0.9771605 | 1 | 1 | 2 | 1.385344 | 0.4868303 | ▇▁▁▁▅ | F1.0 |
name | value |
---|---|
Australia | 1 |
Overseas - Please specify country | 2 |
Code for group: SACC Level: 0
0 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
E43SACC1 | Code for group: SACC Level: 0 | numeric | 0 | 1 | 0 | 1 | 9 | 1.784568 | 1.653382 | ▇▃▁▁▁ | F1.0 |
name | value |
---|---|
Error | 0 |
Oceania and Antarctica | 1 |
North-west Europe | 2 |
Southern and eastern Europe | 3 |
North Africa and the Middle East | 4 |
South-east Asia | 5 |
North-east Asia | 6 |
Southern and central Asia | 7 |
Americas | 8 |
Sub-Saharan Africa | 9 |
Do you identify yourself as Aboriginal or Torres Strait Islander? :
38 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
E45 | Do you identify yourself as Aboriginal or Torres Strait Islander? : | numeric | 38 | 0.9765432 | 1 | 2 | 2 | 1.983565 | 0.127181 | ▁▁▁▁▇ | F1.0 |
name | value |
---|---|
Yes | 1 |
No | 2 |
Is there at least one telephone inside your home that is currently working and is not a mobile phone? :
430 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
E47 | Is there at least one telephone inside your home that is currently working and is not a mobile phone? : | numeric | 430 | 0.7345679 | 1 | 1 | 3 | 1.146219 | 0.3582008 | ▇▁▂▁▁ | F1.0 |
name | value |
---|---|
Yes | 1 |
No | 2 |
Dont know | 3 |
How many people in your household, including yourself, have a currently working mobile phone?
458 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
E48 | How many people in your household, including yourself, have a currently working mobile phone? | numeric | 458 | 0.717284 | 0 | 2 | 8 | 2.207401 | 1.124857 | ▃▇▁▁▁ | F2.0 |
In your home, do you have a computer (such as a PC, laptop or iPad) that is connected to the Internet? :
826 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
E49 | In your home, do you have a computer (such as a PC, laptop or iPad) that is connected to the Internet? : | numeric | 826 | 0.4901235 | 1 | 1 | 2 | 1.09068 | 0.2873347 | ▇▁▁▁▁ | F1.0 |
name | value |
---|---|
Yes | 1 |
No | 2 |
Dont know | 3 |
Before taxes and other deductions, what on average is your own total monthly income? : $
477 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
E50 | Before taxes and other deductions, what on average is your own total monthly income? : $ | numeric | 477 | 0.7055556 | 0 | 3400 | 1e+06 | 8584.261 | 45690.87 | ▇▁▁▁▁ | F7.0 |
Before taxes and other deductions, what on average is the total monthly income of your household? : $
531 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
E51 | Before taxes and other deductions, what on average is the total monthly income of your household? : $ | numeric | 531 | 0.6722222 | 0 | 6000 | 1e+07 | 23994.69 | 313772.1 | ▇▁▁▁▁ | F7.0 |
What is your current legal marital status? :
52 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss | display_width |
---|---|---|---|---|---|---|---|---|---|---|---|---|
E52 | What is your current legal marital status? : | numeric | 52 | 0.9679012 | 1 | 1 | 5 | 2.205357 | 1.66879 | ▇▁▁▁▃ | F1.0 | 17 |
name | value |
---|---|
Married | 1 |
Separated from my spouse but still legally married | 2 |
Divorced from spouse | 3 |
Widowed | 4 |
I have never been married | 5 |
Would you describe the place where you live as … :
60 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
E58 | Would you describe the place where you live as … : | numeric | 60 | 0.962963 | 1 | 5 | 6 | 4.260897 | 1.700623 | ▅▂▃▇▆ | F1.0 |
name | value |
---|---|
A rural area or village | 1 |
A small country town (under 10,000 people) | 2 |
A larger country town (over 10,000 people) | 3 |
A large town (over 25,000 people) | 4 |
Outer metropolitan area of a major city (over 100,000 people) | 5 |
Inner metropolitan area of a major city (over 100,000 people) | 6 |
State
0 missing values.
name | label | data_type | n_missing | complete_rate | n_unique | empty | min | max | whitespace | format.spss | display_width |
---|---|---|---|---|---|---|---|---|---|---|---|
state | State | character | 0 | 1 | 8 | 0 | 2 | 3 | 0 | A3 | 3 |
Electoral division if provided in sample
0 missing values.
name | label | data_type | n_missing | complete_rate | n_unique | empty | min | max | whitespace | format.spss | display_width |
---|---|---|---|---|---|---|---|---|---|---|---|
division | Electoral division if provided in sample | character | 0 | 1 | 140 | 1217 | 0 | 15 | 0 | A15 | 4 |
name | label | data_type | value_labels | n_missing | complete_rate | n_unique | empty | min | median | max | mean | sd | whitespace | hist | format.spss | display_width |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A1A | To begin, we have some questions about women. To what extent do you agree or disagree…? : A working mother can establish just as warm and secure a relationship with her children as a mother who does not work | numeric | 1. Strongly agree, 2. Agree, 3. Neither agree nor disagree, 4. Disagree, 5. Strongly disagree, 6. Cant choose |
28 | 0.9827160 | NA | NA | 1 | 2 | 6 | 2.376884e+00 | 1.172669e+00 | NA | ▇▁▂▁▁ | F1.0 | NA |
A1B | To begin, we have some questions about women. To what extent do you agree or disagree…? : A pre-school child is likely to suffer if his or her mother works | numeric | 1. Strongly agree, 2. Agree, 3. Neither agree nor disagree, 4. Disagree, 5. Strongly disagree, 6. Cant choose |
40 | 0.9753086 | NA | NA | 1 | 4 | 6 | 3.309494e+00 | 1.177060e+00 | NA | ▇▅▇▃▁ | F1.0 | NA |
A1C | To begin, we have some questions about women. To what extent do you agree or disagree…? : All in all, family life suffers when the woman has a full-time job | numeric | 1. Strongly agree, 2. Agree, 3. Neither agree nor disagree, 4. Disagree, 5. Strongly disagree, 6. Cant choose |
33 | 0.9796296 | NA | NA | 1 | 3 | 6 | 3.236925e+00 | 1.250199e+00 | NA | ▇▃▇▃▁ | F1.0 | NA |
A1D | To begin, we have some questions about women. To what extent do you agree or disagree…? : A job is all right, but what most women really want is a home and children | numeric | 1. Strongly agree, 2. Agree, 3. Neither agree nor disagree, 4. Disagree, 5. Strongly disagree, 6. Cant choose |
35 | 0.9783951 | NA | NA | 1 | 3 | 6 | 3.357098e+00 | 1.204967e+00 | NA | ▇▆▇▃▁ | F1.0 | NA |
A1E | To begin, we have some questions about women. To what extent do you agree or disagree…? : Being a housewife is just as fulfilling as working for pay | numeric | 1. Strongly agree, 2. Agree, 3. Neither agree nor disagree, 4. Disagree, 5. Strongly disagree, 6. Cant choose |
32 | 0.9802469 | NA | NA | 1 | 3 | 6 | 2.768892e+00 | 1.220024e+00 | NA | ▇▅▃▁▁ | F1.0 | NA |
A2A | And to what extent do you agree or disagree…? : Both the man and woman should contribute to the household income. | numeric | 1. Strongly agree, 2. Agree, 3. Neither agree nor disagree, 4. Disagree, 5. Strongly disagree, 6. Cant choose |
34 | 0.9790123 | NA | NA | 1 | 2 | 6 | 2.542245e+00 | 1.018340e+00 | NA | ▇▅▂▁▁ | F1.0 | NA |
A2B | And to what extent do you agree or disagree…? : A mans job is to earn money; a womans job is to look after the home and family. | numeric | 1. Strongly agree, 2. Agree, 3. Neither agree nor disagree, 4. Disagree, 5. Strongly disagree, 6. Cant choose |
31 | 0.9808642 | NA | NA | 1 | 4 | 6 | 3.731278e+00 | 1.116697e+00 | NA | ▃▅▇▆▁ | F1.0 | NA |
A3A | Do you think that women should work outside the home full-time, part-time or not at all under the following circumstances? : When there is a child under school age. | numeric | 1. Work full-time, 2. Work part-time, 3. Stay at home, 4. Cant choose |
34 | 0.9790123 | NA | NA | 1 | 3 | 4 | 2.663934e+00 | 7.749538e-01 | NA | ▁▇▁▇▃ | F1.0 | NA |
A3B | Do you think that women should work outside the home full-time, part-time or not at all under the following circumstances? : After the youngest child starts school. | numeric | 1. Work full-time, 2. Work part-time, 3. Stay at home, 4. Cant choose |
34 | 0.9790123 | NA | NA | 1 | 2 | 4 | 2.107818e+00 | 9.169154e-01 | NA | ▃▇▁▁▂ | F1.0 | NA |
A4A | To what extent do you agree or disagree …? : Married people are generally happier than unmarried people. | numeric | 1. Strongly agree, 2. Agree, 3. Neither agree nor disagree, 4. Disagree, 5. Strongly disagree, 6. Cant choose |
24 | 0.9851852 | NA | NA | 1 | 3 | 6 | 3.224937e+00 | 1.121533e+00 | NA | ▆▇▆▂▁ | F1.0 | NA |
A4B | To what extent do you agree or disagree …? : People who want children ought to get married. | numeric | 1. Strongly agree, 2. Agree, 3. Neither agree nor disagree, 4. Disagree, 5. Strongly disagree, 6. Cant choose |
24 | 0.9851852 | NA | NA | 1 | 3 | 6 | 2.827068e+00 | 1.265969e+00 | NA | ▇▃▅▂▁ | F1.0 | NA |
A4C | To what extent do you agree or disagree …? : It is all right for a couple to live together without intending to get married. | numeric | 1. Strongly agree, 2. Agree, 3. Neither agree nor disagree, 4. Disagree, 5. Strongly disagree, 6. Cant choose |
22 | 0.9864198 | NA | NA | 1 | 2 | 6 | 2.364831e+00 | 1.154964e+00 | NA | ▇▂▁▁▁ | F1.0 | NA |
A4D | To what extent do you agree or disagree …? : Divorce is usually the best solution when a couple can’t seem to work out their marriage problems. | numeric | 1. Strongly agree, 2. Agree, 3. Neither agree nor disagree, 4. Disagree, 5. Strongly disagree, 6. Cant choose |
26 | 0.9839506 | NA | NA | 1 | 2 | 6 | 2.768507e+00 | 1.152954e+00 | NA | ▇▃▂▁▁ | F1.0 | NA |
A5A | Children grow up in different kinds of families. To what extent do you agree or disagree with the following statements? : One parent can bring up a child as well as two parents together. | numeric | 1. Strongly agree, 2. Agree, 3. Neither agree nor disagree, 4. Disagree, 5. Strongly disagree, 6. Cant choose |
25 | 0.9845679 | NA | NA | 1 | 3 | 6 | 2.971787e+00 | 1.224420e+00 | NA | ▇▂▆▁▁ | F1.0 | NA |
A5B | Children grow up in different kinds of families. To what extent do you agree or disagree with the following statements? : A same sex female couple can bring up a child as well as a male-female couple. | numeric | 1. Strongly agree, 2. Agree, 3. Neither agree nor disagree, 4. Disagree, 5. Strongly disagree, 6. Cant choose |
23 | 0.9858025 | NA | NA | 1 | 3 | 6 | 3.068879e+00 | 1.383854e+00 | NA | ▇▃▅▃▁ | F1.0 | NA |
A5C | Children grow up in different kinds of families. To what extent do you agree or disagree with the following statements? : A same sex male couple can bring up a child as well as a male-female couple. | numeric | 1. Strongly agree, 2. Agree, 3. Neither agree nor disagree, 4. Disagree, 5. Strongly disagree, 6. Cant choose |
25 | 0.9845679 | NA | NA | 1 | 3 | 6 | 3.163636e+00 | 1.403145e+00 | NA | ▇▃▅▃▁ | F1.0 | NA |
A6 | All in all, what do you think is the ideal number of children for a family to have? : Children | numeric | NA | 165 | 0.8981481 | NA | NA | -2 | 2 | 10 | 2.577320e+00 | 8.163779e-01 | NA | ▁▇▆▁▁ | F2.0 | NA |
A7A | To what extent do you agree or disagree…? : Watching children grow up is lifes greatest joy. | numeric | 1. Strongly agree, 2. Agree, 3. Neither agree nor disagree, 4. Disagree, 5. Strongly disagree, 6. Cant choose |
26 | 0.9839506 | NA | NA | 1 | 2 | 6 | 1.917817e+00 | 1.011619e+00 | NA | ▇▁▁▁▁ | F1.0 | NA |
A7B | To what extent do you agree or disagree…? : Having children interferes too much with the freedom of parents. | numeric | 1. Strongly agree, 2. Agree, 3. Neither agree nor disagree, 4. Disagree, 5. Strongly disagree, 6. Cant choose |
30 | 0.9814815 | NA | NA | 1 | 4 | 6 | 3.886792e+00 | 9.344880e-01 | NA | ▂▂▇▃▁ | F1.0 | NA |
A7C | To what extent do you agree or disagree…? : Children are a financial burden on their parents. | numeric | 1. Strongly agree, 2. Agree, 3. Neither agree nor disagree, 4. Disagree, 5. Strongly disagree, 6. Cant choose |
29 | 0.9820988 | NA | NA | 1 | 3 | 6 | 3.223130e+00 | 1.168719e+00 | NA | ▇▅▇▃▁ | F1.0 | NA |
A7D | To what extent do you agree or disagree…? : Having children restricts the employment and career chances of one or both parents. | numeric | 1. Strongly agree, 2. Agree, 3. Neither agree nor disagree, 4. Disagree, 5. Strongly disagree, 6. Cant choose |
29 | 0.9820988 | NA | NA | 1 | 3 | 6 | 3.093023e+00 | 1.148210e+00 | NA | ▇▃▇▂▁ | F1.0 | NA |
A7E | To what extent do you agree or disagree…? : Having children increases people’s social standing in society. | numeric | 1. Strongly agree, 2. Agree, 3. Neither agree nor disagree, 4. Disagree, 5. Strongly disagree, 6. Cant choose |
29 | 0.9820988 | NA | NA | 1 | 3 | 6 | 3.341923e+00 | 1.064579e+00 | NA | ▅▇▇▂▁ | F1.0 | NA |
A7F | To what extent do you agree or disagree…? : Adult children are an important source of help for elderly parents. | numeric | 1. Strongly agree, 2. Agree, 3. Neither agree nor disagree, 4. Disagree, 5. Strongly disagree, 6. Cant choose |
31 | 0.9808642 | NA | NA | 1 | 2 | 6 | 2.324103e+00 | 9.725731e-01 | NA | ▇▂▁▁▁ | F1.0 | NA |
A8 | Consider a couple who both work full-time and now have a new born child. One of them stops working for some time to care for their child. Do you think there should be paid leave available and, if so, for how long? : | numeric | 0. No, there should be no paid leave, 1. Yes |
44 | 0.9728395 | NA | NA | 0 | 1 | 1 | 6.859137e-01 | 4.642983e-01 | NA | ▃▁▁▁▇ | F1.0 | NA |
A8other | For how long? (months) | character | NA | 0 | 1.0000000 | 37 | 558 | 0 | NA | 2 | NA | NA | 0 | NA | A2 | 2 |
A9 | And who should pay for this leave? : | numeric | 1. The government, 2. The employer, 3. Both the government and the employer, 4. Other sources, 5. Can’t choose |
554 | 0.6580247 | NA | NA | 1 | 3 | 5 | 2.503752e+00 | 9.759959e-01 | NA | ▃▁▇▁▁ | F1.0 | NA |
A10 | Still thinking about the same couple, if both are in a similar work situation and are eligible for paid leave, how should this paid leave period be divided between the mother and the father? : | numeric | 1. The mother should take the entire paid leave period and the father should not take any paid leave., 2. The mother should take most of the paid leave period and the father should take some of it., 3. The mother and the father should each take half of the paid leave period., 4. The father should take most of the paid leave period and the mother should take some of it., 5. The father should take the entire paid leave period and the mother should not take any paid leave., 6. Can’t choose |
558 | 0.6555556 | NA | NA | 1 | 2 | 6 | 2.612053e+00 | 1.510306e+00 | NA | ▇▃▁▁▂ | F1.0 | NA |
A11 | Consider a family with a child under school age. What, in your opinion, is the best way for them to organise their family and work life? : | numeric | 1. The mother stays at home and the father works full-time., 2. The mother works part-time and the father works full-time., 3. Both the mother and the father work full-time., 4. Both the mother and the father work part-time., 5. The father works part-time and the mother works full-time., 6. The father stays at home and the mother works full-time., 7. Can’t choose |
48 | 0.9703704 | NA | NA | 1 | 2 | 7 | 2.718830e+00 | 2.128842e+00 | NA | ▇▁▁▁▂ | F1.0 | NA |
A12 | And, in your opinion, which of these options would be the least desirable? : | numeric | 1. The mother stays at home and the father works full-time., 2. The mother works part-time and the father works full-time., 3. Both the mother and the father work full-time., 4. Both the mother and the father work part-time., 5. The father works part-time and the mother works full-time., 6. The father stays at home and the mother works full-time., 7. Can’t choose |
48 | 0.9703704 | NA | NA | 1 | 3 | 7 | 3.907761e+00 | 1.834604e+00 | NA | ▂▇▁▁▅ | F1.0 | NA |
A13 | People have different views on childcare for children under school age. Who do you think should primarily provide childcare? : | numeric | 1. Family members, 2. Government agencies, 3. Non-profit organisations (e.g. charitable organisations, churches/religious organisations), 4. Private childcare providers (e.g. private crèche, nanny, babysitter), 5. Employers, 6. Can’t choose |
49 | 0.9697531 | NA | NA | 1 | 2 | 6 | 2.723743e+00 | 1.918084e+00 | NA | ▇▁▂▁▂ | F1.0 | NA |
A14 | Who do you think should primarily cover the costs of childcare for children under school age? : | numeric | 1. The family, 2. The government/public funds, 3. The employers, 4. Can’t choose |
40 | 0.9753086 | NA | NA | 1 | 1 | 4 | 1.652532e+00 | 1.001025e+00 | NA | ▇▃▁▁▂ | F1.0 | NA |
A15 | Thinking about elderly people who need some help in their everyday lives, such as help with grocery shopping, cleaning the house, doing the laundry etc. Who do you think should primarily provide this help? : | numeric | 1. Family members, 2. Government agencies, 3. Non-profit organisations (e.g. charitable organisations, churches/religious organisations), 4. Private providers of this kind of help, 5. Can’t choose |
45 | 0.9722222 | NA | NA | 1 | 2 | 5 | 2.081270e+00 | 1.347876e+00 | NA | ▇▅▁▁▂ | F1.0 | NA |
A16 | And who do you think should primarily cover the costs of this help to these elderly people? : | numeric | 1. The elderly people themselves or their family, 2. The government/public funds, 3. Can’t choose |
47 | 0.9709877 | NA | NA | 1 | 2 | 3 | 1.739987e+00 | 6.723619e-01 | NA | ▆▁▇▁▂ | F1.0 | NA |
A17 | Now thinking of your own situation:On average, how many hours a week do you personally spend on household work, not including childcare and leisure time activities? : Hours | numeric | NA | 87 | 0.9462963 | NA | NA | 0 | 10 | 90 | 1.373973e+01 | 1.074974e+01 | NA | ▇▃▁▁▁ | F2.0 | NA |
A18 | On average, how many hours a week do you spend looking after family members (e.g. children, elderly, ill or disabled family members)? : Hours | numeric | NA | 221 | 0.8635802 | NA | NA | 0 | 5 | 99 | 1.510007e+01 | 2.331758e+01 | NA | ▇▂▁▁▁ | F2.0 | NA |
A19 | And what about your spouse/partner? On average, how many hours a week does he/she spend on household work, not including childcare and leisure time activities? : Hours | numeric | NA | 513 | 0.6833333 | NA | NA | 0 | 10 | 90 | 1.298464e+01 | 1.204177e+01 | NA | ▇▂▁▁▁ | F2.0 | NA |
A20 | And on average, how many hours a week does he/she spend looking after family members (e.g. children, elderly, ill or disabled family members)? : Hours | numeric | NA | 596 | 0.6320988 | NA | NA | 0 | 5 | 99 | 1.278223e+01 | 1.921933e+01 | NA | ▇▂▁▁▁ | F2.0 | NA |
A21 | How do you and your spouse/partner organise the income that one or both of you receive? : | numeric | 1. I manage all the money and give my spouse/partner his/her share, 2. My spouse/partner manages all the money and gives me my share, 3. We pool all the money and each take out what we need, 4. We pool some of the money and keep the rest separate, 5. We each keep our own money separate |
476 | 0.7061728 | NA | NA | 1 | 3 | 5 | 3.034091e+00 | 1.015053e+00 | NA | ▂▁▇▂▂ | F1.0 | NA |
A22a | In your household who does the following things…? : Does the laundry | numeric | 1. Always me, 2. Usually me, 3. About equal or both together, 4. Usually my spouse/ partner, 5. Always my spouse/ partner, 6. Is done by a third person, 7. Cant choose |
459 | 0.7166667 | NA | NA | 1 | 3 | 7 | 2.746770e+00 | 1.460854e+00 | NA | ▇▃▃▂▁ | F1.0 | NA |
A22b | In your household who does the following things…? : Makes small repairs around the house | numeric | 1. Always me, 2. Usually me, 3. About equal or both together, 4. Usually my spouse/ partner, 5. Always my spouse/ partner, 6. Is done by a third person, 7. Cant choose |
465 | 0.7129630 | NA | NA | 1 | 3 | 7 | 2.994805e+00 | 1.523351e+00 | NA | ▇▂▅▂▁ | F1.0 | NA |
A22c | In your household who does the following things…? : Cares for sick family members | numeric | 1. Always me, 2. Usually me, 3. About equal or both together, 4. Usually my spouse/ partner, 5. Always my spouse/ partner, 6. Is done by a third person, 7. Cant choose |
500 | 0.6913580 | NA | NA | 1 | 3 | 7 | 3.115179e+00 | 1.611549e+00 | NA | ▇▇▃▁▂ | F1.0 | NA |
A22d | In your household who does the following things…? : Shops for groceries | numeric | 1. Always me, 2. Usually me, 3. About equal or both together, 4. Usually my spouse/ partner, 5. Always my spouse/ partner, 6. Is done by a third person, 7. Cant choose |
462 | 0.7148148 | NA | NA | 1 | 3 | 7 | 2.762522e+00 | 1.220572e+00 | NA | ▇▇▃▂▁ | F1.0 | NA |
A22e | In your household who does the following things…? : Does the household cleaning | numeric | 1. Always me, 2. Usually me, 3. About equal or both together, 4. Usually my spouse/ partner, 5. Always my spouse/ partner, 6. Is done by a third person, 7. Cant choose |
463 | 0.7141975 | NA | NA | 1 | 3 | 7 | 2.899741e+00 | 1.446380e+00 | NA | ▇▅▃▂▁ | F1.0 | NA |
A22f | In your household who does the following things…? : Prepares the meals | numeric | 1. Always me, 2. Usually me, 3. About equal or both together, 4. Usually my spouse/ partner, 5. Always my spouse/ partner, 6. Is done by a third person, 7. Cant choose |
464 | 0.7135802 | NA | NA | 1 | 3 | 7 | 2.834775e+00 | 1.324900e+00 | NA | ▇▅▃▂▁ | F1.0 | NA |
A23 | Which of the following best applies to the sharing of household work between you and your spouse/partner? : | numeric | 1. I do much more than my fair share of the household work, 2. I do a bit more than my fair share of the household work, 3. I do roughly my fair share of the household work, 4. I do a bit less than my fair share of the household work, 5. I do much less than my fair share of the household work |
477 | 0.7055556 | NA | NA | 1 | 3 | 5 | 2.621172e+00 | 1.207452e+00 | NA | ▆▅▇▃▂ | F1.0 | NA |
A24 | When you and your spouse/partner make decisions about choosing shared weekend activities, who has the final say? : | numeric | 1. Mostly me, 2. Mostly my spouse/partner, 3. Sometimes me/sometimes my spouse/partner, 4. We decide together, 5. Someone else |
475 | 0.7067901 | NA | NA | 1 | 4 | 5 | 3.319651e+00 | 9.400788e-01 | NA | ▁▂▃▇▁ | F1.0 | NA |
A25 | Considering all sources of income, between you and your spouse/partner, who has the higher income? : | numeric | 1. My spouse/partner has no income, 2. I have a much higher income, 3. I have a higher income, 4. We have about the same income, 5. My spouse/partner has a higher income, 6. My spouse/partner has a much higher income, 7. I have no income, 8. Dont know |
479 | 0.7043210 | NA | NA | 1 | 4 | 8 | 4.080631e+00 | 1.597856e+00 | NA | ▃▂▇▂▁ | F1.0 | NA |
A26a | How often has each of the following happened to you during the past three months? : I have come home from work too tired to do the chores which need to be done. | numeric | 0. Doesnt apply/ no job, 1. Several times a week, 2. Several times a month, 3. Once or twice, 4. Never |
118 | 0.9271605 | NA | NA | 0 | 2 | 4 | 1.704394e+00 | 1.395422e+00 | NA | ▇▃▅▇▂ | F1.0 | NA |
A26b | How often has each of the following happened to you during the past three months? : It has been difficult for me to fulfil my family responsibilities because of the amount of time I spent on my job. | numeric | 0. Doesnt apply/ no job, 1. Several times a week, 2. Several times a month, 3. Once or twice, 4. Never |
172 | 0.8938272 | NA | NA | 0 | 3 | 4 | 2.049033e+00 | 1.607154e+00 | NA | ▇▂▃▆▆ | F1.0 | NA |
A26c | How often has each of the following happened to you during the past three months? : I have arrived at work too tired to function well because of the household work I had done. | numeric | 0. Doesnt apply/ no job, 1. Several times a week, 2. Several times a month, 3. Once or twice, 4. Never |
178 | 0.8901235 | NA | NA | 0 | 3 | 4 | 2.495146e+00 | 1.762527e+00 | NA | ▅▁▁▂▇ | F1.0 | NA |
A26d | How often has each of the following happened to you during the past three months? : I have found it difficult to concentrate at work because of my family responsibilities. | numeric | 0. Doesnt apply/ no job, 1. Several times a week, 2. Several times a month, 3. Once or twice, 4. Never |
180 | 0.8888889 | NA | NA | 0 | 3 | 4 | 2.317361e+00 | 1.683003e+00 | NA | ▇▁▁▆▇ | F1.0 | NA |
A27 | If you were to consider your life in general, how happy or unhappy would you say you are, on the whole? : | numeric | 1. Completely happy, 2. Very happy, 3. Fairly happy, 4. Neither happy nor unhappy, 5. Fairly unhappy, 6. Very unhappy, 7. Completely unhappy, 8. Can’t choose |
37 | 0.9771605 | NA | NA | 1 | 3 | 8 | 2.594441e+00 | 1.069527e+00 | NA | ▇▆▂▁▁ | F1.0 | NA |
A28 | All things considered, how satisfied are you with your (main) job? : | numeric | 0. Doesnt apply/no job, 1. Completely satisfied, 2. Very satisfied, 3. Fairly satisfied, 4. Neither satisfied nor dissatisfied, 5. Fairly dissatisfied, 6. Very dissatisfied, 7. Completely dissatisfied, 8. Can’t choose |
64 | 0.9604938 | NA | NA | 0 | 2 | 8 | 2.010283e+00 | 1.657456e+00 | NA | ▆▇▁▁▁ | F1.0 | NA |
A29 | All things considered, how satisfied are you with your family life? : | numeric | 1. Completely satisfied, 2. Very satisfied, 3. Fairly satisfied, 4. Neither satisfied nor dissatisfied, 5. Fairly dissatisfied, 6. Very dissatisfied, 7. Completely dissatisfied, 8. Can’t choose |
41 | 0.9746914 | NA | NA | 1 | 2 | 8 | 2.443319e+00 | 1.170962e+00 | NA | ▇▃▁▁▁ | F1.0 | NA |
A30 | In general, would you say your health is… : | numeric | 1. Excellent, 2. Very good, 3. Good, 4. Fair, 5. Poor, 6. Can’t choose |
36 | 0.9777778 | NA | NA | 1 | 3 | 6 | 2.713384e+00 | 1.010331e+00 | NA | ▇▆▃▁▁ | F1.0 | NA |
A31 | Did your mother ever work for pay for as long as one year, after you were born and before you were 14? : | numeric | 1. Yes, she worked for pay, 2. No, 8. Dont know |
40 | 0.9753086 | NA | NA | 1 | 2 | 8 | 1.763291e+00 | 1.401047e+00 | NA | ▇▁▁▁▁ | F1.0 | NA |
A32 | Have you ever had children? : | numeric | 1. Yes, 2. No |
36 | 0.9777778 | NA | NA | 1 | 1 | 2 | 1.252525e+00 | 4.345981e-01 | NA | ▇▁▁▁▃ | F1.0 | NA |
A33a | Did you work outside the home full-time, part-time, or not at all… : When a child was under school age? | numeric | 1. Worked full-time, 2. Worked part-time, 3. Stayed at home, 8. Does not apply |
482 | 0.7024691 | NA | NA | 1 | 2 | 8 | 1.871705e+00 | 1.245315e+00 | NA | ▇▂▁▁▁ | F1.0 | NA |
A33b | Did you work outside the home full-time, part-time, or not at all… : After the youngest child started school? | numeric | 1. Worked full-time, 2. Worked part-time, 3. Stayed at home, 8. Does not apply |
535 | 0.6697531 | NA | NA | 1 | 1 | 8 | 2.150230e+00 | 2.060548e+00 | NA | ▇▁▁▁▁ | F1.0 | NA |
A34a | What about your spouse/partner at that time - did he or she work outside the home full-time, part-time, or not at all… : When a child was under school age? | numeric | 1. Worked full-time, 2. Worked part-time, 3. Stayed at home, 8. Does not apply |
483 | 0.7018519 | NA | NA | 1 | 1 | 8 | 1.918206e+00 | 1.480327e+00 | NA | ▇▃▁▁▁ | F1.0 | NA |
A34b | What about your spouse/partner at that time - did he or she work outside the home full-time, part-time, or not at all… : After the youngest child started school? | numeric | 1. Worked full-time, 2. Worked part-time, 3. Stayed at home, 8. Does not apply |
528 | 0.6740741 | NA | NA | 1 | 1 | 8 | 2.325092e+00 | 2.265509e+00 | NA | ▇▁▁▁▁ | F1.0 | NA |
A35 | Who usually makes/made the decisions about how to bring up your children? : | numeric | 1. Mostly me, 2. Mostly my spouse/partner, 3. Sometimes me/sometimes my spouse/partner, 4. We decide together/decided together, 5. Someone else, 8. Does not apply |
474 | 0.7074074 | NA | NA | 1 | 4 | 8 | 3.363874e+00 | 1.509581e+00 | NA | ▃▂▇▁▁ | F1.0 | NA |
B1a | The following statements are about care-time arrangements after parental separation. To what extent do you agree or disagree with each of the following statements? Even if one parent is threatening or violent towards the other parent after separatio | numeric | 1. Strongly agree, 2. Agree, 3. Neither agree or disagree, 4. Disagree, 5. Strongly disagree, 6. Can’t choose |
102 | 0.9370370 | NA | NA | 1 | 3 | 6 | 3.067194e+00 | 1.396187e+00 | NA | ▇▂▃▂▁ | F1.0 | NA |
B1b | The following statements are about care-time arrangements after parental separation. To what extent do you agree or disagree with each of the following statements? Even if one parent is threatening or violent towards the other parent after separatio | numeric | 1. Strongly agree, 2. Agree, 3. Neither agree or disagree, 4. Disagree, 5. Strongly disagree, 6. Can’t choose |
146 | 0.9098765 | NA | NA | 1 | 4 | 6 | 3.590231e+00 | 1.336850e+00 | NA | ▇▅▇▅▂ | F1.0 | NA |
B1c | The following statements are about care-time arrangements after parental separation. To what extent do you agree or disagree with each of the following statements? Even if one parent is threatening or violent towards the other parent after separatio | numeric | 1. Strongly agree, 2. Agree, 3. Neither agree or disagree, 4. Disagree, 5. Strongly disagree, 6. Can’t choose |
136 | 0.9160494 | NA | NA | 1 | 4 | 6 | 3.606469e+00 | 1.350352e+00 | NA | ▇▅▇▅▂ | F1.0 | NA |
B2 | Child support is not usually payable for a child over 18 years. Do you think it should be paid for children after they turn 18 if they are .. : | numeric | 1. a full-time student still living at home, 2. a disabled child, 3. both of these, 4. neither of these |
83 | 0.9487654 | NA | NA | 1 | 3 | 4 | 2.612882e+00 | 8.518763e-01 | NA | ▂▆▁▇▃ | F1.0 | NA |
C1a | The following statements are about young adults and support between these people and their parents. To what extent do you agree or disagree with each statement? : Young adults depend on their parents for too long these days. | numeric | 1. Strongly agree, 2. Agree, 3. Neither agree or disagree, 4. Disagree, 5. Strongly disagree, 6. Can’t choose |
65 | 0.9598765 | NA | NA | 1 | 2 | 6 | 2.556270e+00 | 1.047098e+00 | NA | ▇▃▂▁▁ | F1.0 | NA |
C1b | The following statements are about young adults and support between these people and their parents. To what extent do you agree or disagree with each statement? : It is hard for young adults to achieve financial independence. | numeric | 1. Strongly agree, 2. Agree, 3. Neither agree or disagree, 4. Disagree, 5. Strongly disagree, 6. Can’t choose |
60 | 0.9629630 | NA | NA | 1 | 2 | 6 | 2.591026e+00 | 1.093181e+00 | NA | ▇▂▃▁▁ | F1.0 | NA |
C1c | The following statements are about young adults and support between these people and their parents. To what extent do you agree or disagree with each statement? : Parents should help their adult children financially when the children are having fina | numeric | 1. Strongly agree, 2. Agree, 3. Neither agree or disagree, 4. Disagree, 5. Strongly disagree, 6. Can’t choose |
66 | 0.9592593 | NA | NA | 1 | 2 | 6 | 2.561133e+00 | 9.422106e-01 | NA | ▇▃▂▁▁ | F1.0 | NA |
C1d | The following statements are about young adults and support between these people and their parents. To what extent do you agree or disagree with each statement? : Adult children should help their parents financially if they need it. | numeric | 1. Strongly agree, 2. Agree, 3. Neither agree or disagree, 4. Disagree, 5. Strongly disagree, 6. Can’t choose |
66 | 0.9592593 | NA | NA | 1 | 2 | 6 | 2.484556e+00 | 9.247715e-01 | NA | ▇▃▁▁▁ | F1.0 | NA |
C1e | The following statements are about young adults and support between these people and their parents. To what extent do you agree or disagree with each statement? : Adult children should let their ageing parents live with them if they need to. | numeric | 1. Strongly agree, 2. Agree, 3. Neither agree or disagree, 4. Disagree, 5. Strongly disagree, 6. Can’t choose |
71 | 0.9561728 | NA | NA | 1 | 3 | 6 | 2.803099e+00 | 1.049469e+00 | NA | ▇▆▃▁▁ | F1.0 | NA |
C1f | The following statements are about young adults and support between these people and their parents. To what extent do you agree or disagree with each statement? : Parents should let their adult children live with them if they need to. | numeric | 1. Strongly agree, 2. Agree, 3. Neither agree or disagree, 4. Disagree, 5. Strongly disagree, 6. Can’t choose |
70 | 0.9567901 | NA | NA | 1 | 2 | 6 | 2.499355e+00 | 9.145193e-01 | NA | ▇▃▁▁▁ | F1.0 | NA |
C2a | The following statements are about being single, living together and marriage. To what extent do you agree or disagree with each statement? : People give up too easily on their marriages these days. | numeric | 1. Strongly agree, 2. Agree, 3. Neither agree or disagree, 4. Disagree, 5. Strongly disagree, 6. Can’t choose |
55 | 0.9660494 | NA | NA | 1 | 2 | 6 | 2.271565e+00 | 1.007512e+00 | NA | ▇▂▁▁▁ | F1.0 | NA |
C2b | The following statements are about being single, living together and marriage. To what extent do you agree or disagree with each statement? : It is better for a man and a woman to live together before committing to a marriage. | numeric | 1. Strongly agree, 2. Agree, 3. Neither agree or disagree, 4. Disagree, 5. Strongly disagree, 6. Can’t choose |
61 | 0.9623457 | NA | NA | 1 | 2 | 6 | 2.629249e+00 | 1.105972e+00 | NA | ▇▅▂▁▁ | F1.0 | NA |
C2c | The following statements are about being single, living together and marriage. To what extent do you agree or disagree with each statement? : It is lonely being single. | numeric | 1. Strongly agree, 2. Agree, 3. Neither agree or disagree, 4. Disagree, 5. Strongly disagree, 6. Can’t choose |
61 | 0.9623457 | NA | NA | 1 | 3 | 6 | 2.881976e+00 | 1.191078e+00 | NA | ▇▅▃▁▁ | F1.0 | NA |
D1a | Advances in information and communication technology (ICT) have changed the ways that we do things, but not everyone feels confident using some of these technologies such as “smart phones”, computers and the internet. To what extent do you agree or | numeric | 1. Strongly agree, 2. Agree, 3. Neither agree or disagree, 4. Disagree, 5. Strongly disagree, 6. Can’t choose |
48 | 0.9703704 | NA | NA | 1 | 3 | 6 | 3.172392e+00 | 1.243770e+00 | NA | ▇▃▇▃▁ | F1.0 | NA |
D1b | Advances in information and communication technology (ICT) have changed the ways that we do things, but not everyone feels confident using some of these technologies such as “smart phones”, computers and the internet. To what extent do you agree or | numeric | 1. Strongly agree, 2. Agree, 3. Neither agree or disagree, 4. Disagree, 5. Strongly disagree, 6. Can’t choose |
51 | 0.9685185 | NA | NA | 1 | 3 | 6 | 3.045252e+00 | 1.240214e+00 | NA | ▇▂▆▂▁ | F1.0 | NA |
E1 | Are you … : | numeric | 1. Male, 2. Female |
42 | 0.9740741 | NA | NA | 1 | 2 | 2 | 1.555133e+00 | 4.971086e-01 | NA | ▆▁▁▁▇ | F1.0 | NA |
E2 | When were you born? : Year (YYYY) | numeric | NA | 58 | 0.9641975 | NA | NA | 1919 | 1958 | 1994 | 1.959325e+03 | 1.636066e+01 | NA | ▂▆▇▆▃ | F4.0 | NA |
E5 | What is the highest year of schooling you have completed? : | numeric | 1. Year 12 or equivalent, 2. Year 11 or equivalent, 3. Year 10 or equivalent, 4. Completed primary school, 5. Completed pre-primary school, 6. Did not go to school |
48 | 0.9703704 | NA | NA | 1 | 1 | 6 | 1.846692e+00 | 1.012353e+00 | NA | ▇▃▁▁▁ | F1.0 | NA |
E6 | What is the highest educational qualification you have completed outside of school? : | numeric | 1. Doctorate by research, 2. Doctorate by coursework, 3. Masters Degree, 4. Graduate Diploma, 5. Graduate Certificate, 6. Bachelor Degree, 7. Advanced Diploma or Associate Degree, 8. Diploma, 9. Certificate IV, 10. Certificate III, 11. Certificate II, 12. Certificate I, 13. No post-school qualification |
90 | 0.9444444 | NA | NA | 1 | 9 | 13 | 8.866667e+00 | 3.470025e+00 | NA | ▂▂▇▃▇ | F2.0 | NA |
E7 | Are you currently working for pay, did you work for pay in the past, or have you never been in paid work? : | numeric | 1. I am currently in paid work, 2. I am currently not in paid work but I had paid work in the past, 3. I have never had paid work |
24 | 0.9851852 | NA | NA | 1 | 1 | 3 | 1.399749e+00 | 5.246046e-01 | NA | ▇▁▅▁▁ | F1.0 | 25 |
E13 | Do/did you work for a for-profit organisation or for a non-profit organisation? : | numeric | 1. I work/ed for a for-profit organisation, 2. I work/ed for a non-profit organisation |
135 | 0.9166667 | NA | NA | 1 | 1 | 2 | 1.268687e+00 | 4.434260e-01 | NA | ▇▁▁▁▃ | F1.0 | NA |
E14 | Do/did you work for a public or a private employer? : | numeric | 1. Public employer, 2. Private employer |
118 | 0.9271605 | NA | NA | 1 | 2 | 2 | 1.647137e+00 | 4.780197e-01 | NA | ▅▁▁▁▇ | F1.0 | NA |
E15 | All in all, how satisfied are/were you with your job? : | numeric | 1. Extremely dissatisfied - 0, 2. 1, 3. 2, 4. 3, 5. 4, 6. 5, 7. 6, 8. 7, 9. 8, 10. 9, 11. Extremely satisfied - 10, 12. Cant choose |
94 | 0.9419753 | NA | NA | 1 | 9 | 12 | 8.231979e+00 | 2.199833e+00 | NA | ▁▁▃▇▅ | F2.0 | NA |
E16ANZSCO1 | Code for group: ANZSCO Level: 0 | numeric | 0. Blank, 1. Managers, 2. Professionals, 3. Technicians and trades workers, 4. Community and personal service workers, 5. Clerical and administrative workers, 6. Sales workers, 7. Machinery operators and drivers, 8. Labourers, 9. Not codeable |
3 | 0.9981481 | NA | NA | 0 | 3 | 9 | 3.554113e+00 | 2.402236e+00 | NA | ▅▇▆▂▂ | F1.0 | NA |
E18ANZSIC1 | Code for E18: ANZSIC Level 0 | numeric | 1. Agriculture, Forestry and Fishing, 2. Mining, 3. Manufacturing, 4. Electricity, Gas, Water and Waste Services, 5. Construction, 6. Wholesale Trade, 7. Retail Trade, 8. Accommodation and Food Services, 9. Transport, Postal and Warehousing, 10. Information Media and Telecommunications, 11. Financial and Insurance Services, 12. Rental, Hiring and Real Estate Services, 13. Professional, Scientific and Technical Services, 14. Administrative and Support Services, 15. Public Administration and Safety, 16. Education and Training, 17. Health Care and Social Assistance, 18. Arts and Recreation Services, 19. Other Services, 20. Blank, 21. Not codeable |
5 | 0.9969136 | NA | NA | 1 | 14 | 21 | 1.252570e+01 | 5.965134e+00 | NA | ▅▅▃▇▅ | F2.0 | NA |
E19 | Which of the following best describes your current situation? : | numeric | 1. In paid work (as an employee, self-employed, or working for your own family’s business), 2. Unemployed and looking for a job, 3. In education (not paid for by employer), in school/student/pupil even if on vacation, 4. Apprentice or trainee, 5. Permanently sick or disabled, 6. Retired, 7. Doing housework, looking after the home, children or other persons, 9. Other |
78 | 0.9518519 | NA | NA | 1 | 1 | 9 | 2.974060e+00 | 2.575651e+00 | NA | ▇▁▁▃▁ | F1.0 | NA |
E34 | Are you or have you ever been a member of a trade union or similar organisation? If yes: is that currently or only previously? : | numeric | 1. Yes, currently, 2. Yes, previously but not currently, 3. No, never |
47 | 0.9709877 | NA | NA | 1 | 3 | 3 | 2.358551e+00 | 7.203766e-01 | NA | ▂▁▆▁▇ | F1.0 | NA |
E35 | Do you belong to a religion and, if yes, which religion do you belong to? : | numeric | 1. No religion, 2. Catholic, 3. Protestant, 4. Anglican/Church of England, 5. Uniting Church/Methodist, 6. Pentecostal, 7. Orthodox, 8. Other Christian, 9. Jewish, 10. Islamic, 11. Buddhist, 12. Hindu, 13. Other Asian religions, 14. Other religions - Please specify |
38 | 0.9765432 | NA | NA | 1 | 2 | 14 | 3.347661e+00 | 3.112764e+00 | NA | ▇▃▁▁▁ | F2.0 | NA |
E36 | Apart from such special occasions as weddings, funerals, etc., how often do you attend religious services? : | numeric | 1. Several times a week or more often, 2. Once a week, 3. 2 or 3 times a month, 4. Once a month, 5. Several times a year, 6. Once a year, 7. Less frequently than once a year, 8. Never |
40 | 0.9753086 | NA | NA | 1 | 7 | 8 | 6.272785e+00 | 2.153312e+00 | NA | ▂▁▂▁▇ | F1.0 | NA |
E37 | In our society, there are groups which tend to be towards the top and groups which tend to be towards the bottom.Below is a scale that runs from the top to the bottom.Where would you put yourself on this scale? : | numeric | 1. Top - 10, 2. 9, 3. 8, 4. 7, 5. 6, 6. 5, 7. 4, 8. 3, 9. 2, 10. Bottom - 1 |
175 | 0.8919753 | NA | NA | 1 | 5 | 10 | 4.636678e+00 | 1.705916e+00 | NA | ▁▇▇▁▁ | F2.0 | NA |
E38 | Do you usually think of yourself as close to any particular political party and, if yes, which party is that? : | numeric | 1. Australian Labor Party (ALP), 2. Liberal Party, 3. National Party of Australia, 4. Australian Democrats, 5. Greens, 6. One Nation, 7. Family First, 8. No party affiliation, 9. Other party (please specify) |
77 | 0.9524691 | NA | NA | 1 | 3 | 9 | 4.556708e+00 | 3.100018e+00 | NA | ▇▁▁▁▇ | F1.0 | 14 |
E40 | Thinking back to the last general election in August 2010 - Which party did you vote for? : | numeric | 1. Australian Labor Party (ALP), 2. Liberal Party, 3. National Party of Australia, 4. Australian Democrats, 5. Greens, 6. One Nation, 7. Family First, 8. Other party (please specify) |
229 | 0.8586420 | NA | NA | 1 | 2 | 8 | 2.196981e+00 | 1.611119e+00 | NA | ▇▁▁▁▁ | F1.0 | NA |
E41 | What country were you born in? : | numeric | 1. Australia, 2. Overseas - Please specify country |
26 | 0.9839506 | NA | NA | 1 | 1 | 2 | 1.240276e+00 | 4.273851e-01 | NA | ▇▁▁▁▂ | F1.0 | NA |
E41SACC1 | Code for group: SACC Level: 0 | numeric | 0. Error, 1. Oceania and Antarctica, 2. North-west Europe, 3. Southern and eastern Europe, 4. North Africa and the Middle East , 5. South-east Asia, 6. North-east Asia, 7. Southern and central Asia, 8. Americas, 9. Sub-Saharan Africa |
0 | 1.0000000 | NA | NA | 0 | 1 | 9 | 1.575309e+00 | 1.572582e+00 | NA | ▇▁▁▁▁ | F1.0 | NA |
E42 | What country was your mother born in? : | numeric | 1. Australia, 2. Overseas - Please specify country |
37 | 0.9771605 | NA | NA | 1 | 1 | 2 | 1.357549e+00 | 4.794298e-01 | NA | ▇▁▁▁▅ | F1.0 | NA |
E42SACC1 | Code for group: SACC Level: 0 | numeric | 0. Error, 1. Oceania and Antarctica, 2. North-west Europe, 3. Southern and eastern Europe, 4. North Africa and the Middle East , 5. South-east Asia, 6. North-east Asia, 7. Southern and central Asia, 8. Americas, 9. Sub-Saharan Africa |
0 | 1.0000000 | NA | NA | 0 | 1 | 9 | 1.733951e+00 | 1.596849e+00 | NA | ▇▂▁▁▁ | F1.0 | NA |
E43 | And what country was your father born in? : | numeric | 1. Australia, 2. Overseas - Please specify country |
37 | 0.9771605 | NA | NA | 1 | 1 | 2 | 1.385344e+00 | 4.868303e-01 | NA | ▇▁▁▁▅ | F1.0 | NA |
E43SACC1 | Code for group: SACC Level: 0 | numeric | 0. Error, 1. Oceania and Antarctica, 2. North-west Europe, 3. Southern and eastern Europe, 4. North Africa and the Middle East , 5. South-east Asia, 6. North-east Asia, 7. Southern and central Asia, 8. Americas, 9. Sub-Saharan Africa |
0 | 1.0000000 | NA | NA | 0 | 1 | 9 | 1.784568e+00 | 1.653382e+00 | NA | ▇▃▁▁▁ | F1.0 | NA |
E45 | Do you identify yourself as Aboriginal or Torres Strait Islander? : | numeric | 1. Yes, 2. No |
38 | 0.9765432 | NA | NA | 1 | 2 | 2 | 1.983565e+00 | 1.271810e-01 | NA | ▁▁▁▁▇ | F1.0 | NA |
E47 | Is there at least one telephone inside your home that is currently working and is not a mobile phone? : | numeric | 1. Yes, 2. No, 3. Dont know |
430 | 0.7345679 | NA | NA | 1 | 1 | 3 | 1.146219e+00 | 3.582008e-01 | NA | ▇▁▂▁▁ | F1.0 | NA |
E48 | How many people in your household, including yourself, have a currently working mobile phone? | numeric | NA | 458 | 0.7172840 | NA | NA | 0 | 2 | 8 | 2.207401e+00 | 1.124857e+00 | NA | ▃▇▁▁▁ | F2.0 | NA |
E49 | In your home, do you have a computer (such as a PC, laptop or iPad) that is connected to the Internet? : | numeric | 1. Yes, 2. No, 3. Dont know |
826 | 0.4901235 | NA | NA | 1 | 1 | 2 | 1.090680e+00 | 2.873347e-01 | NA | ▇▁▁▁▁ | F1.0 | NA |
E50 | Before taxes and other deductions, what on average is your own total monthly income? : $ | numeric | NA | 477 | 0.7055556 | NA | NA | 0 | 3400 | 1000000 | 8.584261e+03 | 4.569087e+04 | NA | ▇▁▁▁▁ | F7.0 | NA |
E51 | Before taxes and other deductions, what on average is the total monthly income of your household? : $ | numeric | NA | 531 | 0.6722222 | NA | NA | 0 | 6000 | 9999999 | 2.399469e+04 | 3.137721e+05 | NA | ▇▁▁▁▁ | F7.0 | NA |
E52 | What is your current legal marital status? : | numeric | 1. Married, 2. Separated from my spouse but still legally married, 3. Divorced from spouse, 4. Widowed, 5. I have never been married |
52 | 0.9679012 | NA | NA | 1 | 1 | 5 | 2.205357e+00 | 1.668790e+00 | NA | ▇▁▁▁▃ | F1.0 | 17 |
E58 | Would you describe the place where you live as … : | numeric | 1. A rural area or village, 2. A small country town (under 10,000 people), 3. A larger country town (over 10,000 people), 4. A large town (over 25,000 people), 5. Outer metropolitan area of a major city (over 100,000 people), 6. Inner metropolitan area of a major city (over 100,000 people) |
60 | 0.9629630 | NA | NA | 1 | 5 | 6 | 4.260897e+00 | 1.700623e+00 | NA | ▅▂▃▇▆ | F1.0 | NA |
state | State | character | NA | 0 | 1.0000000 | 8 | 0 | 2 | NA | 3 | NA | NA | 0 | NA | A3 | 3 |
division | Electoral division if provided in sample | character | NA | 0 | 1.0000000 | 140 | 1217 | 0 | NA | 15 | NA | NA | 0 | NA | A15 | 4 |
JSON-LD metadata
The following JSON-LD can be found by search engines, if you share this codebook publicly on the web.
{
"name": "Australian Survey of Social Attitudes 2012 - Family and Changing Gender Roles",
"description": "TThe 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 AuSSA survey 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. The topic for 2012 is 'Family and Changing Gender Roles'. This is the fourth time this has been the topic of the survey, having previously been the theme for surveys in 1988, 1994 and 2002. 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.\n\n\n## Table of variables\nThis table contains variable names, labels, and number of missing values.\nSee the complete codebook for more.\n\n[truncated]\n\n### Note\nThis dataset was automatically described using the [codebook R package](https://rubenarslan.github.io/codebook/) (version 0.9.4.9000).",
"identifier": "doi:10.26193/C86EZG",
"datePublished": "2021-10-26",
"creator": {
"@type": "Person",
"givenName": "Adam",
"familyName": "Zammit",
"email": "adam.zammit@acspri.org.au",
"affiliation": {
"@type": "Organization",
"name": "Australian Consortium for Social and Political Research Incorporated (ACSPRI)"
}
},
"citation": "ACSPRI (2021). AuSSA 2012 Codebook.",
"url": "https://www.acspri.org.au/sites/acspri.org.au/files/aussa2012codebook.html",
"temporalCoverage": "2012",
"spatialCoverage": "Australia",
"keywords": ["A1A", "A1B", "A1C", "A1D", "A1E", "A2A", "A2B", "A3A", "A3B", "A4A", "A4B", "A4C", "A4D", "A5A", "A5B", "A5C", "A6", "A7A", "A7B", "A7C", "A7D", "A7E", "A7F", "A8", "A8other", "A9", "A10", "A11", "A12", "A13", "A14", "A15", "A16", "A17", "A18", "A19", "A20", "A21", "A22a", "A22b", "A22c", "A22d", "A22e", "A22f", "A23", "A24", "A25", "A26a", "A26b", "A26c", "A26d", "A27", "A28", "A29", "A30", "A31", "A32", "A33a", "A33b", "A34a", "A34b", "A35", "B1a", "B1b", "B1c", "B2", "C1a", "C1b", "C1c", "C1d", "C1e", "C1f", "C2a", "C2b", "C2c", "D1a", "D1b", "E1", "E2", "E5", "E6", "E7", "E13", "E14", "E15", "E16ANZSCO1", "E18ANZSIC1", "E19", "E34", "E35", "E36", "E37", "E38", "E40", "E41", "E41SACC1", "E42", "E42SACC1", "E43", "E43SACC1", "E45", "E47", "E48", "E49", "E50", "E51", "E52", "E58", "state", "division"],
"@context": "http://schema.org/",
"@type": "Dataset",
"variableMeasured": [
{
"name": "A1A",
"description": "To begin, we have some questions about women.\tTo what extent do you agree or disagree...? : A working mother can establish just as warm and secure a relationship with her children as a mother who does not work",
"value": "1. Strongly agree,\n2. Agree,\n3. Neither agree nor disagree,\n4. Disagree,\n5. Strongly disagree,\n6. Cant choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A1B",
"description": "To begin, we have some questions about women.\tTo what extent do you agree or disagree...? : A pre-school child is likely to suffer if his or her mother works",
"value": "1. Strongly agree,\n2. Agree,\n3. Neither agree nor disagree,\n4. Disagree,\n5. Strongly disagree,\n6. Cant choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A1C",
"description": "To begin, we have some questions about women.\tTo what extent do you agree or disagree...? : All in all, family life suffers when the woman has a full-time job",
"value": "1. Strongly agree,\n2. Agree,\n3. Neither agree nor disagree,\n4. Disagree,\n5. Strongly disagree,\n6. Cant choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A1D",
"description": "To begin, we have some questions about women.\tTo what extent do you agree or disagree...? : A job is all right, but what most women really want is a home and children",
"value": "1. Strongly agree,\n2. Agree,\n3. Neither agree nor disagree,\n4. Disagree,\n5. Strongly disagree,\n6. Cant choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A1E",
"description": "To begin, we have some questions about women.\tTo what extent do you agree or disagree...? : Being a housewife is just as fulfilling as working for pay",
"value": "1. Strongly agree,\n2. Agree,\n3. Neither agree nor disagree,\n4. Disagree,\n5. Strongly disagree,\n6. Cant choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A2A",
"description": "And to what extent do you agree or disagree...? : Both the man and woman should contribute to the household income.",
"value": "1. Strongly agree,\n2. Agree,\n3. Neither agree nor disagree,\n4. Disagree,\n5. Strongly disagree,\n6. Cant choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A2B",
"description": "And to what extent do you agree or disagree...? : A mans job is to earn money; a womans job is to look after the home and family.",
"value": "1. Strongly agree,\n2. Agree,\n3. Neither agree nor disagree,\n4. Disagree,\n5. Strongly disagree,\n6. Cant choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A3A",
"description": "Do you think that women should work outside the home full-time, part-time or not at all under the following circumstances? : When there is a child under school age.",
"value": "1. Work full-time,\n2. Work part-time,\n3. Stay at home,\n4. Cant choose",
"maxValue": 4,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A3B",
"description": "Do you think that women should work outside the home full-time, part-time or not at all under the following circumstances? : After the youngest child starts school.",
"value": "1. Work full-time,\n2. Work part-time,\n3. Stay at home,\n4. Cant choose",
"maxValue": 4,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A4A",
"description": "To what extent do you agree or disagree ...? : Married people are generally happier than unmarried people.",
"value": "1. Strongly agree,\n2. Agree,\n3. Neither agree nor disagree,\n4. Disagree,\n5. Strongly disagree,\n6. Cant choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A4B",
"description": "To what extent do you agree or disagree ...? : People who want children ought to get married.",
"value": "1. Strongly agree,\n2. Agree,\n3. Neither agree nor disagree,\n4. Disagree,\n5. Strongly disagree,\n6. Cant choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A4C",
"description": "To what extent do you agree or disagree ...? : It is all right for a couple to live together without intending to get married.",
"value": "1. Strongly agree,\n2. Agree,\n3. Neither agree nor disagree,\n4. Disagree,\n5. Strongly disagree,\n6. Cant choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A4D",
"description": "To what extent do you agree or disagree ...? : Divorce is usually the best solution when a couple can’t seem to work out their marriage problems.",
"value": "1. Strongly agree,\n2. Agree,\n3. Neither agree nor disagree,\n4. Disagree,\n5. Strongly disagree,\n6. Cant choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A5A",
"description": "Children grow up in different kinds of families. To what extent do you agree or disagree with the following statements? : One parent can bring up a child as well as two parents together.",
"value": "1. Strongly agree,\n2. Agree,\n3. Neither agree nor disagree,\n4. Disagree,\n5. Strongly disagree,\n6. Cant choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A5B",
"description": "Children grow up in different kinds of families. To what extent do you agree or disagree with the following statements? : A same sex female couple can bring up a child as well as a male-female couple.",
"value": "1. Strongly agree,\n2. Agree,\n3. Neither agree nor disagree,\n4. Disagree,\n5. Strongly disagree,\n6. Cant choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A5C",
"description": "Children grow up in different kinds of families. To what extent do you agree or disagree with the following statements? : A same sex male couple can bring up a child as well as a male-female couple.",
"value": "1. Strongly agree,\n2. Agree,\n3. Neither agree nor disagree,\n4. Disagree,\n5. Strongly disagree,\n6. Cant choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A6",
"description": "All in all, what do you think is the ideal number of children for a family to have? : Children",
"@type": "propertyValue"
},
{
"name": "A7A",
"description": "To what extent do you agree or disagree...? : Watching children grow up is lifes greatest joy.",
"value": "1. Strongly agree,\n2. Agree,\n3. Neither agree nor disagree,\n4. Disagree,\n5. Strongly disagree,\n6. Cant choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A7B",
"description": "To what extent do you agree or disagree...? : Having children interferes too much with the freedom of parents.",
"value": "1. Strongly agree,\n2. Agree,\n3. Neither agree nor disagree,\n4. Disagree,\n5. Strongly disagree,\n6. Cant choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A7C",
"description": "To what extent do you agree or disagree...? : Children are a financial burden on their parents.",
"value": "1. Strongly agree,\n2. Agree,\n3. Neither agree nor disagree,\n4. Disagree,\n5. Strongly disagree,\n6. Cant choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A7D",
"description": "To what extent do you agree or disagree...? : Having children restricts the employment and career chances of one or both parents.",
"value": "1. Strongly agree,\n2. Agree,\n3. Neither agree nor disagree,\n4. Disagree,\n5. Strongly disagree,\n6. Cant choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A7E",
"description": "To what extent do you agree or disagree...? : Having children increases people’s social standing in society.",
"value": "1. Strongly agree,\n2. Agree,\n3. Neither agree nor disagree,\n4. Disagree,\n5. Strongly disagree,\n6. Cant choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A7F",
"description": "To what extent do you agree or disagree...? : Adult children are an important source of help for elderly parents.",
"value": "1. Strongly agree,\n2. Agree,\n3. Neither agree nor disagree,\n4. Disagree,\n5. Strongly disagree,\n6. Cant choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A8",
"description": "Consider a couple who both work full-time and now have a new born child. One of them stops working for some time to care for their child.\tDo you think there should be paid leave available and, if so, for how long? :",
"value": "0. No, there should be no paid leave,\n1. Yes",
"maxValue": 1,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "A8other",
"description": "For how long? (months)",
"@type": "propertyValue"
},
{
"name": "A9",
"description": "And who should pay for this leave? :",
"value": "1. The government,\n2. The employer,\n3. Both the government and the employer,\n4. Other sources,\n5. Can’t choose",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A10",
"description": "Still thinking about the same couple, if both are in a similar work situation and are eligible for paid leave, how should this paid leave period be divided between the mother and the father? :",
"value": "1. The mother should take the entire paid leave period and the father should not take any paid leave.,\n2. The mother should take most of the paid leave period and the father should take some of it.,\n3. The mother and the father should each take half of the paid leave period.,\n4. The father should take most of the paid leave period and the mother should take some of it.,\n5. The father should take the entire paid leave period and the mother should not take any paid leave.,\n6. Can’t choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A11",
"description": "Consider a family with a child under school age. What, in your opinion, is the best way for them to organise their family and work life? :",
"value": "1. The mother stays at home and the father works full-time.,\n2. The mother works part-time and the father works full-time.,\n3. Both the mother and the father work full-time.,\n4. Both the mother and the father work part-time.,\n5. The father works part-time and the mother works full-time.,\n6. The father stays at home and the mother works full-time.,\n7. Can’t choose",
"maxValue": 7,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A12",
"description": "And, in your opinion, which of these options would be the least desirable? :",
"value": "1. The mother stays at home and the father works full-time.,\n2. The mother works part-time and the father works full-time.,\n3. Both the mother and the father work full-time.,\n4. Both the mother and the father work part-time.,\n5. The father works part-time and the mother works full-time.,\n6. The father stays at home and the mother works full-time.,\n7. Can’t choose",
"maxValue": 7,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A13",
"description": "People have different views on childcare for children under school age. Who do you think should primarily provide childcare? :",
"value": "1. Family members,\n2. Government agencies,\n3. Non-profit organisations (e.g. charitable organisations, churches/religious organisations),\n4. Private childcare providers (e.g. private crèche, nanny, babysitter),\n5. Employers,\n6. Can’t choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A14",
"description": "Who do you think should primarily cover the costs of childcare for children under school age? :",
"value": "1. The family,\n2. The government/public funds,\n3. The employers,\n4. Can’t choose",
"maxValue": 4,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A15",
"description": "Thinking about elderly people who need some help in their everyday lives, such as help with grocery shopping, cleaning the house, doing the laundry etc. Who do you think should primarily provide this help? :",
"value": "1. Family members,\n2. Government agencies,\n3. Non-profit organisations (e.g. charitable organisations, churches/religious organisations),\n4. Private providers of this kind of help,\n5. Can’t choose",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A16",
"description": "And who do you think should primarily cover the costs of this help to these elderly people? :",
"value": "1. The elderly people themselves or their family,\n2. The government/public funds,\n3. Can’t choose",
"maxValue": 3,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A17",
"description": "Now thinking of your own situation:On average, how many hours a week do you personally spend on household work, not including childcare and leisure time activities? : Hours",
"@type": "propertyValue"
},
{
"name": "A18",
"description": "On average, how many hours a week do you spend looking after family members (e.g. children, elderly, ill or disabled family members)? : Hours",
"@type": "propertyValue"
},
{
"name": "A19",
"description": "And what about your spouse/partner?\tOn average, how many hours a week does he/she spend on household work, not including childcare and leisure time activities? : Hours",
"@type": "propertyValue"
},
{
"name": "A20",
"description": "And on average, how many hours a week does he/she spend looking after family members (e.g. children, elderly, ill or disabled family members)? : Hours",
"@type": "propertyValue"
},
{
"name": "A21",
"description": "How do you and your spouse/partner organise the income that one or both of you receive? :",
"value": "1. I manage all the money and give my spouse/partner his/her share,\n2. My spouse/partner manages all the money and gives me my share,\n3. We pool all the money and each take out what we need,\n4. We pool some of the money and keep the rest separate,\n5. We each keep our own money separate",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A22a",
"description": "In your household who does the following things...? : Does the laundry",
"value": "1. Always me,\n2. Usually me,\n3. About equal or both together,\n4. Usually my spouse/ partner,\n5. Always my spouse/ partner,\n6. Is done by a third person,\n7. Cant choose",
"maxValue": 7,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A22b",
"description": "In your household who does the following things...? : Makes small repairs around the house",
"value": "1. Always me,\n2. Usually me,\n3. About equal or both together,\n4. Usually my spouse/ partner,\n5. Always my spouse/ partner,\n6. Is done by a third person,\n7. Cant choose",
"maxValue": 7,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A22c",
"description": "In your household who does the following things...? : Cares for sick family members",
"value": "1. Always me,\n2. Usually me,\n3. About equal or both together,\n4. Usually my spouse/ partner,\n5. Always my spouse/ partner,\n6. Is done by a third person,\n7. Cant choose",
"maxValue": 7,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A22d",
"description": "In your household who does the following things...? : Shops for groceries",
"value": "1. Always me,\n2. Usually me,\n3. About equal or both together,\n4. Usually my spouse/ partner,\n5. Always my spouse/ partner,\n6. Is done by a third person,\n7. Cant choose",
"maxValue": 7,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A22e",
"description": "In your household who does the following things...? : Does the household cleaning",
"value": "1. Always me,\n2. Usually me,\n3. About equal or both together,\n4. Usually my spouse/ partner,\n5. Always my spouse/ partner,\n6. Is done by a third person,\n7. Cant choose",
"maxValue": 7,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A22f",
"description": "In your household who does the following things...? : Prepares the meals",
"value": "1. Always me,\n2. Usually me,\n3. About equal or both together,\n4. Usually my spouse/ partner,\n5. Always my spouse/ partner,\n6. Is done by a third person,\n7. Cant choose",
"maxValue": 7,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A23",
"description": "Which of the following best applies to the sharing of household work between you and your spouse/partner? :",
"value": "1. I do much more than my fair share of the household work,\n2. I do a bit more than my fair share of the household work,\n3. I do roughly my fair share of the household work,\n4. I do a bit less than my fair share of the household work,\n5. I do much less than my fair share of the household work",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A24",
"description": "When you and your spouse/partner make decisions about choosing shared weekend activities, who has the final say? :",
"value": "1. Mostly me,\n2. Mostly my spouse/partner,\n3. Sometimes me/sometimes my spouse/partner,\n4. We decide together,\n5. Someone else",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A25",
"description": "Considering all sources of income, between you and your spouse/partner, who has the higher income? :",
"value": "1. My spouse/partner has no income,\n2. I have a much higher income,\n3. I have a higher income,\n4. We have about the same income,\n5. My spouse/partner has a higher income,\n6. My spouse/partner has a much higher income,\n7. I have no income,\n8. Dont know",
"maxValue": 8,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A26a",
"description": "How often has each of the following happened to you during the past three months? : I have come home from work too tired to do the chores which need to be done.",
"value": "0. Doesnt apply/ no job,\n1. Several times a week,\n2. Several times a month,\n3. Once or twice,\n4. Never",
"maxValue": 4,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "A26b",
"description": "How often has each of the following happened to you during the past three months? : It has been difficult for me to fulfil my family responsibilities because of the amount of time I spent on my job.",
"value": "0. Doesnt apply/ no job,\n1. Several times a week,\n2. Several times a month,\n3. Once or twice,\n4. Never",
"maxValue": 4,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "A26c",
"description": "How often has each of the following happened to you during the past three months? : I have arrived at work too tired to function well because of the household work I had done.",
"value": "0. Doesnt apply/ no job,\n1. Several times a week,\n2. Several times a month,\n3. Once or twice,\n4. Never",
"maxValue": 4,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "A26d",
"description": "How often has each of the following happened to you during the past three months? : I have found it difficult to concentrate at work because of my family responsibilities.",
"value": "0. Doesnt apply/ no job,\n1. Several times a week,\n2. Several times a month,\n3. Once or twice,\n4. Never",
"maxValue": 4,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "A27",
"description": "If you were to consider your life in general, how happy or unhappy would you say you are, on the whole? :",
"value": "1. Completely happy,\n2. Very happy,\n3. Fairly happy,\n4. Neither happy nor unhappy,\n5. Fairly unhappy,\n6. Very unhappy,\n7. Completely unhappy,\n8. Can’t choose",
"maxValue": 8,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A28",
"description": "All things considered, how satisfied are you with your (main) job? :",
"value": "0. Doesnt apply/no job,\n1. Completely satisfied,\n2. Very satisfied,\n3. Fairly satisfied,\n4. Neither satisfied nor dissatisfied,\n5. Fairly dissatisfied,\n6. Very dissatisfied,\n7. Completely dissatisfied,\n8. Can’t choose",
"maxValue": 8,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "A29",
"description": "All things considered, how satisfied are you with your family life? :",
"value": "1. Completely satisfied,\n2. Very satisfied,\n3. Fairly satisfied,\n4. Neither satisfied nor dissatisfied,\n5. Fairly dissatisfied,\n6. Very dissatisfied,\n7. Completely dissatisfied,\n8. Can’t choose",
"maxValue": 8,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A30",
"description": "In general, would you say your health is... :",
"value": "1. Excellent,\n2. Very good,\n3. Good,\n4. Fair,\n5. Poor,\n6. Can’t choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A31",
"description": "Did your mother ever work for pay for as long as one year, after you were born and before you were 14? :",
"value": "1. Yes, she worked for pay,\n2. No,\n8. Dont know",
"maxValue": 8,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A32",
"description": "Have you ever had children? :",
"value": "1. Yes,\n2. No",
"maxValue": 2,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A33a",
"description": "Did you work outside the home full-time, part-time, or not at all... : When a child was under school age?",
"value": "1. Worked full-time,\n2. Worked part-time,\n3. Stayed at home,\n8. Does not apply",
"maxValue": 8,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A33b",
"description": "Did you work outside the home full-time, part-time, or not at all... : After the youngest child started school?",
"value": "1. Worked full-time,\n2. Worked part-time,\n3. Stayed at home,\n8. Does not apply",
"maxValue": 8,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A34a",
"description": "What about your spouse/partner at that time - did he or she work outside the home full-time, part-time, or not at all... : When a child was under school age?",
"value": "1. Worked full-time,\n2. Worked part-time,\n3. Stayed at home,\n8. Does not apply",
"maxValue": 8,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A34b",
"description": "What about your spouse/partner at that time - did he or she work outside the home full-time, part-time, or not at all... : After the youngest child started school?",
"value": "1. Worked full-time,\n2. Worked part-time,\n3. Stayed at home,\n8. Does not apply",
"maxValue": 8,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A35",
"description": "Who usually makes/made the decisions about how to bring up your children? :",
"value": "1. Mostly me,\n2. Mostly my spouse/partner,\n3. Sometimes me/sometimes my spouse/partner,\n4. We decide together/decided together,\n5. Someone else,\n8. Does not apply",
"maxValue": 8,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "B1a",
"description": "The following statements are about care-time arrangements after parental separation. To what extent do you agree or disagree with each of the following statements?\tEven if one parent is threatening or violent towards the other parent after separatio",
"value": "1. Strongly agree,\n2. Agree,\n3. Neither agree or disagree,\n4. Disagree,\n5. Strongly disagree,\n6. Can’t choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "B1b",
"description": "The following statements are about care-time arrangements after parental separation. To what extent do you agree or disagree with each of the following statements?\tEven if one parent is threatening or violent towards the other parent after separatio",
"value": "1. Strongly agree,\n2. Agree,\n3. Neither agree or disagree,\n4. Disagree,\n5. Strongly disagree,\n6. Can’t choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "B1c",
"description": "The following statements are about care-time arrangements after parental separation. To what extent do you agree or disagree with each of the following statements?\tEven if one parent is threatening or violent towards the other parent after separatio",
"value": "1. Strongly agree,\n2. Agree,\n3. Neither agree or disagree,\n4. Disagree,\n5. Strongly disagree,\n6. Can’t choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "B2",
"description": "Child support is not usually payable for a child over 18 years. Do you think it should be paid for children after they turn 18 if they are .. :",
"value": "1. a full-time student still living at home,\n2. a disabled child,\n3. both of these,\n4. neither of these",
"maxValue": 4,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "C1a",
"description": "The following statements are about young adults and support between these people and their parents. To what extent do you agree or disagree with each statement? : Young adults depend on their parents for too long these days.",
"value": "1. Strongly agree,\n2. Agree,\n3. Neither agree or disagree,\n4. Disagree,\n5. Strongly disagree,\n6. Can’t choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "C1b",
"description": "The following statements are about young adults and support between these people and their parents. To what extent do you agree or disagree with each statement? : It is hard for young adults to achieve financial independence.",
"value": "1. Strongly agree,\n2. Agree,\n3. Neither agree or disagree,\n4. Disagree,\n5. Strongly disagree,\n6. Can’t choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "C1c",
"description": "The following statements are about young adults and support between these people and their parents. To what extent do you agree or disagree with each statement? : Parents should help their adult children financially when the children are having fina",
"value": "1. Strongly agree,\n2. Agree,\n3. Neither agree or disagree,\n4. Disagree,\n5. Strongly disagree,\n6. Can’t choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "C1d",
"description": "The following statements are about young adults and support between these people and their parents. To what extent do you agree or disagree with each statement? : Adult children should help their parents financially if they need it.",
"value": "1. Strongly agree,\n2. Agree,\n3. Neither agree or disagree,\n4. Disagree,\n5. Strongly disagree,\n6. Can’t choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "C1e",
"description": "The following statements are about young adults and support between these people and their parents. To what extent do you agree or disagree with each statement? : Adult children should let their ageing parents live with them if they need to.",
"value": "1. Strongly agree,\n2. Agree,\n3. Neither agree or disagree,\n4. Disagree,\n5. Strongly disagree,\n6. Can’t choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "C1f",
"description": "The following statements are about young adults and support between these people and their parents. To what extent do you agree or disagree with each statement? : Parents should let their adult children live with them if they need to.",
"value": "1. Strongly agree,\n2. Agree,\n3. Neither agree or disagree,\n4. Disagree,\n5. Strongly disagree,\n6. Can’t choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "C2a",
"description": "The following statements are about being single, living together and marriage. To what extent do you agree or disagree with each statement? : People give up too easily on their marriages these days.",
"value": "1. Strongly agree,\n2. Agree,\n3. Neither agree or disagree,\n4. Disagree,\n5. Strongly disagree,\n6. Can’t choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "C2b",
"description": "The following statements are about being single, living together and marriage. To what extent do you agree or disagree with each statement? : It is better for a man and a woman to live together before committing to a marriage.",
"value": "1. Strongly agree,\n2. Agree,\n3. Neither agree or disagree,\n4. Disagree,\n5. Strongly disagree,\n6. Can’t choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "C2c",
"description": "The following statements are about being single, living together and marriage. To what extent do you agree or disagree with each statement? : It is lonely being single.",
"value": "1. Strongly agree,\n2. Agree,\n3. Neither agree or disagree,\n4. Disagree,\n5. Strongly disagree,\n6. Can’t choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "D1a",
"description": "Advances in information and communication technology (ICT) have changed the ways that we do things, but not everyone feels confident using some of these technologies such as \"smart phones\", computers and the internet. To what extent do you agree or",
"value": "1. Strongly agree,\n2. Agree,\n3. Neither agree or disagree,\n4. Disagree,\n5. Strongly disagree,\n6. Can’t choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "D1b",
"description": "Advances in information and communication technology (ICT) have changed the ways that we do things, but not everyone feels confident using some of these technologies such as \"smart phones\", computers and the internet. To what extent do you agree or",
"value": "1. Strongly agree,\n2. Agree,\n3. Neither agree or disagree,\n4. Disagree,\n5. Strongly disagree,\n6. Can’t choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "E1",
"description": "Are you ... :",
"value": "1. Male,\n2. Female",
"maxValue": 2,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "E2",
"description": "When were you born? : Year (YYYY)",
"@type": "propertyValue"
},
{
"name": "E5",
"description": "What is the highest year of schooling you have completed? :",
"value": "1. Year 12 or equivalent,\n2. Year 11 or equivalent,\n3. Year 10 or equivalent,\n4. Completed primary school,\n5. Completed pre-primary school,\n6. Did not go to school",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "E6",
"description": "What is the highest educational qualification you have completed outside of school? :",
"value": "1. Doctorate by research,\n2. Doctorate by coursework,\n3. Masters Degree,\n4. Graduate Diploma,\n5. Graduate Certificate,\n6. Bachelor Degree,\n7. Advanced Diploma or Associate Degree,\n8. Diploma,\n9. Certificate IV,\n10. Certificate III,\n11. Certificate II,\n12. Certificate I,\n13. No post-school qualification",
"maxValue": 13,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "E7",
"description": "Are you currently working for pay, did you work for pay in the past, or have you never been in paid work? :",
"value": "1. I am currently in paid work,\n2. I am currently not in paid work but I had paid work in the past,\n3. I have never had paid work",
"maxValue": 3,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "E13",
"description": "Do/did you work for a for-profit organisation or for a non-profit organisation? :",
"value": "1. I work/ed for a for-profit organisation,\n2. I work/ed for a non-profit organisation",
"maxValue": 2,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "E14",
"description": "Do/did you work for a public or a private employer? :",
"value": "1. Public employer,\n2. Private employer",
"maxValue": 2,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "E15",
"description": "All in all, how satisfied are/were you with your job? :",
"value": "1. Extremely dissatisfied - 0,\n2. 1,\n3. 2,\n4. 3,\n5. 4,\n6. 5,\n7. 6,\n8. 7,\n9. 8,\n10. 9,\n11. Extremely satisfied - 10,\n12. Cant choose",
"maxValue": 12,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "E16ANZSCO1",
"description": "Code for group: ANZSCO Level: 0",
"value": "0. Blank,\n1. Managers,\n2. Professionals,\n3. Technicians and trades workers,\n4. Community and personal service workers,\n5. Clerical and administrative workers,\n6. Sales workers,\n7. Machinery operators and drivers,\n8. Labourers,\n9. Not codeable",
"maxValue": 9,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "E18ANZSIC1",
"description": "Code for E18: ANZSIC Level 0",
"value": "1. Agriculture, Forestry and Fishing,\n2. Mining,\n3. Manufacturing,\n4. Electricity, Gas, Water and Waste Services,\n5. Construction,\n6. Wholesale Trade,\n7. Retail Trade,\n8. Accommodation and Food Services,\n9. Transport, Postal and Warehousing,\n10. Information Media and Telecommunications,\n11. Financial and Insurance Services,\n12. Rental, Hiring and Real Estate Services,\n13. Professional, Scientific and Technical Services,\n14. Administrative and Support Services,\n15. Public Administration and Safety,\n16. Education and Training,\n17. Health Care and Social Assistance,\n18. Arts and Recreation Services,\n19. Other Services,\n20. Blank,\n21. Not codeable",
"maxValue": 21,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "E19",
"description": "Which of the following best describes your current situation? :",
"value": "1. In paid work (as an employee, self-employed, or working for your own family’s business),\n2. Unemployed and looking for a job,\n3. In education (not paid for by employer), in school/student/pupil even if on vacation,\n4. Apprentice or trainee,\n5. Permanently sick or disabled,\n6. Retired,\n7. Doing housework, looking after the home, children or other persons,\n9. Other",
"maxValue": 9,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "E34",
"description": "Are you or have you ever been a member of a trade union or similar organisation? If yes: is that currently or only previously? :",
"value": "1. Yes, currently,\n2. Yes, previously but not currently,\n3. No, never",
"maxValue": 3,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "E35",
"description": "Do you belong to a religion and, if yes, which religion do you belong to? :",
"value": "1. No religion,\n2. Catholic,\n3. Protestant,\n4. Anglican/Church of England,\n5. Uniting Church/Methodist,\n6. Pentecostal,\n7. Orthodox,\n8. Other Christian,\n9. Jewish,\n10. Islamic,\n11. Buddhist,\n12. Hindu,\n13. Other Asian religions,\n14. Other religions - Please specify",
"maxValue": 14,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "E36",
"description": "Apart from such special occasions as weddings, funerals, etc., how often do you attend religious services? :",
"value": "1. Several times a week or more often,\n2. Once a week,\n3. 2 or 3 times a month,\n4. Once a month,\n5. Several times a year,\n6. Once a year,\n7. Less frequently than once a year,\n8. Never",
"maxValue": 8,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "E37",
"description": "In our society, there are groups which tend to be towards the top and groups which tend to be towards the bottom.Below is a scale that runs from the top to the bottom.Where would you put yourself on this scale? :",
"value": "1. Top - 10,\n2. 9,\n3. 8,\n4. 7,\n5. 6,\n6. 5,\n7. 4,\n8. 3,\n9. 2,\n10. Bottom - 1",
"maxValue": 10,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "E38",
"description": "Do you usually think of yourself as close to any particular political party and, if yes, which party is that? :",
"value": "1. Australian Labor Party (ALP),\n2. Liberal Party,\n3. National Party of Australia,\n4. Australian Democrats,\n5. Greens,\n6. One Nation,\n7. Family First,\n8. No party affiliation,\n9. Other party (please specify)",
"maxValue": 9,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "E40",
"description": "Thinking back to the last general election in August 2010 - Which party did you vote for? :",
"value": "1. Australian Labor Party (ALP),\n2. Liberal Party,\n3. National Party of Australia,\n4. Australian Democrats,\n5. Greens,\n6. One Nation,\n7. Family First,\n8. Other party (please specify)",
"maxValue": 8,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "E41",
"description": "What country were you born in? :",
"value": "1. Australia,\n2. Overseas - Please specify country",
"maxValue": 2,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "E41SACC1",
"description": "Code for group: SACC Level: 0",
"value": "0. Error,\n1. Oceania and Antarctica,\n2. North-west Europe,\n3. Southern and eastern Europe,\n4. North Africa and the Middle East ,\n5. South-east Asia,\n6. North-east Asia,\n7. Southern and central Asia,\n8. Americas,\n9. Sub-Saharan Africa",
"maxValue": 9,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "E42",
"description": "What country was your mother born in? :",
"value": "1. Australia,\n2. Overseas - Please specify country",
"maxValue": 2,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "E42SACC1",
"description": "Code for group: SACC Level: 0",
"value": "0. Error,\n1. Oceania and Antarctica,\n2. North-west Europe,\n3. Southern and eastern Europe,\n4. North Africa and the Middle East ,\n5. South-east Asia,\n6. North-east Asia,\n7. Southern and central Asia,\n8. Americas,\n9. Sub-Saharan Africa",
"maxValue": 9,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "E43",
"description": "And what country was your father born in? :",
"value": "1. Australia,\n2. Overseas - Please specify country",
"maxValue": 2,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "E43SACC1",
"description": "Code for group: SACC Level: 0",
"value": "0. Error,\n1. Oceania and Antarctica,\n2. North-west Europe,\n3. Southern and eastern Europe,\n4. North Africa and the Middle East ,\n5. South-east Asia,\n6. North-east Asia,\n7. Southern and central Asia,\n8. Americas,\n9. Sub-Saharan Africa",
"maxValue": 9,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "E45",
"description": "Do you identify yourself as Aboriginal or Torres Strait Islander? :",
"value": "1. Yes,\n2. No",
"maxValue": 2,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "E47",
"description": "Is there at least one telephone inside your home that is currently working and is not a mobile phone? :",
"value": "1. Yes,\n2. No,\n3. Dont know",
"maxValue": 3,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "E48",
"description": "How many people in your household, including yourself, have a currently working mobile phone?",
"@type": "propertyValue"
},
{
"name": "E49",
"description": "In your home, do you have a computer (such as a PC, laptop or iPad) that is connected to the Internet? :",
"value": "1. Yes,\n2. No,\n3. Dont know",
"maxValue": 3,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "E50",
"description": "Before taxes and other deductions, what on average is your own total monthly income? : $",
"@type": "propertyValue"
},
{
"name": "E51",
"description": "Before taxes and other deductions, what on average is the total monthly income of your household? : $",
"@type": "propertyValue"
},
{
"name": "E52",
"description": "What is your current legal marital status? :",
"value": "1. Married,\n2. Separated from my spouse but still legally married,\n3. Divorced from spouse,\n4. Widowed,\n5. I have never been married",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "E58",
"description": "Would you describe the place where you live as ... :",
"value": "1. A rural area or village,\n2. A small country town (under 10,000 people),\n3. A larger country town (over 10,000 people),\n4. A large town (over 25,000 people),\n5. Outer metropolitan area of a major city (over 100,000 people),\n6. Inner metropolitan area of a major city (over 100,000 people)",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "state",
"description": "State",
"@type": "propertyValue"
},
{
"name": "division",
"description": "Electoral division if provided in sample",
"@type": "propertyValue"
}
]
}`