This page contains a summary of the data available in the AuSSA 2018 - Religion.
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)
# to import an SPSS file from the same folder uncomment and edit the line below
library(haven)
library(sjlabelled)
codebook_data <- read_spss("aussa2018codebook.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 2018 - Religion"
metadata(codebook_data)$description <- "The Australian Survey of Social Attitudes (AuSSA) is Australia’s main source of data for the scientific study of the social attitudes, beliefs and opinions of Australians, how they change over time, and how they compare with other societies. The survey is used to help researchers better understand how Australians think and feel about their lives. It produces important information about the changing views and attitudes of Australians as we move through the 21st century. Similar surveys are run in other countries, so data from the AuSSA also allows us to compare Australia with countries all over the world. The aims of the survey are to discover: the range of Australians’ views on topics that are important to all of us; how these views differ for people in different circumstances; how they have changed over the past quarter century; and how they compare with people in other countries. AuSSA is also the Australian component of the International Social Survey Project (ISSP). The ISSP is a cross-national collaboration on surveys covering important topics. Each year, survey researchers in some 40 countries each do a national survey using the same questions. The ISSP focuses on a special topic each year, repeating that topic from time to time. The topic for 2018 is Religion. This is the fourth time this has been the topic of the survey, having previously been the theme for the survey in 1991, 1998 and 2008."
metadata(codebook_data)$identifier <- "doi:10.26193/IWGB1F"
metadata(codebook_data)$datePublished <- "2020-10-09"
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 2018 Codebook."
metadata(codebook_data)$url <- "https://www.acspri.org.au/sites/acspri.org.au/files/aussa2018codebook.html"
metadata(codebook_data)$temporalCoverage <- "2018"
metadata(codebook_data)$spatialCoverage <- "Australia"
codebook(codebook_data)
Dataset name: Australian Survey of Social Attitudes 2018 - Religion
The Australian Survey of Social Attitudes (AuSSA) is Australia’s main source of data for the scientific study of the social attitudes, beliefs and opinions of Australians, how they change over time, and how they compare with other societies. The survey is used to help researchers better understand how Australians think and feel about their lives. It produces important information about the changing views and attitudes of Australians as we move through the 21st century. Similar surveys are run in other countries, so data from the AuSSA also allows us to compare Australia with countries all over the world. The aims of the survey are to discover: the range of Australians’ views on topics that are important to all of us; how these views differ for people in different circumstances; how they have changed over the past quarter century; and how they compare with people in other countries. AuSSA is also the Australian component of the International Social Survey Project (ISSP). The ISSP is a cross-national collaboration on surveys covering important topics. Each year, survey researchers in some 40 countries each do a national survey using the same questions. The ISSP focuses on a special topic each year, repeating that topic from time to time. The topic for 2018 is Religion. This is the fourth time this has been the topic of the survey, having previously been the theme for the survey in 1991, 1998 and 2008.
Metadata for search engines
Date published: 2020-10-09
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) |
|
If you were to consider your life in general these days, how happy or unhappy would you say you are, on the whole… :
27 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A1 | If you were to consider your life in general these days, how happy or unhappy would you say you are, on the whole… : | numeric | 27 | 0.979021 | 1 | 2 | 5 | 1.794444 | 0.7582017 | ▅▇▁▁▁ | F1.0 |
name | value |
---|---|
Very happy | 1 |
Fairly happy | 2 |
Not very happy | 3 |
Not at all happy | 4 |
Cant choose | 5 |
All things considered, how satisfied are you with your relationships with family members? :
25 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A2 | All things considered, how satisfied are you with your relationships with family members? : | numeric | 25 | 0.980575 | 1 | 2 | 8 | 2.320919 | 1.173669 | ▇▃▁▁▁ | 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 |
Do you think it is wrong or not wrong if a married person has sexual relations with someone other than his or her husband or wife, is it… :
28 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A3 | Do you think it is wrong or not wrong if a married person has sexual relations with someone other than his or her husband or wife, is it… : | numeric | 28 | 0.978244 | 1 | 1 | 5 | 1.622716 | 0.9651274 | ▇▃▁▁▁ | F1.0 |
name | value |
---|---|
Always wrong | 1 |
Almost always wrong | 2 |
Wrong only sometimes | 3 |
Not wrong at all | 4 |
Cant choose | 5 |
And what about sexual relations between two adults of the same sex, is it… :
40 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A4 | And what about sexual relations between two adults of the same sex, is it… : | numeric | 40 | 0.96892 | 1 | 4 | 5 | 3.225341 | 1.367966 | ▃▁▁▇▂ | F1.0 |
name | value |
---|---|
Always wrong | 1 |
Almost always wrong | 2 |
Wrong only sometimes | 3 |
Not wrong at all | 4 |
Cant choose | 5 |
Do you personally think it is wrong or not wrong for a woman to have an abortion if the family has a very low income and cannot afford any more children. :
28 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A5 | Do you personally think it is wrong or not wrong for a woman to have an abortion if the family has a very low income and cannot afford any more children. : | numeric | 28 | 0.978244 | 1 | 4 | 5 | 3.351072 | 1.186445 | ▂▁▂▇▁ | F1.0 |
name | value |
---|---|
Always wrong | 1 |
Almost always wrong | 2 |
Wrong only sometimes | 3 |
Not wrong at all | 4 |
Cant choose | 5 |
Do you agree or disagree with the following statement? A husbands job is to earn money; a wifes job is to look after the home and family … :
23 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A6 | Do you agree or disagree with the following statement? A husbands job is to earn money; a wifes job is to look after the home and family … : | numeric | 23 | 0.982129 | 1 | 4 | 6 | 3.945411 | 1.135072 | ▂▅▅▇▁ | F1.0 |
name | value |
---|---|
Strongly agree | 1 |
Agree | 2 |
Neither agree nor disagree | 3 |
Disagree | 4 |
Strongly disagree | 5 |
Cant choose | 6 |
How much confidence do you have in … : Federal parliament
27 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A7A | How much confidence do you have in … : Federal parliament | numeric | 27 | 0.979021 | 1 | 4 | 6 | 3.724603 | 0.9496612 | ▂▇▇▃▁ | F1.0 |
name | value |
---|---|
Complete confidence | 1 |
A great deal of confidence | 2 |
Some confidence | 3 |
Very little confidence | 4 |
No confidence at all | 5 |
Cant choose | 6 |
How much confidence do you have in … : Business and industry
27 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A7B | How much confidence do you have in … : Business and industry | numeric | 27 | 0.979021 | 1 | 3 | 6 | 3.20873 | 0.9406975 | ▃▇▃▁▁ | F1.0 |
name | value |
---|---|
Complete confidence | 1 |
A great deal of confidence | 2 |
Some confidence | 3 |
Very little confidence | 4 |
No confidence at all | 5 |
Cant choose | 6 |
How much confidence do you have in … : Churches and religious organisations
27 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A7C | How much confidence do you have in … : Churches and religious organisations | numeric | 27 | 0.979021 | 1 | 4 | 6 | 3.839682 | 1.142582 | ▃▇▇▇▁ | F1.0 |
name | value |
---|---|
Complete confidence | 1 |
A great deal of confidence | 2 |
Some confidence | 3 |
Very little confidence | 4 |
No confidence at all | 5 |
Cant choose | 6 |
How much confidence do you have in … : Courts and the legal system
26 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A7D | How much confidence do you have in … : Courts and the legal system | numeric | 26 | 0.979798 | 1 | 3 | 6 | 3.197462 | 1.047988 | ▅▇▃▂▁ | F1.0 |
name | value |
---|---|
Complete confidence | 1 |
A great deal of confidence | 2 |
Some confidence | 3 |
Very little confidence | 4 |
No confidence at all | 5 |
Cant choose | 6 |
How much confidence do you have in … : Schools and the educational system
25 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A7E | How much confidence do you have in … : Schools and the educational system | numeric | 25 | 0.980575 | 1 | 3 | 6 | 2.879556 | 0.9481785 | ▆▇▂▁▁ | F1.0 |
name | value |
---|---|
Complete confidence | 1 |
A great deal of confidence | 2 |
Some confidence | 3 |
Very little confidence | 4 |
No confidence at all | 5 |
Cant choose | 6 |
How much do you agree or disagree with the following statement? Religious leaders should not try to influence how people vote in elections. :
24 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A8 | How much do you agree or disagree with the following statement? Religious leaders should not try to influence how people vote in elections. : | numeric | 24 | 0.981352 | 1 | 1 | 6 | 1.809976 | 1.272155 | ▇▁▁▁▁ | F1.0 |
name | value |
---|---|
Strongly agree | 1 |
Agree | 2 |
Neither agree nor disagree | 3 |
Disagree | 4 |
Strongly disagree | 5 |
Cant choose | 6 |
Please consider the following statements and tell me whether you agree or disagree. : We trust too much in science and not enough in religious faith
42 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A9A | Please consider the following statements and tell me whether you agree or disagree. : We trust too much in science and not enough in religious faith | numeric | 42 | 0.967366 | 1 | 4 | 6 | 3.897189 | 1.210498 | ▃▅▅▇▁ | F1.0 |
name | value |
---|---|
Strongly Agree | 1 |
Agree | 2 |
Neither Agree nor Disagree | 3 |
Disagree | 4 |
Strongly Disagree | 5 |
Cant Choose | 6 |
Please consider the following statements and tell me whether you agree or disagree. : Looking around the world, religions bring more conflict than peace
52 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A9B | Please consider the following statements and tell me whether you agree or disagree. : Looking around the world, religions bring more conflict than peace | numeric | 52 | 0.959596 | 1 | 2 | 6 | 2.158704 | 1.193205 | ▇▂▁▁▁ | F1.0 |
name | value |
---|---|
Strongly Agree | 1 |
Agree | 2 |
Neither Agree nor Disagree | 3 |
Disagree | 4 |
Strongly Disagree | 5 |
Cant Choose | 6 |
Please consider the following statements and tell me whether you agree or disagree. : People with very strong religious beliefs are often too intolerant of others
55 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A9C | Please consider the following statements and tell me whether you agree or disagree. : People with very strong religious beliefs are often too intolerant of others | numeric | 55 | 0.957265 | 1 | 2 | 6 | 2.159903 | 1.172214 | ▇▂▁▁▁ | 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 churches and religious organisations in this country have too much power or too little power? :
42 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A10 | Do you think that churches and religious organisations in this country have too much power or too little power? : | numeric | 42 | 0.967366 | 1 | 3 | 6 | 2.77992 | 1.487812 | ▇▅▁▁▂ | F1.0 |
name | value |
---|---|
Far too much power | 1 |
Too much power | 2 |
About the right amount of power | 3 |
Too little power | 4 |
Far too little power | 5 |
Cant choose | 6 |
People have different religions and different religious views.Would you accept a person from a different religion or with a very different religious view from yours marrying a relative of yours. :
37 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A11 | People have different religions and different religious views.Would you accept a person from a different religion or with a very different religious view from yours marrying a relative of yours. : | numeric | 37 | 0.971251 | 1 | 2 | 5 | 1.9056 | 0.992712 | ▆▇▂▁▁ | F1.0 |
name | value |
---|---|
Definitely accept | 1 |
Probably accept | 2 |
Probably not accept | 3 |
Definitely not accept | 4 |
Cant choose | 5 |
There are some people whose views are considered extreme by the majority. Consider religious extremists, that is people who believe that their religion is the only true faith and all other religions should be considered as enemies. Do you think such
41 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A12A | There are some people whose views are considered extreme by the majority. Consider religious extremists, that is people who believe that their religion is the only true faith and all other religions should be considered as enemies. Do you think such | numeric | 41 | 0.968143 | 1 | 3 | 5 | 3.138042 | 1.018802 | ▂▃▅▇▁ | F1.0 |
name | value |
---|---|
Definitely | 1 |
Probably | 2 |
Probably Not | 3 |
Definitely Not | 4 |
Cant Choose | 5 |
There are some people whose views are considered extreme by the majority. Consider religious extremists, that is people who believe that their religion is the only true faith and all other religions should be considered as enemies. Do you think such
56 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A12B | There are some people whose views are considered extreme by the majority. Consider religious extremists, that is people who believe that their religion is the only true faith and all other religions should be considered as enemies. Do you think such | numeric | 56 | 0.956488 | 1 | 3 | 5 | 3.102356 | 1.040287 | ▂▅▅▇▁ | F1.0 |
name | value |
---|---|
Definitely | 1 |
Probably | 2 |
Probably Not | 3 |
Definitely Not | 4 |
Cant Choose | 5 |
Please indicate which statement below comes closest to expressing what you believe about God. :
38 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A13 | Please indicate which statement below comes closest to expressing what you believe about God. : | numeric | 38 | 0.970474 | 1 | 3 | 6 | 3.425941 | 1.891148 | ▇▃▂▃▅ | F1.0 |
name | value |
---|---|
I dont believe in God | 1 |
I dont know whether there is a God and I dont believe there is any way to find out | 2 |
I dont believe in a personal God, but I do believe in a Higher Power of some kind | 3 |
I find myself believing in God some of the time, but not at others | 4 |
While I have doubts, I feel that I do believe in God | 5 |
I know God really exists and I have no doubts about it | 6 |
Which best describes your beliefs about God? :
43 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A14 | Which best describes your beliefs about God? : | numeric | 43 | 0.966589 | 1 | 3 | 5 | 2.911576 | 1.437984 | ▆▅▁▇▃ | F1.0 |
name | value |
---|---|
I dont believe in God now and I never have | 1 |
I dont believe in God now, but I used to | 2 |
I believe in God now, but I didnt used to | 3 |
I believe in God now and I always have | 4 |
Cant choose | 5 |
Do you believe in : Life after death
48 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A15A | Do you believe in : Life after death | numeric | 48 | 0.962704 | 1 | 3 | 5 | 2.689265 | 1.27843 | ▇▇▇▇▂ | F1.0 |
name | value |
---|---|
Yes, Definitely | 1 |
Yes, Probably | 2 |
No, Probably Not | 3 |
No, Definitely Not | 4 |
Cant Choose | 5 |
Do you believe in : Heaven
50 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A15B | Do you believe in : Heaven | numeric | 50 | 0.96115 | 1 | 3 | 5 | 2.870655 | 1.275645 | ▅▅▆▇▂ | F1.0 |
name | value |
---|---|
Yes, Definitely | 1 |
Yes, Probably | 2 |
No, Probably Not | 3 |
No, Definitely Not | 4 |
Cant Choose | 5 |
Do you believe in : Hell
59 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A15C | Do you believe in : Hell | numeric | 59 | 0.954157 | 1 | 3 | 5 | 3.098534 | 1.210884 | ▃▃▅▇▂ | F1.0 |
name | value |
---|---|
Yes, Definitely | 1 |
Yes, Probably | 2 |
No, Probably Not | 3 |
No, Definitely Not | 4 |
Cant Choose | 5 |
Do you believe in : Religious miracles
51 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A15D | Do you believe in : Religious miracles | numeric | 51 | 0.960373 | 1 | 3 | 5 | 2.973301 | 1.211991 | ▃▃▆▇▂ | F1.0 |
name | value |
---|---|
Yes, Definitely | 1 |
Yes, Probably | 2 |
No, Probably Not | 3 |
No, Definitely Not | 4 |
Cant Choose | 5 |
Do you believe in : The supernatural powers of deceased ancestors
56 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A15E | Do you believe in : The supernatural powers of deceased ancestors | numeric | 56 | 0.956488 | 1 | 4 | 5 | 3.328188 | 1.023072 | ▁▂▅▇▂ | F1.0 |
name | value |
---|---|
Yes, Definitely | 1 |
Yes, Probably | 2 |
No, Probably Not | 3 |
No, Definitely Not | 4 |
Cant Choose | 5 |
Do you agree or disagree with the following? : There is a God who concerns Himself with every human being personally
69 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A16A | Do you agree or disagree with the following? : There is a God who concerns Himself with every human being personally | numeric | 69 | 0.9463869 | 1 | 4 | 6 | 3.54023 | 1.54221 | ▇▅▅▇▁ | F1.0 |
name | value |
---|---|
Strongly agree | 1 |
Agree | 2 |
Neither agree nor disagree | 3 |
Disagree | 4 |
Strongly disagree | 5 |
Cant choose | 6 |
Do you agree or disagree with the following? : There is little that people can do to change the course of their lives
69 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A16B | Do you agree or disagree with the following? : There is little that people can do to change the course of their lives | numeric | 69 | 0.9463869 | 1 | 4 | 6 | 4.260263 | 0.9907115 | ▂▁▆▇▁ | F1.0 |
name | value |
---|---|
Strongly agree | 1 |
Agree | 2 |
Neither agree nor disagree | 3 |
Disagree | 4 |
Strongly disagree | 5 |
Cant choose | 6 |
Do you agree or disagree with the following? : To me, life is meaningful only because God exists
61 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A16C | Do you agree or disagree with the following? : To me, life is meaningful only because God exists | numeric | 61 | 0.952603 | 1 | 4 | 6 | 3.95106 | 1.378276 | ▃▂▃▇▁ | F1.0 |
name | value |
---|---|
Strongly agree | 1 |
Agree | 2 |
Neither agree nor disagree | 3 |
Disagree | 4 |
Strongly disagree | 5 |
Cant choose | 6 |
Do you agree or disagree with the following? : In my opinion, life does not serve any purpose
74 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A16D | Do you agree or disagree with the following? : In my opinion, life does not serve any purpose | numeric | 74 | 0.9425019 | 1 | 5 | 6 | 4.343776 | 0.9857255 | ▁▂▅▇▁ | F1.0 |
name | value |
---|---|
Strongly agree | 1 |
Agree | 2 |
Neither agree nor disagree | 3 |
Disagree | 4 |
Strongly disagree | 5 |
Cant choose | 6 |
Do you agree or disagree with the following? : Life is only meaningful if you provide the meaning yourself
66 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A16E | Do you agree or disagree with the following? : Life is only meaningful if you provide the meaning yourself | numeric | 66 | 0.9487179 | 1 | 2 | 6 | 2.72154 | 1.393581 | ▇▂▂▂▁ | F1.0 |
name | value |
---|---|
Strongly agree | 1 |
Agree | 2 |
Neither agree nor disagree | 3 |
Disagree | 4 |
Strongly disagree | 5 |
Cant choose | 6 |
Do you agree or disagree with the following? : I have my own way of connecting with God without churches or religious services
69 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A16F | Do you agree or disagree with the following? : I have my own way of connecting with God without churches or religious services | numeric | 69 | 0.9463869 | 1 | 3 | 6 | 3.284072 | 1.584568 | ▇▃▂▅▂ | F1.0 |
name | value |
---|---|
Strongly agree | 1 |
Agree | 2 |
Neither agree nor disagree | 3 |
Disagree | 4 |
Strongly disagree | 5 |
Cant choose | 6 |
In your opinion, does your religion treat men and women equally, treat men better than women, or treat women better than men? :
58 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A17 | In your opinion, does your religion treat men and women equally, treat men better than women, or treat women better than men? : | numeric | 58 | 0.954934 | 1 | 2 | 5 | 1.916192 | 1.092008 | ▇▆▃▁▁ | F1.0 |
name | value |
---|---|
I don�t belong to or follow any religion | 1 |
Treats men and women equally | 2 |
Treats men better than women | 3 |
Treats women better than men | 4 |
Can�t choose | 5 |
What was your mothers religious preference when you were a child? :
58 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A18 | What was your mothers religious preference when you were a child? : | numeric | 58 | 0.954934 | 1 | 4 | 98 | 6.144019 | 14.80645 | ▇▁▁▁▁ | 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 |
Dont know | 98 |
What was your fathers religious preference when you were a child? :
52 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A19 | What was your fathers religious preference when you were a child? : | numeric | 52 | 0.959596 | 1 | 3 | 98 | 8.299595 | 20.33713 | ▇▁▁▁▁ | 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 |
Dont know | 98 |
What religion, if any, were you raised in? :
65 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A20 | What religion, if any, were you raised in? : | numeric | 65 | 0.9494949 | 1 | 3 | 98 | 4.43617 | 9.340607 | ▇▁▁▁▁ | 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 |
Dont know | 98 |
When you were a child, how often did your mother attend religious services? :
54 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A21 | When you were a child, how often did your mother attend religious services? : | numeric | 54 | 0.958042 | 1 | 4 | 98 | 7.807786 | 17.96469 | ▇▁▁▁▁ | F2.0 |
name | value |
---|---|
Never | 1 |
Less than once a year | 2 |
About once or twice a year | 3 |
Several times a year | 4 |
About once a month | 5 |
2-3 times a month | 6 |
Nearly every week | 7 |
Every week | 8 |
Several times a week | 9 |
No mother/mother not present | 10 |
Cant say/Cant remember | 98 |
When you were a child, how often did your father attend religious services? :
43 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A22 | When you were a child, how often did your father attend religious services? : | numeric | 43 | 0.966589 | 1 | 3 | 98 | 9.012862 | 21.91118 | ▇▁▁▁▁ | F2.0 |
name | value |
---|---|
Never | 1 |
Less than once a year | 2 |
About once or twice a year | 3 |
Several times a year | 4 |
About once a month | 5 |
2-3 times a month | 6 |
Nearly every week | 7 |
Every week | 8 |
Several times a week | 9 |
No father/father not present | 10 |
Cant say/Cant remember | 98 |
And what about when you were around 11 or 12, how often did you attend religious services then? :
41 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A23 | And what about when you were around 11 or 12, how often did you attend religious services then? : | numeric | 41 | 0.968143 | 1 | 5 | 98 | 6.074639 | 11.48004 | ▇▁▁▁▁ | F2.0 |
name | value |
---|---|
Never | 1 |
Less than once a year | 2 |
About once or twice a year | 3 |
Several times a year | 4 |
About once a month | 5 |
2-3 times a month | 6 |
Nearly every week | 7 |
Every week | 8 |
Several times a week | 9 |
Cant say/Cant remember | 98 |
Now thinking about the present… About how often do you pray? :
41 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A24 | Now thinking about the present… About how often do you pray? : | numeric | 41 | 0.968143 | 1 | 2 | 11 | 3.991974 | 3.716448 | ▇▂▁▁▂ | F2.0 |
name | value |
---|---|
Never | 1 |
Less than once a year | 2 |
About once or twice a year | 3 |
Several times a year | 4 |
About once a month | 5 |
2-3 times a month | 6 |
Nearly every week | 7 |
Every week | 8 |
Several times a week | 9 |
Once a day | 10 |
Several times a day | 11 |
How often do you take part in the activities or organisations of a church or place of worship other than attending services? :
36 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A25 | How often do you take part in the activities or organisations of a church or place of worship other than attending services? : | numeric | 36 | 0.972028 | 1 | 1 | 9 | 2.275779 | 2.093773 | ▇▂▁▁▁ | F1.0 |
name | value |
---|---|
Never | 1 |
Less than once a year | 2 |
About once or twice a year | 3 |
Several times a year | 4 |
About once a month | 5 |
2-3 times a month | 6 |
Nearly every week | 7 |
Every week | 8 |
Several times a week | 9 |
During the last 12 months, have you read or listened to the reading of any holy scripture such as the Bible, Buddhist sutra, Koran, Sruti, Torah, or other religious scripture, not counting any reading that happened during a worship service? :
34 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A26 | During the last 12 months, have you read or listened to the reading of any holy scripture such as the Bible, Buddhist sutra, Koran, Sruti, Torah, or other religious scripture, not counting any reading that happened during a worship service? : | numeric | 34 | 0.973582 | 1 | 2 | 2 | 1.682362 | 0.4657436 | ▃▁▁▁▇ | F1.0 |
name | value |
---|---|
Yes | 1 |
No | 2 |
For religious reasons do you have in your home a shrine, altar, or a religious object on display such as a crucifix, icon or menorah? :
37 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A27 | For religious reasons do you have in your home a shrine, altar, or a religious object on display such as a crucifix, icon or menorah? : | numeric | 37 | 0.971251 | 1 | 2 | 2 | 1.796 | 0.4031303 | ▂▁▁▁▇ | F1.0 |
name | value |
---|---|
Yes | 1 |
No | 2 |
How often do you visit a holy place for religious reasons such as going to church, mosque or temple? Please do not count attending regular religious services at your usual place of worship, if you have one. :
36 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A28 | How often do you visit a holy place for religious reasons such as going to church, mosque or temple? Please do not count attending regular religious services at your usual place of worship, if you have one. : | numeric | 36 | 0.972028 | 1 | 1 | 5 | 1.759392 | 1.168444 | ▇▂▂▁▁ | F1.0 |
name | value |
---|---|
Never | 1 |
Less than once a year | 2 |
About once or twice a year | 3 |
Several times a year | 4 |
About once a month or more | 5 |
Would you describe yourself as … :
32 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A29 | Would you describe yourself as … : | numeric | 32 | 0.975136 | 1 | 4 | 8 | 4.587251 | 1.757235 | ▃▆▇▅▅ | F1.0 |
name | value |
---|---|
Extremely religious | 1 |
Very religious | 2 |
Somewhat religious | 3 |
Neither religious nor non-religious | 4 |
Somewhat non-religious | 5 |
Very non-religious | 6 |
Extremely non-religious | 7 |
Cant choose | 8 |
What best describes you: :
37 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A30 | What best describes you: : | numeric | 37 | 0.971251 | 1 | 3 | 5 | 3.0088 | 1.257453 | ▅▃▅▇▂ | F1.0 |
name | value |
---|---|
I follow a religion and consider myself to be a spiritual person interested in the sacred or the supernatural. | 1 |
I follow a religion, but dont consider myself to be a spiritual person interested in the sacred or the supernatural. | 2 |
I dont follow a religion, but consider myself to be a spiritual person interested in the sacred or the supernatural. | 3 |
I dont follow a religion and dont consider myself to be a spiritual person interested in the sacred or the supernatural. | 4 |
Can�t choose | 5 |
Do you agree or disagree that practicing a religion helps people to� : make friends?
47 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A31A | Do you agree or disagree that practicing a religion helps people to� : make friends? | numeric | 47 | 0.963481 | 1 | 2 | 6 | 2.5 | 1.144873 | ▇▃▁▁▁ | F1.0 |
name | value |
---|---|
Strongly Agree | 1 |
Agree | 2 |
Neither Agree Nor Disagree | 3 |
Disagree | 4 |
Strongly Disagree | 5 |
Cant Choose | 6 |
Do you agree or disagree that practicing a religion helps people to� : gain comfort in times of trouble or sorrow?
35 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A31B | Do you agree or disagree that practicing a religion helps people to� : gain comfort in times of trouble or sorrow? | numeric | 35 | 0.972805 | 1 | 2 | 6 | 2.163738 | 1.09553 | ▇▂▁▁▁ | F1.0 |
name | value |
---|---|
Strongly Agree | 1 |
Agree | 2 |
Neither Agree Nor Disagree | 3 |
Disagree | 4 |
Strongly Disagree | 5 |
Cant Choose | 6 |
Do you agree or disagree with the following statement? Religions are usually a barrier to equality between women and men. :
62 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A32 | Do you agree or disagree with the following statement? Religions are usually a barrier to equality between women and men. : | numeric | 62 | 0.951826 | 1 | 3 | 6 | 2.927347 | 1.386953 | ▇▅▃▂▁ | F1.0 |
name | value |
---|---|
Strongly agree | 1 |
Agree | 2 |
Neither agree nor disagree | 3 |
Disagree | 4 |
Strongly disagree | 5 |
Can�t choose | 6 |
Do you agree or disagree with the following statements? : Governments should not interfere with the attempts of any religion to spread its faith
66 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A33A | Do you agree or disagree with the following statements? : Governments should not interfere with the attempts of any religion to spread its faith | numeric | 66 | 0.9487179 | 1 | 3 | 6 | 3.140868 | 1.360982 | ▇▅▆▂▁ | F1.0 |
name | value |
---|---|
Strongly Agree | 1 |
Agree | 2 |
Neither Agree nor Disagree | 3 |
Disagree | 4 |
Strongly Disagree | 5 |
Cant Choose | 6 |
Do you agree or disagree with the following statements? : All things considered, people belonging to different religions cannot get along with each other when living close together
79 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A33B | Do you agree or disagree with the following statements? : All things considered, people belonging to different religions cannot get along with each other when living close together | numeric | 79 | 0.9386169 | 1 | 4 | 6 | 3.65894 | 1.126426 | ▃▅▇▃▁ | F1.0 |
name | value |
---|---|
Strongly Agree | 1 |
Agree | 2 |
Neither Agree nor Disagree | 3 |
Disagree | 4 |
Strongly Disagree | 5 |
Cant Choose | 6 |
Do you agree or disagree with each of the following? In Australia, religion represents the past and not the future. :
58 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A34 | Do you agree or disagree with each of the following? In Australia, religion represents the past and not the future. : | numeric | 58 | 0.954934 | 1 | 3 | 6 | 3.061839 | 1.314322 | ▇▆▅▂▁ | F1.0 |
name | value |
---|---|
Strongly agree | 1 |
Agree | 2 |
Neither agree nor disagree | 3 |
Disagree | 4 |
Strongly disagree | 5 |
Cant choose | 6 |
In Australia, religion is just as relevant to life today as it was in the past. :
60 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A35 | In Australia, religion is just as relevant to life today as it was in the past. : | numeric | 60 | 0.95338 | 1 | 4 | 6 | 3.353708 | 1.317002 | ▇▅▇▃▁ | F1.0 |
name | value |
---|---|
Strongly agree | 1 |
Agree | 2 |
Neither agree nor disagree | 3 |
Disagree | 4 |
Strongly Disagree | 5 |
Cant choose | 6 |
What is your personal attitude towards members of the following religious groups? : Christians
68 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A36A | What is your personal attitude towards members of the following religious groups? : Christians | numeric | 68 | 0.9471639 | 1 | 2 | 6 | 2.2863 | 1.117513 | ▇▅▁▁▁ | F1.0 |
name | value |
---|---|
Very positive | 1 |
Somewhat positive | 2 |
Neither positive nor negative | 3 |
Somewhat negative | 4 |
Very negative | 5 |
Cant choose | 6 |
What is your personal attitude towards members of the following religious groups? : Muslims
83 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A36B | What is your personal attitude towards members of the following religious groups? : Muslims | numeric | 83 | 0.9355089 | 1 | 3 | 6 | 3.315615 | 1.257419 | ▅▇▅▃▁ | F1.0 |
name | value |
---|---|
Very positive | 1 |
Somewhat positive | 2 |
Neither positive nor negative | 3 |
Somewhat negative | 4 |
Very negative | 5 |
Cant choose | 6 |
What is your personal attitude towards members of the following religious groups? : Hindus
85 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A36C | What is your personal attitude towards members of the following religious groups? : Hindus | numeric | 85 | 0.9339549 | 1 | 3 | 6 | 2.864393 | 1.216353 | ▆▇▁▁▁ | F1.0 |
name | value |
---|---|
Very positive | 1 |
Somewhat positive | 2 |
Neither positive nor negative | 3 |
Somewhat negative | 4 |
Very negative | 5 |
Cant choose | 6 |
What is your personal attitude towards members of the following religious groups? : Buddhists
80 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A36D | What is your personal attitude towards members of the following religious groups? : Buddhists | numeric | 80 | 0.9378399 | 1 | 3 | 6 | 2.605634 | 1.209512 | ▇▇▁▁▁ | F1.0 |
name | value |
---|---|
Very positive | 1 |
Somewhat positive | 2 |
Neither positive nor negative | 3 |
Somewhat negative | 4 |
Very negative | 5 |
Cant choose | 6 |
What is your personal attitude towards members of the following religious groups? : Jews
83 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A36E | What is your personal attitude towards members of the following religious groups? : Jews | numeric | 83 | 0.9355089 | 1 | 3 | 6 | 2.732558 | 1.201925 | ▇▇▁▁▁ | F1.0 |
name | value |
---|---|
Very positive | 1 |
Somewhat positive | 2 |
Neither positive nor negative | 3 |
Somewhat negative | 4 |
Very negative | 5 |
Cant choose | 6 |
What is your personal attitude towards members of the following religious groups? : Atheists or non-believers
87 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A36F | What is your personal attitude towards members of the following religious groups? : Atheists or non-believers | numeric | 87 | 0.9324009 | 1 | 3 | 6 | 2.681667 | 1.222665 | ▇▇▁▁▁ | F1.0 |
name | value |
---|---|
Very positive | 1 |
Somewhat positive | 2 |
Neither positive nor negative | 3 |
Somewhat negative | 4 |
Very negative | 5 |
Cant choose | 6 |
Generally speaking, would you say that people can be trusted or that you cant be too careful in dealing with people? :
67 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
A37 | Generally speaking, would you say that people can be trusted or that you cant be too careful in dealing with people? : | numeric | 67 | 0.9479409 | 1 | 2 | 5 | 2.478689 | 0.8183929 | ▁▇▃▁▁ | F1.0 |
name | value |
---|---|
People can almost always be trusted | 1 |
People can usually be trusted | 2 |
You usually cant be too careful in dealing with people | 3 |
You almost always cant be too careful in dealing with people | 4 |
Cant choose | 5 |
During the past 12 months, apart from attending religious services, have you or your family had contact with any of the following Catholic organisations? If so, which ones? :
1045 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
B1A | During the past 12 months, apart from attending religious services, have you or your family had contact with any of the following Catholic organisations? If so, which ones? : | numeric | 1045 | 0.1880342 | 1 | 1 | 1 | 1 | 0 | ▁▁▇▁▁ | F1.0 |
name | value |
---|---|
A Catholic school or university | 1 |
During the past 12 months, apart from attending religious services, have you or your family had contact with any of the following Catholic organisations? If so, which ones? :
1087 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
B1B | During the past 12 months, apart from attending religious services, have you or your family had contact with any of the following Catholic organisations? If so, which ones? : | numeric | 1087 | 0.1554002 | 1 | 1 | 1 | 1 | 0 | ▁▁▇▁▁ | F1.0 |
name | value |
---|---|
A Catholic social welfare service (eg Vinnies) | 1 |
During the past 12 months, apart from attending religious services, have you or your family had contact with any of the following Catholic organisations? If so, which ones? :
1125 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
B1C | During the past 12 months, apart from attending religious services, have you or your family had contact with any of the following Catholic organisations? If so, which ones? : | numeric | 1125 | 0.1258741 | 1 | 1 | 1 | 1 | 0 | ▁▁▇▁▁ | F1.0 |
name | value |
---|---|
A Catholic hospital or health service | 1 |
During the past 12 months, apart from attending religious services, have you or your family had contact with any of the following Catholic organisations? If so, which ones? :
1220 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
B1D | During the past 12 months, apart from attending religious services, have you or your family had contact with any of the following Catholic organisations? If so, which ones? : | numeric | 1220 | 0.0520591 | 1 | 1 | 1 | 1 | 0 | ▁▁▇▁▁ | F1.0 |
name | value |
---|---|
A Catholic aged or supported care service | 1 |
During the past 12 months, apart from attending religious services, have you or your family had contact with any of the following Catholic organisations? If so, which ones? :
1082 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
B1E | During the past 12 months, apart from attending religious services, have you or your family had contact with any of the following Catholic organisations? If so, which ones? : | numeric | 1082 | 0.1592852 | 1 | 1 | 1 | 1 | 0 | ▁▁▇▁▁ | F1.0 |
name | value |
---|---|
A Catholic church or parish | 1 |
During the past 12 months, apart from attending religious services, have you or your family had contact with any of the following Catholic organisations? If so, which ones? :
1272 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
B1F | During the past 12 months, apart from attending religious services, have you or your family had contact with any of the following Catholic organisations? If so, which ones? : | numeric | 1272 | 0.011655 | 1 | 1 | 1 | 1 | 0 | ▁▁▇▁▁ | F1.0 |
name | value |
---|---|
A Catholic social justice or political group | 1 |
During the past 12 months, apart from attending religious services, have you or your family had contact with any of the following Catholic organisations? If so, which ones? :
1252 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
B1G | During the past 12 months, apart from attending religious services, have you or your family had contact with any of the following Catholic organisations? If so, which ones? : | numeric | 1252 | 0.027195 | 1 | 1 | 1 | 1 | 0 | ▁▁▇▁▁ | F1.0 |
name | value |
---|---|
A Catholic sporting club or team | 1 |
During the past 12 months, apart from attending religious services, have you or your family had contact with any of the following Catholic organisations? If so, which ones? :
1259 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
B1H | During the past 12 months, apart from attending religious services, have you or your family had contact with any of the following Catholic organisations? If so, which ones? : | numeric | 1259 | 0.021756 | 1 | 1 | 1 | 1 | 0 | ▁▁▇▁▁ | F1.0 |
name | value |
---|---|
A Catholic financial service provider (eg Catholic Super) | 1 |
During the past 12 months, apart from attending religious services, have you or your family had contact with any of the following Catholic organisations? If so, which ones? :
1257 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
B1I | During the past 12 months, apart from attending religious services, have you or your family had contact with any of the following Catholic organisations? If so, which ones? : | numeric | 1257 | 0.02331 | 1 | 1 | 1 | 1 | 0 | ▁▁▇▁▁ | F1.0 |
name | value |
---|---|
Another Catholic group/activity not listed above | 1 |
During the past 12 months, apart from attending religious services, have you or your family had contact with any of the following Catholic organisations? If so, which ones? :
590 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
B1J | During the past 12 months, apart from attending religious services, have you or your family had contact with any of the following Catholic organisations? If so, which ones? : | numeric | 590 | 0.5415695 | 1 | 1 | 1 | 1 | 0 | ▁▁▇▁▁ | F1.0 |
name | value |
---|---|
My family and I have not had any contact with a Catholic organisation in the past 12 months | 1 |
How much do you agree with each of the following statements? : Childhood vaccines are effective
22 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
C1A | How much do you agree with each of the following statements? : Childhood vaccines are effective | numeric | 22 | 0.982906 | 1 | 1 | 6 | 1.428459 | 0.8493182 | ▇▁▁▁▁ | F1.0 |
name | value |
---|---|
Strongly Agree | 1 |
Agree | 2 |
Neither Agree nor Disagree | 3 |
Disagree | 4 |
Strongly Disagree | 5 |
Not Applicable or Cant Choose | 6 |
How much do you agree with each of the following statements? : Generally I do what my doctor or health care provider recommends about vaccines for my child/children
38 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
C1B | How much do you agree with each of the following statements? : Generally I do what my doctor or health care provider recommends about vaccines for my child/children | numeric | 38 | 0.970474 | 1 | 1 | 6 | 2.198559 | 1.769751 | ▇▁▁▁▂ | F1.0 |
name | value |
---|---|
Strongly Agree | 1 |
Agree | 2 |
Neither Agree nor Disagree | 3 |
Disagree | 4 |
Strongly Disagree | 5 |
Not Applicable or Cant Choose | 6 |
How much do you agree with each of the following statements? : I am concerned about serious adverse effects of vaccines
49 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
C1C | How much do you agree with each of the following statements? : I am concerned about serious adverse effects of vaccines | numeric | 49 | 0.961927 | 1 | 4 | 6 | 3.75525 | 1.259031 | ▅▅▇▇▁ | F1.0 |
name | value |
---|---|
Strongly Agree | 1 |
Agree | 2 |
Neither Agree nor Disagree | 3 |
Disagree | 4 |
Strongly Disagree | 5 |
Not Applicable or Cant Choose | 6 |
How much do you agree with each of the following statements? : There are other (better) ways to prevent vaccine preventable diseases than with vaccines
47 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
C1D | How much do you agree with each of the following statements? : There are other (better) ways to prevent vaccine preventable diseases than with vaccines | numeric | 47 | 0.963481 | 1 | 5 | 6 | 4.287097 | 1.035992 | ▁▂▆▇▁ | F1.0 |
name | value |
---|---|
Strongly Agree | 1 |
Agree | 2 |
Neither Agree nor Disagree | 3 |
Disagree | 4 |
Strongly Disagree | 5 |
Not Applicable or Cant Choose | 6 |
How much do you agree with each of the following statements? : It is possible to have too many vaccines
52 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
C1E | How much do you agree with each of the following statements? : It is possible to have too many vaccines | numeric | 52 | 0.959596 | 1 | 4 | 6 | 3.825911 | 1.269123 | ▅▇▇▇▂ | F1.0 |
name | value |
---|---|
Strongly Agree | 1 |
Agree | 2 |
Neither Agree nor Disagree | 3 |
Disagree | 4 |
Strongly Disagree | 5 |
Not Applicable or Cant Choose | 6 |
How much do you agree with each of the following statements? : I have religious reasons for being concerned about vaccines
55 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
C1F | How much do you agree with each of the following statements? : I have religious reasons for being concerned about vaccines | numeric | 55 | 0.957265 | 1 | 5 | 6 | 4.935065 | 0.7994744 | ▁▁▂▇▃ | F1.0 |
name | value |
---|---|
Strongly Agree | 1 |
Agree | 2 |
Neither Agree nor Disagree | 3 |
Disagree | 4 |
Strongly Disagree | 5 |
Not Applicable or Cant Choose | 6 |
Have you ever received or heard negative information about vaccinations from religious leaders in your community? :
37 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
C2 | Have you ever received or heard negative information about vaccinations from religious leaders in your community? : | numeric | 37 | 0.971251 | 1 | 2 | 3 | 2.4496 | 0.5554337 | ▁▁▇▁▇ | F1.0 |
name | value |
---|---|
Yes | 1 |
No | 2 |
I do not belong to a religious community | 3 |
Have you ever received or heard negative information about vaccinations from people in your church, mosque, or other religious community, who are not pastors, priests, imams, or religious leaders? :
28 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
C3 | Have you ever received or heard negative information about vaccinations from people in your church, mosque, or other religious community, who are not pastors, priests, imams, or religious leaders? : | numeric | 28 | 0.978244 | 1 | 3 | 3 | 2.507546 | 0.5727505 | ▁▁▆▁▇ | F1.0 |
name | value |
---|---|
Yes | 1 |
No | 2 |
I do not belong to a religious community | 3 |
Do the religious leaders in your community support vaccines for infants and children? :
35 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
C4 | Do the religious leaders in your community support vaccines for infants and children? : | numeric | 35 | 0.972805 | 1 | 4 | 4 | 3.222844 | 1.053648 | ▂▁▁▅▇ | F1.0 |
name | value |
---|---|
Yes | 1 |
No | 2 |
Dont know | 3 |
I do not belong to a religious community | 4 |
Which of the following statements do you personally believe? :
28 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
D1 | Which of the following statements do you personally believe? : | numeric | 28 | 0.978244 | 1 | 1 | 4 | 1.597299 | 0.9614306 | ▇▃▁▁▁ | F1.0 |
name | value |
---|---|
Climate change is happening now, and is caused mainly by human activities | 1 |
Climate change is happening now, but is caused mainly by natural forces | 2 |
Climate change is not happening now | 3 |
I don�t know whether climate change is happening or not | 4 |
How much do you feel that you understand about climate change - would you say a great deal, a moderate amount, only a little, or nothing at all? :
18 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
D2 | How much do you feel that you understand about climate change - would you say a great deal, a moderate amount, only a little, or nothing at all? : | numeric | 18 | 0.986014 | 1 | 2 | 4 | 2.154452 | 0.7114029 | ▂▇▁▃▁ | F1.0 |
name | value |
---|---|
A great deal | 1 |
A moderate amount | 2 |
Only a little | 3 |
Nothing at all | 4 |
Which of these best describes the North Pole? :
22 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
D3 | Which of these best describes the North Pole? : | numeric | 22 | 0.982906 | 1 | 2 | 8 | 2.889328 | 2.805468 | ▇▁▁▁▂ | F1.0 |
name | value |
---|---|
Ice a few metres thick, floating over a deep ocean | 1 |
Ice more than a kilometre thick, over land | 2 |
A mainly rocky, mountainous landscape | 3 |
Dont know | 8 |
Which of these best describes the South Pole? :
22 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
D4 | Which of these best describes the South Pole? : | numeric | 22 | 0.982906 | 1 | 2 | 8 | 3.237154 | 2.575575 | ▇▁▁▁▂ | F1.0 |
name | value |
---|---|
Ice a few metres thick, floating over a deep ocean | 1 |
Ice more than a kilometre thick, over land | 2 |
A mainly rocky, mountainous landscape | 3 |
Dont know | 8 |
Which of the following possible changes would, if it happened, do the most to raise sea levels? :
27 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
D5 | Which of the following possible changes would, if it happened, do the most to raise sea levels? : | numeric | 27 | 0.979021 | 1 | 3 | 8 | 3.826984 | 3.162564 | ▇▃▁▁▆ | F1.0 |
name | value |
---|---|
Melting of land ice in Greenland and the Antarctic | 1 |
Melting of glaciers in the Himalayas and Alaska | 2 |
Melting of sea ice on the Arctic Ocean | 3 |
Dont know | 8 |
Please tell us whether you think the following statements are true or false. : The hole in the ozone layer contributes to climate change
36 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
D6A | Please tell us whether you think the following statements are true or false. : The hole in the ozone layer contributes to climate change | numeric | 36 | 0.972028 | 1 | 1 | 8 | 2.866507 | 2.943292 | ▇▁▁▁▂ | F1.0 |
name | value |
---|---|
True | 1 |
False | 2 |
Dont know | 8 |
Please tell us whether you think the following statements are true or false. : Per person, Australians produce more greenhouse gas emissions per head than most other people in the world
47 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
D6B | Please tell us whether you think the following statements are true or false. : Per person, Australians produce more greenhouse gas emissions per head than most other people in the world | numeric | 47 | 0.963481 | 1 | 2 | 8 | 3.841129 | 3.133008 | ▇▁▁▁▅ | F1.0 |
name | value |
---|---|
True | 1 |
False | 2 |
Dont know | 8 |
Please tell us whether you think the following statements are true or false. : Oceans around Australia have become warmer and more acidic due to climate change
49 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
D6C | Please tell us whether you think the following statements are true or false. : Oceans around Australia have become warmer and more acidic due to climate change | numeric | 49 | 0.961927 | 1 | 1 | 8 | 3.553312 | 3.281213 | ▇▁▁▁▅ | F1.0 |
name | value |
---|---|
True | 1 |
False | 2 |
Dont know | 8 |
How much do you agree or disagree with the following statements? : Domestic violence is a serious issue in Australia
33 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
E1A | How much do you agree or disagree with the following statements? : Domestic violence is a serious issue in Australia | numeric | 33 | 0.974359 | 1 | 1 | 6 | 1.630782 | 0.8428147 | ▇▁▁▁▁ | F1.0 |
name | value |
---|---|
Strongly Agree | 1 |
Agree | 2 |
Neither Agree nor Disagree | 3 |
Disagree | 4 |
Strongly Disagree | 5 |
Not Applicable or Cant Choose | 6 |
How much do you agree or disagree with the following statements? : Domestic violence is common in Australia
39 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
E1B | How much do you agree or disagree with the following statements? : Domestic violence is common in Australia | numeric | 39 | 0.969697 | 1 | 2 | 6 | 2.104968 | 1.084723 | ▇▂▁▁▁ | F1.0 |
name | value |
---|---|
Strongly Agree | 1 |
Agree | 2 |
Neither Agree nor Disagree | 3 |
Disagree | 4 |
Strongly Disagree | 5 |
Not Applicable or Cant Choose | 6 |
How much do you agree or disagree with the following statements? : Domestic violence is a serious issue for faith communities
43 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
E1C | How much do you agree or disagree with the following statements? : Domestic violence is a serious issue for faith communities | numeric | 43 | 0.966589 | 1 | 3 | 6 | 3.046624 | 1.700716 | ▇▅▁▁▃ | F1.0 |
name | value |
---|---|
Strongly Agree | 1 |
Agree | 2 |
Neither Agree nor Disagree | 3 |
Disagree | 4 |
Strongly Disagree | 5 |
Not Applicable or Cant Choose | 6 |
How much do you agree or disagree with the following statements? : Domestic violence is common in my faith community
43 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
E1D | How much do you agree or disagree with the following statements? : Domestic violence is common in my faith community | numeric | 43 | 0.966589 | 1 | 6 | 6 | 4.842444 | 1.489874 | ▁▃▂▁▇ | F1.0 |
name | value |
---|---|
Strongly Agree | 1 |
Agree | 2 |
Neither Agree nor Disagree | 3 |
Disagree | 4 |
Strongly Disagree | 5 |
Not Applicable or Cant Choose | 6 |
How much do you agree or disagree with the following statements? : I trust leaders in my faith community respond appropriately to domestic violence
43 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
E2A | How much do you agree or disagree with the following statements? : I trust leaders in my faith community respond appropriately to domestic violence | numeric | 43 | 0.966589 | 1 | 6 | 6 | 4.392283 | 1.87428 | ▃▂▁▁▇ | F1.0 |
name | value |
---|---|
Strongly Agree | 1 |
Agree | 2 |
Neither Agree nor Disagree | 3 |
Disagree | 4 |
Strongly Disagree | 5 |
Not Applicable or Cant Choose | 6 |
How much do you agree or disagree with the following statements? : If I (or someone I know) experienced domestic violence, I trust leaders in my faith community would support me
48 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
E2B | How much do you agree or disagree with the following statements? : If I (or someone I know) experienced domestic violence, I trust leaders in my faith community would support me | numeric | 48 | 0.962704 | 1 | 6 | 6 | 4.303471 | 1.942197 | ▅▂▁▁▇ | F1.0 |
name | value |
---|---|
Strongly Agree | 1 |
Agree | 2 |
Neither Agree nor Disagree | 3 |
Disagree | 4 |
Strongly Disagree | 5 |
Not Applicable or Cant Choose | 6 |
How much do you agree or disagree with the following statements? : If I (or someone I know) experienced domestic violence, I trust leaders in my faith community would put my safety as the number one priority
50 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
E2C | How much do you agree or disagree with the following statements? : If I (or someone I know) experienced domestic violence, I trust leaders in my faith community would put my safety as the number one priority | numeric | 50 | 0.96115 | 1 | 6 | 6 | 4.299111 | 1.938648 | ▅▂▁▁▇ | F1.0 |
name | value |
---|---|
Strongly Agree | 1 |
Agree | 2 |
Neither Agree nor Disagree | 3 |
Disagree | 4 |
Strongly Disagree | 5 |
Not Applicable or Cant Choose | 6 |
How much do you agree or disagree with the following statements? : If I (or someone I know) experienced domestic violence, leaders in my faith community would say that keeping a marriage together is the most important thing
53 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
E2D | How much do you agree or disagree with the following statements? : If I (or someone I know) experienced domestic violence, leaders in my faith community would say that keeping a marriage together is the most important thing | numeric | 53 | 0.958819 | 1 | 6 | 6 | 4.742301 | 1.543122 | ▂▂▂▁▇ | F1.0 |
name | value |
---|---|
Strongly Agree | 1 |
Agree | 2 |
Neither Agree nor Disagree | 3 |
Disagree | 4 |
Strongly Disagree | 5 |
Not Applicable or Cant Choose | 6 |
How much do you agree or disagree with the following statements? : If I (or someone I know) experienced domestic violence, I trust leaders in my faith community would refer me to services that could help me
54 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
E2E | How much do you agree or disagree with the following statements? : If I (or someone I know) experienced domestic violence, I trust leaders in my faith community would refer me to services that could help me | numeric | 54 | 0.958042 | 1 | 6 | 6 | 4.154096 | 2.004605 | ▆▁▁▁▇ | F1.0 |
name | value |
---|---|
Strongly Agree | 1 |
Agree | 2 |
Neither Agree nor Disagree | 3 |
Disagree | 4 |
Strongly Disagree | 5 |
Not Applicable or Cant Choose | 6 |
How much do you agree or disagree with the following statements? : If I (or someone I know) experienced family and domestic violence, leaders in my faith community would say that the harmony and reputation of our faith community is most important
55 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
E2F | How much do you agree or disagree with the following statements? : If I (or someone I know) experienced family and domestic violence, leaders in my faith community would say that the harmony and reputation of our faith community is most important | numeric | 55 | 0.957265 | 1 | 6 | 6 | 4.855519 | 1.451149 | ▁▂▂▂▇ | F1.0 |
name | value |
---|---|
Strongly Agree | 1 |
Agree | 2 |
Neither Agree nor Disagree | 3 |
Disagree | 4 |
Strongly Disagree | 5 |
Not Applicable or Cant Choose | 6 |
How much do you agree or disagree with the following statements? : When there are not enough jobs for everyone, men should get jobs and not women
38 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
E3A | How much do you agree or disagree with the following statements? : When there are not enough jobs for everyone, men should get jobs and not women | numeric | 38 | 0.970474 | 1 | 4 | 6 | 4.194556 | 1.030669 | ▂▂▆▇▁ | F1.0 |
name | value |
---|---|
Strongly Agree | 1 |
Agree | 2 |
Neither Agree nor Disagree | 3 |
Disagree | 4 |
Strongly Disagree | 5 |
Not Applicable or Cant Choose | 6 |
How much do you agree or disagree with the following statements? : A woman has to have children to be fulfilled
38 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
E3B | How much do you agree or disagree with the following statements? : A woman has to have children to be fulfilled | numeric | 38 | 0.970474 | 1 | 4 | 6 | 4.248199 | 0.962876 | ▁▂▆▇▁ | F1.0 |
name | value |
---|---|
Strongly Agree | 1 |
Agree | 2 |
Neither Agree nor Disagree | 3 |
Disagree | 4 |
Strongly Disagree | 5 |
Not Applicable or Cant Choose | 6 |
How much do you agree or disagree with the following statements? : It�s ok for a woman to have a child as a single parent and not want a stable relationship with a man
39 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
E3C | How much do you agree or disagree with the following statements? : It�s ok for a woman to have a child as a single parent and not want a stable relationship with a man | numeric | 39 | 0.969697 | 1 | 2 | 6 | 2.475961 | 1.241904 | ▇▂▂▁▁ | F1.0 |
name | value |
---|---|
Strongly Agree | 1 |
Agree | 2 |
Neither Agree nor Disagree | 3 |
Disagree | 4 |
Strongly Disagree | 5 |
Not Applicable or Cant Choose | 6 |
How much do you agree or disagree with the following statements? : Men should take control in relationships and be the head of the household
38 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
E3D | How much do you agree or disagree with the following statements? : Men should take control in relationships and be the head of the household | numeric | 38 | 0.970474 | 1 | 4 | 6 | 4.002402 | 1.091559 | ▂▃▆▇▁ | F1.0 |
name | value |
---|---|
Strongly Agree | 1 |
Agree | 2 |
Neither Agree nor Disagree | 3 |
Disagree | 4 |
Strongly Disagree | 5 |
Not Applicable or Cant Choose | 6 |
How much do you agree or disagree with the following statements? : Women prefer a man to be in charge of the relationship
39 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
E3E | How much do you agree or disagree with the following statements? : Women prefer a man to be in charge of the relationship | numeric | 39 | 0.969697 | 1 | 4 | 6 | 3.867789 | 1.091332 | ▃▇▇▇▁ | F1.0 |
name | value |
---|---|
Strongly Agree | 1 |
Agree | 2 |
Neither Agree nor Disagree | 3 |
Disagree | 4 |
Strongly Disagree | 5 |
Not Applicable or Cant Choose | 6 |
Are you … :
31 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
F1 | Are you … : | numeric | 31 | 0.975913 | 1 | 2 | 2 | 1.511943 | 0.5000565 | ▇▁▁▁▇ | F1.0 |
name | value |
---|---|
Male | 1 |
Female | 2 |
When were you born? : Year (YYYY)
72 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
F2 | When were you born? : Year (YYYY) | numeric | 72 | 0.9440559 | 1919 | 1962 | 2000 | 1963.244 | 17.45058 | ▁▆▇▆▃ | F4.0 |
What is the highest year of schooling you have completed? :
44 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
F5 | What is the highest year of schooling you have completed? : | numeric | 44 | 0.965812 | 1 | 1 | 6 | 1.652454 | 0.9804285 | ▇▂▁▁▁ | 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? :
73 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
F6 | What is the highest educational qualification you have completed outside of school? : | numeric | 73 | 0.9432789 | 1 | 8 | 13 | 8.25453 | 3.451985 | ▂▂▇▃▆ | 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? :
38 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
F7 | Are you currently working for pay, did you work for pay in the past, or have you never been in paid work? : | numeric | 38 | 0.970474 | 1 | 1 | 3 | 1.43715 | 0.5410373 | ▇▁▅▁▁ | F1.0 |
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 |
Code for group: ANZSCO2013v1.2 Level: 0
1 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
F13ANZSCO1 | Code for group: ANZSCO2013v1.2 Level: 0 | numeric | 1 | 0.999223 | 0 | 2 | 8 | 2.963453 | 2.192183 | ▆▇▂▅▂ | F2.0 |
name | value |
---|---|
Operational codes (Aus) | 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 |
Operational codes (NZ) | 9 |
Code for group: ANZSIC Level: 0
2 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
F15ANZSIC1 | Code for group: ANZSIC Level: 0 | numeric | 2 | 0.998446 | 1 | 14 | 21 | 12.44981 | 6.010635 | ▅▅▃▇▅ | 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? :
72 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
F16 | Which of the following best describes your current situation? : | numeric | 72 | 0.9440559 | 1 | 1 | 9 | 3.144033 | 2.577273 | ▇▁▁▅▁ | 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 |
Do you have a spouse or a partner and, if yes, do you share the same household? :
38 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
F17 | Do you have a spouse or a partner and, if yes, do you share the same household? : | numeric | 38 | 0.970474 | 1 | 1 | 3 | 1.626101 | 0.9033365 | ▇▁▁▁▃ | F1.0 |
name | value |
---|---|
Yes, I have a spouse/partner and we share the same household | 1 |
Yes, I have a spouse/partner but we don�t share the same household | 2 |
No, I don�t have a spouse/partner | 3 |
Which of the following best describes your spouses/partners current situation? :
420 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
F25 | Which of the following best describes your spouses/partners current situation? : | numeric | 420 | 0.6736597 | 1 | 1 | 8 | 3.031142 | 2.541153 | ▇▁▁▃▁ | F1.0 |
name | value |
---|---|
In paid work (as an employee, self-employed, or working for his/her 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 | 8 |
Are you or have you ever been a member of a trade union or similar organisation?� If yes: is that currently or only previously? :
33 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
F26 | 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 | 33 | 0.974359 | 1 | 3 | 3 | 2.382775 | 0.6921449 | ▂▁▆▁▇ | 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? :
34 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
F27 | Do you belong to a religion and, if yes, which religion do you belong to? : | numeric | 34 | 0.973582 | 1 | 1 | 14 | 2.873903 | 3.215388 | ▇▂▁▁▁ | 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? :
21 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
F28 | Apart from such special occasions as weddings, funerals, etc., how often do you attend religious services? : | numeric | 21 | 0.983683 | 1 | 1 | 9 | 2.522907 | 2.322911 | ▇▂▁▁▁ | F1.0 |
name | value |
---|---|
Never | 1 |
Less than once a year | 2 |
About once or twice a year | 3 |
Several times a year | 4 |
About once a month | 5 |
2-3 times a month | 6 |
Nearly every week | 7 |
Every week | 8 |
Several times a week | 9 |
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? :
124 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
F29 | 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 | 124 | 0.9036519 | 1 | 5 | 10 | 4.66466 | 1.709349 | ▂▇▇▂▁ | 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? :
42 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
F30 | Do you usually think of yourself as close to any particular political party and, if yes, which party is that? : | numeric | 42 | 0.967366 | 1 | 8 | 9 | 5.077912 | 3.135658 | ▆▁▁▁▇ | F1.0 |
name | value |
---|---|
Labor Party (ALP) | 1 |
Liberal Party | 2 |
National (Country) Party | 3 |
Greens | 5 |
No party affiliation | 8 |
Other party (please specify) | 9 |
Did you vote in Australias federal election in July 2016? :
28 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
F31 | Did you vote in Australias federal election in July 2016? : | numeric | 28 | 0.978244 | 1 | 1 | 3 | 1.056394 | 0.2861343 | ▇▁▁▁▁ | F1.0 |
name | value |
---|---|
Yes, I did vote | 1 |
No, I did not vote | 2 |
I was not eligible to vote in the last election | 3 |
Thinking back to the last general election in July 2016 - Which party did you vote for? :
167 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
F32 | Thinking back to the last general election in July 2016 - Which party did you vote for? : | numeric | 167 | 0.8702409 | 1 | 2 | 6 | 2.390179 | 1.581419 | ▇▁▁▂▁ | F1.0 |
name | value |
---|---|
Labor Party (ALP) | 1 |
Liberal Party | 2 |
National (Country) Party | 3 |
Greens | 5 |
Other party (please specify) | 6 |
What country were you born in? :
31 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
F33 | What country were you born in? : | numeric | 31 | 0.975913 | 1 | 1 | 2 | 1.247612 | 0.4317968 | ▇▁▁▁▂ | F1.0 |
name | value |
---|---|
Australia | 1 |
Overseas - Please specify country | 2 |
Code for group: SACC Level: 0
1 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
F33SACC1 | Code for group: SACC Level: 0 | numeric | 1 | 0.999223 | 0 | 1 | 9 | 1.657854 | 1.759788 | ▇▁▁▁▁ | 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 |
---|---|---|---|---|---|---|---|---|---|---|---|
F34 | What country was your mother born in? : | numeric | 37 | 0.971251 | 1 | 1 | 2 | 1.356 | 0.4790068 | ▇▁▁▁▅ | F1.0 |
name | value |
---|---|
Australia | 1 |
Overseas - Please specify country | 2 |
Code for group: SACC Level: 0
1 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
F34SACC1 | Code for group: SACC Level: 0 | numeric | 1 | 0.999223 | 0 | 1 | 9 | 1.7986 | 1.777253 | ▇▂▁▁▁ | 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 |
---|---|---|---|---|---|---|---|---|---|---|---|
F35 | And what country was your father born in? : | numeric | 37 | 0.971251 | 1 | 1 | 2 | 1.3816 | 0.4859736 | ▇▁▁▁▅ | F1.0 |
name | value |
---|---|
Australia | 1 |
Overseas - Please specify country | 2 |
Code for group: SACC Level: 0
1 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
F35SACC1 | Code for group: SACC Level: 0 | numeric | 1 | 0.999223 | 0 | 1 | 9 | 1.820373 | 1.765097 | ▇▂▁▁▁ | 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? :
56 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
F37 | Do you identify yourself as Aboriginal or Torres Strait Islander? : | numeric | 56 | 0.956488 | 1 | 2 | 2 | 1.974817 | 0.1567436 | ▁▁▁▁▇ | 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? :
43 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
F39 | Is there at least one telephone inside your home that is currently working and is not a mobile phone? : | numeric | 43 | 0.966589 | 1 | 1 | 3 | 1.391479 | 0.5028876 | ▇▁▅▁▁ | 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?
82 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
F40 | How many people in your household, including yourself, have a currently working mobile phone? | numeric | 82 | 0.9362859 | 1 | 2 | 8 | 2.3361 | 1.133483 | ▇▂▂▁▁ | F2.0 |
In your home, do you have a computer (such as a PC, laptop or iPad) that is connected to the Internet? :
45 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
F41 | In your home, do you have a computer (such as a PC, laptop or iPad) that is connected to the Internet? : | numeric | 45 | 0.965035 | 1 | 1 | 3 | 1.074879 | 0.2693536 | ▇▁▁▁▁ | 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? : per month $
453 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
F42 | Before taxes and other deductions, what on average is your own total monthly income? : per month $ | numeric | 453 | 0.6480186 | 1 | 4000 | 150000 | 7087.933 | 13819.6 | ▇▁▁▁▁ | F7.0 |
Before taxes and other deductions, what on average is the total monthly income of your household? : per month $
488 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
F43 | Before taxes and other deductions, what on average is the total monthly income of your household? : per month $ | numeric | 488 | 0.6208236 | 1 | 7000 | 1e+06 | 11975.85 | 40997.36 | ▇▁▁▁▁ | 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 |
---|---|---|---|---|---|---|---|---|---|---|---|
F44 | What is your current legal marital status? : | numeric | 52 | 0.959596 | 1 | 1 | 5 | 2.302834 | 1.697729 | ▇▁▂▁▃ | F1.0 |
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 … :
43 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
F45 | Would you describe the place where you live as … : | numeric | 43 | 0.966589 | 1 | 2 | 5 | 2.446945 | 1.073898 | ▃▇▅▂▁ | F1.0 |
name | value |
---|---|
A big city | 1 |
The suburbs or outskirts of a big city | 2 |
A town or a small city | 3 |
A country village | 4 |
A farm or home in the country | 5 |
Do you own outright, are you buying or renting the dwelling in which you now live? :
57 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
F46 | Do you own outright, are you buying or renting the dwelling in which you now live? : | numeric | 57 | 0.955711 | 1 | 2 | 5 | 1.981301 | 1.169371 | ▇▆▂▁▂ | F1.0 |
name | value |
---|---|
Own outright | 1 |
Own, paying off mortgage | 2 |
Rent from private landlord | 3 |
Rent from public housing authority | 4 |
Other (boarding, living at home, etc) | 5 |
In general, would you say your health is� :
14 missing values.
name | label | data_type | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|
F47 | In general, would you say your health is� : | numeric | 14 | 0.989122 | 1 | 2 | 6 | 2.512176 | 1.016399 | ▇▅▂▁▁ | F1.0 |
name | value |
---|---|
Excellent | 1 |
Very good | 2 |
Good | 3 |
Fair | 4 |
Poor | 5 |
Cant choose | 6 |
name | label | data_type | value_labels | n_missing | complete_rate | min | median | max | mean | sd | hist | format.spss |
---|---|---|---|---|---|---|---|---|---|---|---|---|
A1 | If you were to consider your life in general these days, how happy or unhappy would you say you are, on the whole… : | numeric | 1. Very happy, 2. Fairly happy, 3. Not very happy, 4. Not at all happy, 5. Cant choose |
27 | 0.9790210 | 1 | 2 | 5 | 1.794444 | 7.582017e-01 | ▅▇▁▁▁ | F1.0 |
A2 | All things considered, how satisfied are you with your relationships with family members? : | 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 |
25 | 0.9805750 | 1 | 2 | 8 | 2.320919 | 1.173669e+00 | ▇▃▁▁▁ | F1.0 |
A3 | Do you think it is wrong or not wrong if a married person has sexual relations with someone other than his or her husband or wife, is it… : | numeric | 1. Always wrong, 2. Almost always wrong, 3. Wrong only sometimes, 4. Not wrong at all, 5. Cant choose |
28 | 0.9782440 | 1 | 1 | 5 | 1.622716 | 9.651274e-01 | ▇▃▁▁▁ | F1.0 |
A4 | And what about sexual relations between two adults of the same sex, is it… : | numeric | 1. Always wrong, 2. Almost always wrong, 3. Wrong only sometimes, 4. Not wrong at all, 5. Cant choose |
40 | 0.9689200 | 1 | 4 | 5 | 3.225341 | 1.367966e+00 | ▃▁▁▇▂ | F1.0 |
A5 | Do you personally think it is wrong or not wrong for a woman to have an abortion if the family has a very low income and cannot afford any more children. : | numeric | 1. Always wrong, 2. Almost always wrong, 3. Wrong only sometimes, 4. Not wrong at all, 5. Cant choose |
28 | 0.9782440 | 1 | 4 | 5 | 3.351072 | 1.186445e+00 | ▂▁▂▇▁ | F1.0 |
A6 | Do you agree or disagree with the following statement? A husbands job is to earn money; a wifes 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 |
23 | 0.9821290 | 1 | 4 | 6 | 3.945411 | 1.135072e+00 | ▂▅▅▇▁ | F1.0 |
A7A | How much confidence do you have in … : Federal parliament | numeric | 1. Complete confidence, 2. A great deal of confidence, 3. Some confidence, 4. Very little confidence, 5. No confidence at all, 6. Cant choose |
27 | 0.9790210 | 1 | 4 | 6 | 3.724603 | 9.496612e-01 | ▂▇▇▃▁ | F1.0 |
A7B | How much confidence do you have in … : Business and industry | numeric | 1. Complete confidence, 2. A great deal of confidence, 3. Some confidence, 4. Very little confidence, 5. No confidence at all, 6. Cant choose |
27 | 0.9790210 | 1 | 3 | 6 | 3.208730 | 9.406975e-01 | ▃▇▃▁▁ | F1.0 |
A7C | How much confidence do you have in … : Churches and religious organisations | numeric | 1. Complete confidence, 2. A great deal of confidence, 3. Some confidence, 4. Very little confidence, 5. No confidence at all, 6. Cant choose |
27 | 0.9790210 | 1 | 4 | 6 | 3.839682 | 1.142582e+00 | ▃▇▇▇▁ | F1.0 |
A7D | How much confidence do you have in … : Courts and the legal system | numeric | 1. Complete confidence, 2. A great deal of confidence, 3. Some confidence, 4. Very little confidence, 5. No confidence at all, 6. Cant choose |
26 | 0.9797980 | 1 | 3 | 6 | 3.197462 | 1.047988e+00 | ▅▇▃▂▁ | F1.0 |
A7E | How much confidence do you have in … : Schools and the educational system | numeric | 1. Complete confidence, 2. A great deal of confidence, 3. Some confidence, 4. Very little confidence, 5. No confidence at all, 6. Cant choose |
25 | 0.9805750 | 1 | 3 | 6 | 2.879556 | 9.481785e-01 | ▆▇▂▁▁ | F1.0 |
A8 | How much do you agree or disagree with the following statement? Religious leaders should not try to influence how people vote in elections. : | numeric | 1. Strongly agree, 2. Agree, 3. Neither agree nor disagree, 4. Disagree, 5. Strongly disagree, 6. Cant choose |
24 | 0.9813520 | 1 | 1 | 6 | 1.809976 | 1.272155e+00 | ▇▁▁▁▁ | F1.0 |
A9A | Please consider the following statements and tell me whether you agree or disagree. : We trust too much in science and not enough in religious faith | numeric | 1. Strongly Agree, 2. Agree, 3. Neither Agree nor Disagree, 4. Disagree, 5. Strongly Disagree, 6. Cant Choose |
42 | 0.9673660 | 1 | 4 | 6 | 3.897189 | 1.210498e+00 | ▃▅▅▇▁ | F1.0 |
A9B | Please consider the following statements and tell me whether you agree or disagree. : Looking around the world, religions bring more conflict than peace | numeric | 1. Strongly Agree, 2. Agree, 3. Neither Agree nor Disagree, 4. Disagree, 5. Strongly Disagree, 6. Cant Choose |
52 | 0.9595960 | 1 | 2 | 6 | 2.158704 | 1.193205e+00 | ▇▂▁▁▁ | F1.0 |
A9C | Please consider the following statements and tell me whether you agree or disagree. : People with very strong religious beliefs are often too intolerant of others | numeric | 1. Strongly Agree, 2. Agree, 3. Neither Agree nor Disagree, 4. Disagree, 5. Strongly Disagree, 6. Cant Choose |
55 | 0.9572650 | 1 | 2 | 6 | 2.159903 | 1.172214e+00 | ▇▂▁▁▁ | F1.0 |
A10 | Do you think that churches and religious organisations in this country have too much power or too little power? : | numeric | 1. Far too much power, 2. Too much power, 3. About the right amount of power, 4. Too little power, 5. Far too little power, 6. Cant choose |
42 | 0.9673660 | 1 | 3 | 6 | 2.779920 | 1.487812e+00 | ▇▅▁▁▂ | F1.0 |
A11 | People have different religions and different religious views.Would you accept a person from a different religion or with a very different religious view from yours marrying a relative of yours. : | numeric | 1. Definitely accept, 2. Probably accept, 3. Probably not accept, 4. Definitely not accept, 5. Cant choose |
37 | 0.9712510 | 1 | 2 | 5 | 1.905600 | 9.927120e-01 | ▆▇▂▁▁ | F1.0 |
A12A | There are some people whose views are considered extreme by the majority. Consider religious extremists, that is people who believe that their religion is the only true faith and all other religions should be considered as enemies. Do you think such | numeric | 1. Definitely, 2. Probably, 3. Probably Not, 4. Definitely Not, 5. Cant Choose |
41 | 0.9681430 | 1 | 3 | 5 | 3.138042 | 1.018802e+00 | ▂▃▅▇▁ | F1.0 |
A12B | There are some people whose views are considered extreme by the majority. Consider religious extremists, that is people who believe that their religion is the only true faith and all other religions should be considered as enemies. Do you think such | numeric | 1. Definitely, 2. Probably, 3. Probably Not, 4. Definitely Not, 5. Cant Choose |
56 | 0.9564880 | 1 | 3 | 5 | 3.102356 | 1.040287e+00 | ▂▅▅▇▁ | F1.0 |
A13 | Please indicate which statement below comes closest to expressing what you believe about God. : | numeric | 1. I dont believe in God, 2. I dont know whether there is a God and I dont believe there is any way to find out, 3. I dont believe in a personal God, but I do believe in a Higher Power of some kind, 4. I find myself believing in God some of the time, but not at others, 5. While I have doubts, I feel that I do believe in God, 6. I know God really exists and I have no doubts about it |
38 | 0.9704740 | 1 | 3 | 6 | 3.425941 | 1.891148e+00 | ▇▃▂▃▅ | F1.0 |
A14 | Which best describes your beliefs about God? : | numeric | 1. I dont believe in God now and I never have, 2. I dont believe in God now, but I used to, 3. I believe in God now, but I didnt used to, 4. I believe in God now and I always have, 5. Cant choose |
43 | 0.9665890 | 1 | 3 | 5 | 2.911576 | 1.437984e+00 | ▆▅▁▇▃ | F1.0 |
A15A | Do you believe in : Life after death | numeric | 1. Yes, Definitely, 2. Yes, Probably, 3. No, Probably Not, 4. No, Definitely Not, 5. Cant Choose |
48 | 0.9627040 | 1 | 3 | 5 | 2.689265 | 1.278430e+00 | ▇▇▇▇▂ | F1.0 |
A15B | Do you believe in : Heaven | numeric | 1. Yes, Definitely, 2. Yes, Probably, 3. No, Probably Not, 4. No, Definitely Not, 5. Cant Choose |
50 | 0.9611500 | 1 | 3 | 5 | 2.870655 | 1.275645e+00 | ▅▅▆▇▂ | F1.0 |
A15C | Do you believe in : Hell | numeric | 1. Yes, Definitely, 2. Yes, Probably, 3. No, Probably Not, 4. No, Definitely Not, 5. Cant Choose |
59 | 0.9541570 | 1 | 3 | 5 | 3.098534 | 1.210884e+00 | ▃▃▅▇▂ | F1.0 |
A15D | Do you believe in : Religious miracles | numeric | 1. Yes, Definitely, 2. Yes, Probably, 3. No, Probably Not, 4. No, Definitely Not, 5. Cant Choose |
51 | 0.9603730 | 1 | 3 | 5 | 2.973301 | 1.211991e+00 | ▃▃▆▇▂ | F1.0 |
A15E | Do you believe in : The supernatural powers of deceased ancestors | numeric | 1. Yes, Definitely, 2. Yes, Probably, 3. No, Probably Not, 4. No, Definitely Not, 5. Cant Choose |
56 | 0.9564880 | 1 | 4 | 5 | 3.328188 | 1.023072e+00 | ▁▂▅▇▂ | F1.0 |
A16A | Do you agree or disagree with the following? : There is a God who concerns Himself with every human being personally | numeric | 1. Strongly agree, 2. Agree, 3. Neither agree nor disagree, 4. Disagree, 5. Strongly disagree, 6. Cant choose |
69 | 0.9463869 | 1 | 4 | 6 | 3.540230 | 1.542210e+00 | ▇▅▅▇▁ | F1.0 |
A16B | Do you agree or disagree with the following? : There is little that people can do to change the course of their lives | numeric | 1. Strongly agree, 2. Agree, 3. Neither agree nor disagree, 4. Disagree, 5. Strongly disagree, 6. Cant choose |
69 | 0.9463869 | 1 | 4 | 6 | 4.260263 | 9.907115e-01 | ▂▁▆▇▁ | F1.0 |
A16C | Do you agree or disagree with the following? : To me, life is meaningful only because God exists | numeric | 1. Strongly agree, 2. Agree, 3. Neither agree nor disagree, 4. Disagree, 5. Strongly disagree, 6. Cant choose |
61 | 0.9526030 | 1 | 4 | 6 | 3.951060 | 1.378276e+00 | ▃▂▃▇▁ | F1.0 |
A16D | Do you agree or disagree with the following? : In my opinion, life does not serve any purpose | numeric | 1. Strongly agree, 2. Agree, 3. Neither agree nor disagree, 4. Disagree, 5. Strongly disagree, 6. Cant choose |
74 | 0.9425019 | 1 | 5 | 6 | 4.343776 | 9.857255e-01 | ▁▂▅▇▁ | F1.0 |
A16E | Do you agree or disagree with the following? : Life is only meaningful if you provide the meaning yourself | numeric | 1. Strongly agree, 2. Agree, 3. Neither agree nor disagree, 4. Disagree, 5. Strongly disagree, 6. Cant choose |
66 | 0.9487179 | 1 | 2 | 6 | 2.721540 | 1.393581e+00 | ▇▂▂▂▁ | F1.0 |
A16F | Do you agree or disagree with the following? : I have my own way of connecting with God without churches or religious services | numeric | 1. Strongly agree, 2. Agree, 3. Neither agree nor disagree, 4. Disagree, 5. Strongly disagree, 6. Cant choose |
69 | 0.9463869 | 1 | 3 | 6 | 3.284072 | 1.584568e+00 | ▇▃▂▅▂ | F1.0 |
A17 | In your opinion, does your religion treat men and women equally, treat men better than women, or treat women better than men? : | numeric | 1. I don�t belong to or follow any religion, 2. Treats men and women equally, 3. Treats men better than women, 4. Treats women better than men, 5. Can�t choose |
58 | 0.9549340 | 1 | 2 | 5 | 1.916192 | 1.092008e+00 | ▇▆▃▁▁ | F1.0 |
A18 | What was your mothers religious preference when you were a child? : | 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, 98. Dont know |
58 | 0.9549340 | 1 | 4 | 98 | 6.144019 | 1.480645e+01 | ▇▁▁▁▁ | F2.0 |
A19 | What was your fathers religious preference when you were a child? : | 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, 98. Dont know |
52 | 0.9595960 | 1 | 3 | 98 | 8.299595 | 2.033713e+01 | ▇▁▁▁▁ | F2.0 |
A20 | What religion, if any, were you raised in? : | 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, 98. Dont know |
65 | 0.9494949 | 1 | 3 | 98 | 4.436170 | 9.340607e+00 | ▇▁▁▁▁ | F2.0 |
A21 | When you were a child, how often did your mother attend religious services? : | numeric | 1. Never, 2. Less than once a year, 3. About once or twice a year, 4. Several times a year, 5. About once a month, 6. 2-3 times a month, 7. Nearly every week, 8. Every week, 9. Several times a week, 10. No mother/mother not present, 98. Cant say/Cant remember |
54 | 0.9580420 | 1 | 4 | 98 | 7.807786 | 1.796469e+01 | ▇▁▁▁▁ | F2.0 |
A22 | When you were a child, how often did your father attend religious services? : | numeric | 1. Never, 2. Less than once a year, 3. About once or twice a year, 4. Several times a year, 5. About once a month, 6. 2-3 times a month, 7. Nearly every week, 8. Every week, 9. Several times a week, 10. No father/father not present, 98. Cant say/Cant remember |
43 | 0.9665890 | 1 | 3 | 98 | 9.012862 | 2.191118e+01 | ▇▁▁▁▁ | F2.0 |
A23 | And what about when you were around 11 or 12, how often did you attend religious services then? : | numeric | 1. Never, 2. Less than once a year, 3. About once or twice a year, 4. Several times a year, 5. About once a month, 6. 2-3 times a month, 7. Nearly every week, 8. Every week, 9. Several times a week, 98. Cant say/Cant remember |
41 | 0.9681430 | 1 | 5 | 98 | 6.074639 | 1.148004e+01 | ▇▁▁▁▁ | F2.0 |
A24 | Now thinking about the present… About how often do you pray? : | numeric | 1. Never, 2. Less than once a year, 3. About once or twice a year, 4. Several times a year, 5. About once a month, 6. 2-3 times a month, 7. Nearly every week, 8. Every week, 9. Several times a week, 10. Once a day, 11. Several times a day |
41 | 0.9681430 | 1 | 2 | 11 | 3.991974 | 3.716448e+00 | ▇▂▁▁▂ | F2.0 |
A25 | How often do you take part in the activities or organisations of a church or place of worship other than attending services? : | numeric | 1. Never, 2. Less than once a year, 3. About once or twice a year, 4. Several times a year, 5. About once a month, 6. 2-3 times a month, 7. Nearly every week, 8. Every week, 9. Several times a week |
36 | 0.9720280 | 1 | 1 | 9 | 2.275779 | 2.093773e+00 | ▇▂▁▁▁ | F1.0 |
A26 | During the last 12 months, have you read or listened to the reading of any holy scripture such as the Bible, Buddhist sutra, Koran, Sruti, Torah, or other religious scripture, not counting any reading that happened during a worship service? : | numeric | 1. Yes, 2. No |
34 | 0.9735820 | 1 | 2 | 2 | 1.682362 | 4.657436e-01 | ▃▁▁▁▇ | F1.0 |
A27 | For religious reasons do you have in your home a shrine, altar, or a religious object on display such as a crucifix, icon or menorah? : | numeric | 1. Yes, 2. No |
37 | 0.9712510 | 1 | 2 | 2 | 1.796000 | 4.031303e-01 | ▂▁▁▁▇ | F1.0 |
A28 | How often do you visit a holy place for religious reasons such as going to church, mosque or temple? Please do not count attending regular religious services at your usual place of worship, if you have one. : | numeric | 1. Never, 2. Less than once a year, 3. About once or twice a year, 4. Several times a year, 5. About once a month or more |
36 | 0.9720280 | 1 | 1 | 5 | 1.759392 | 1.168444e+00 | ▇▂▂▁▁ | F1.0 |
A29 | Would you describe yourself as … : | numeric | 1. Extremely religious, 2. Very religious, 3. Somewhat religious, 4. Neither religious nor non-religious, 5. Somewhat non-religious, 6. Very non-religious, 7. Extremely non-religious, 8. Cant choose |
32 | 0.9751360 | 1 | 4 | 8 | 4.587251 | 1.757235e+00 | ▃▆▇▅▅ | F1.0 |
A30 | What best describes you: : | numeric | 1. I follow a religion and consider myself to be a spiritual person interested in the sacred or the supernatural., 2. I follow a religion, but dont consider myself to be a spiritual person interested in the sacred or the supernatural., 3. I dont follow a religion, but consider myself to be a spiritual person interested in the sacred or the supernatural., 4. I dont follow a religion and dont consider myself to be a spiritual person interested in the sacred or the supernatural., 5. Can�t choose |
37 | 0.9712510 | 1 | 3 | 5 | 3.008800 | 1.257453e+00 | ▅▃▅▇▂ | F1.0 |
A31A | Do you agree or disagree that practicing a religion helps people to� : make friends? | numeric | 1. Strongly Agree, 2. Agree, 3. Neither Agree Nor Disagree, 4. Disagree, 5. Strongly Disagree, 6. Cant Choose |
47 | 0.9634810 | 1 | 2 | 6 | 2.500000 | 1.144873e+00 | ▇▃▁▁▁ | F1.0 |
A31B | Do you agree or disagree that practicing a religion helps people to� : gain comfort in times of trouble or sorrow? | numeric | 1. Strongly Agree, 2. Agree, 3. Neither Agree Nor Disagree, 4. Disagree, 5. Strongly Disagree, 6. Cant Choose |
35 | 0.9728050 | 1 | 2 | 6 | 2.163738 | 1.095530e+00 | ▇▂▁▁▁ | F1.0 |
A32 | Do you agree or disagree with the following statement? Religions are usually a barrier to equality between women and men. : | numeric | 1. Strongly agree, 2. Agree, 3. Neither agree nor disagree, 4. Disagree, 5. Strongly disagree, 6. Can�t choose |
62 | 0.9518260 | 1 | 3 | 6 | 2.927347 | 1.386953e+00 | ▇▅▃▂▁ | F1.0 |
A33A | Do you agree or disagree with the following statements? : Governments should not interfere with the attempts of any religion to spread its faith | numeric | 1. Strongly Agree, 2. Agree, 3. Neither Agree nor Disagree, 4. Disagree, 5. Strongly Disagree, 6. Cant Choose |
66 | 0.9487179 | 1 | 3 | 6 | 3.140868 | 1.360982e+00 | ▇▅▆▂▁ | F1.0 |
A33B | Do you agree or disagree with the following statements? : All things considered, people belonging to different religions cannot get along with each other when living close together | numeric | 1. Strongly Agree, 2. Agree, 3. Neither Agree nor Disagree, 4. Disagree, 5. Strongly Disagree, 6. Cant Choose |
79 | 0.9386169 | 1 | 4 | 6 | 3.658940 | 1.126426e+00 | ▃▅▇▃▁ | F1.0 |
A34 | Do you agree or disagree with each of the following? In Australia, religion represents the past and not the future. : | numeric | 1. Strongly agree, 2. Agree, 3. Neither agree nor disagree, 4. Disagree, 5. Strongly disagree, 6. Cant choose |
58 | 0.9549340 | 1 | 3 | 6 | 3.061839 | 1.314322e+00 | ▇▆▅▂▁ | F1.0 |
A35 | In Australia, religion is just as relevant to life today as it was in the past. : | numeric | 1. Strongly agree, 2. Agree, 3. Neither agree nor disagree, 4. Disagree, 5. Strongly Disagree, 6. Cant choose |
60 | 0.9533800 | 1 | 4 | 6 | 3.353708 | 1.317002e+00 | ▇▅▇▃▁ | F1.0 |
A36A | What is your personal attitude towards members of the following religious groups? : Christians | numeric | 1. Very positive, 2. Somewhat positive, 3. Neither positive nor negative, 4. Somewhat negative, 5. Very negative, 6. Cant choose |
68 | 0.9471639 | 1 | 2 | 6 | 2.286300 | 1.117513e+00 | ▇▅▁▁▁ | F1.0 |
A36B | What is your personal attitude towards members of the following religious groups? : Muslims | numeric | 1. Very positive, 2. Somewhat positive, 3. Neither positive nor negative, 4. Somewhat negative, 5. Very negative, 6. Cant choose |
83 | 0.9355089 | 1 | 3 | 6 | 3.315615 | 1.257419e+00 | ▅▇▅▃▁ | F1.0 |
A36C | What is your personal attitude towards members of the following religious groups? : Hindus | numeric | 1. Very positive, 2. Somewhat positive, 3. Neither positive nor negative, 4. Somewhat negative, 5. Very negative, 6. Cant choose |
85 | 0.9339549 | 1 | 3 | 6 | 2.864393 | 1.216353e+00 | ▆▇▁▁▁ | F1.0 |
A36D | What is your personal attitude towards members of the following religious groups? : Buddhists | numeric | 1. Very positive, 2. Somewhat positive, 3. Neither positive nor negative, 4. Somewhat negative, 5. Very negative, 6. Cant choose |
80 | 0.9378399 | 1 | 3 | 6 | 2.605634 | 1.209512e+00 | ▇▇▁▁▁ | F1.0 |
A36E | What is your personal attitude towards members of the following religious groups? : Jews | numeric | 1. Very positive, 2. Somewhat positive, 3. Neither positive nor negative, 4. Somewhat negative, 5. Very negative, 6. Cant choose |
83 | 0.9355089 | 1 | 3 | 6 | 2.732558 | 1.201925e+00 | ▇▇▁▁▁ | F1.0 |
A36F | What is your personal attitude towards members of the following religious groups? : Atheists or non-believers | numeric | 1. Very positive, 2. Somewhat positive, 3. Neither positive nor negative, 4. Somewhat negative, 5. Very negative, 6. Cant choose |
87 | 0.9324009 | 1 | 3 | 6 | 2.681667 | 1.222665e+00 | ▇▇▁▁▁ | F1.0 |
A37 | Generally speaking, would you say that people can be trusted or that you cant be too careful in dealing with people? : | numeric | 1. People can almost always be trusted, 2. People can usually be trusted, 3. You usually cant be too careful in dealing with people, 4. You almost always cant be too careful in dealing with people, 5. Cant choose |
67 | 0.9479409 | 1 | 2 | 5 | 2.478689 | 8.183929e-01 | ▁▇▃▁▁ | F1.0 |
B1A | During the past 12 months, apart from attending religious services, have you or your family had contact with any of the following Catholic organisations? If so, which ones? : | numeric | 1. A Catholic school or university | 1045 | 0.1880342 | 1 | 1 | 1 | 1.000000 | 0.000000e+00 | ▁▁▇▁▁ | F1.0 |
B1B | During the past 12 months, apart from attending religious services, have you or your family had contact with any of the following Catholic organisations? If so, which ones? : | numeric | 1. A Catholic social welfare service (eg Vinnies) | 1087 | 0.1554002 | 1 | 1 | 1 | 1.000000 | 0.000000e+00 | ▁▁▇▁▁ | F1.0 |
B1C | During the past 12 months, apart from attending religious services, have you or your family had contact with any of the following Catholic organisations? If so, which ones? : | numeric | 1. A Catholic hospital or health service | 1125 | 0.1258741 | 1 | 1 | 1 | 1.000000 | 0.000000e+00 | ▁▁▇▁▁ | F1.0 |
B1D | During the past 12 months, apart from attending religious services, have you or your family had contact with any of the following Catholic organisations? If so, which ones? : | numeric | 1. A Catholic aged or supported care service | 1220 | 0.0520591 | 1 | 1 | 1 | 1.000000 | 0.000000e+00 | ▁▁▇▁▁ | F1.0 |
B1E | During the past 12 months, apart from attending religious services, have you or your family had contact with any of the following Catholic organisations? If so, which ones? : | numeric | 1. A Catholic church or parish | 1082 | 0.1592852 | 1 | 1 | 1 | 1.000000 | 0.000000e+00 | ▁▁▇▁▁ | F1.0 |
B1F | During the past 12 months, apart from attending religious services, have you or your family had contact with any of the following Catholic organisations? If so, which ones? : | numeric | 1. A Catholic social justice or political group | 1272 | 0.0116550 | 1 | 1 | 1 | 1.000000 | 0.000000e+00 | ▁▁▇▁▁ | F1.0 |
B1G | During the past 12 months, apart from attending religious services, have you or your family had contact with any of the following Catholic organisations? If so, which ones? : | numeric | 1. A Catholic sporting club or team | 1252 | 0.0271950 | 1 | 1 | 1 | 1.000000 | 0.000000e+00 | ▁▁▇▁▁ | F1.0 |
B1H | During the past 12 months, apart from attending religious services, have you or your family had contact with any of the following Catholic organisations? If so, which ones? : | numeric | 1. A Catholic financial service provider (eg Catholic Super) | 1259 | 0.0217560 | 1 | 1 | 1 | 1.000000 | 0.000000e+00 | ▁▁▇▁▁ | F1.0 |
B1I | During the past 12 months, apart from attending religious services, have you or your family had contact with any of the following Catholic organisations? If so, which ones? : | numeric | 1. Another Catholic group/activity not listed above | 1257 | 0.0233100 | 1 | 1 | 1 | 1.000000 | 0.000000e+00 | ▁▁▇▁▁ | F1.0 |
B1J | During the past 12 months, apart from attending religious services, have you or your family had contact with any of the following Catholic organisations? If so, which ones? : | numeric | 1. My family and I have not had any contact with a Catholic organisation in the past 12 months | 590 | 0.5415695 | 1 | 1 | 1 | 1.000000 | 0.000000e+00 | ▁▁▇▁▁ | F1.0 |
C1A | How much do you agree with each of the following statements? : Childhood vaccines are effective | numeric | 1. Strongly Agree, 2. Agree, 3. Neither Agree nor Disagree, 4. Disagree, 5. Strongly Disagree, 6. Not Applicable or Cant Choose |
22 | 0.9829060 | 1 | 1 | 6 | 1.428459 | 8.493182e-01 | ▇▁▁▁▁ | F1.0 |
C1B | How much do you agree with each of the following statements? : Generally I do what my doctor or health care provider recommends about vaccines for my child/children | numeric | 1. Strongly Agree, 2. Agree, 3. Neither Agree nor Disagree, 4. Disagree, 5. Strongly Disagree, 6. Not Applicable or Cant Choose |
38 | 0.9704740 | 1 | 1 | 6 | 2.198559 | 1.769751e+00 | ▇▁▁▁▂ | F1.0 |
C1C | How much do you agree with each of the following statements? : I am concerned about serious adverse effects of vaccines | numeric | 1. Strongly Agree, 2. Agree, 3. Neither Agree nor Disagree, 4. Disagree, 5. Strongly Disagree, 6. Not Applicable or Cant Choose |
49 | 0.9619270 | 1 | 4 | 6 | 3.755250 | 1.259031e+00 | ▅▅▇▇▁ | F1.0 |
C1D | How much do you agree with each of the following statements? : There are other (better) ways to prevent vaccine preventable diseases than with vaccines | numeric | 1. Strongly Agree, 2. Agree, 3. Neither Agree nor Disagree, 4. Disagree, 5. Strongly Disagree, 6. Not Applicable or Cant Choose |
47 | 0.9634810 | 1 | 5 | 6 | 4.287097 | 1.035992e+00 | ▁▂▆▇▁ | F1.0 |
C1E | How much do you agree with each of the following statements? : It is possible to have too many vaccines | numeric | 1. Strongly Agree, 2. Agree, 3. Neither Agree nor Disagree, 4. Disagree, 5. Strongly Disagree, 6. Not Applicable or Cant Choose |
52 | 0.9595960 | 1 | 4 | 6 | 3.825911 | 1.269123e+00 | ▅▇▇▇▂ | F1.0 |
C1F | How much do you agree with each of the following statements? : I have religious reasons for being concerned about vaccines | numeric | 1. Strongly Agree, 2. Agree, 3. Neither Agree nor Disagree, 4. Disagree, 5. Strongly Disagree, 6. Not Applicable or Cant Choose |
55 | 0.9572650 | 1 | 5 | 6 | 4.935065 | 7.994744e-01 | ▁▁▂▇▃ | F1.0 |
C2 | Have you ever received or heard negative information about vaccinations from religious leaders in your community? : | numeric | 1. Yes, 2. No, 3. I do not belong to a religious community |
37 | 0.9712510 | 1 | 2 | 3 | 2.449600 | 5.554337e-01 | ▁▁▇▁▇ | F1.0 |
C3 | Have you ever received or heard negative information about vaccinations from people in your church, mosque, or other religious community, who are not pastors, priests, imams, or religious leaders? : | numeric | 1. Yes, 2. No, 3. I do not belong to a religious community |
28 | 0.9782440 | 1 | 3 | 3 | 2.507546 | 5.727505e-01 | ▁▁▆▁▇ | F1.0 |
C4 | Do the religious leaders in your community support vaccines for infants and children? : | numeric | 1. Yes, 2. No, 3. Dont know, 4. I do not belong to a religious community |
35 | 0.9728050 | 1 | 4 | 4 | 3.222844 | 1.053648e+00 | ▂▁▁▅▇ | F1.0 |
D1 | Which of the following statements do you personally believe? : | numeric | 1. Climate change is happening now, and is caused mainly by human activities, 2. Climate change is happening now, but is caused mainly by natural forces, 3. Climate change is not happening now, 4. I don�t know whether climate change is happening or not |
28 | 0.9782440 | 1 | 1 | 4 | 1.597299 | 9.614306e-01 | ▇▃▁▁▁ | F1.0 |
D2 | How much do you feel that you understand about climate change - would you say a great deal, a moderate amount, only a little, or nothing at all? : | numeric | 1. A great deal, 2. A moderate amount, 3. Only a little, 4. Nothing at all |
18 | 0.9860140 | 1 | 2 | 4 | 2.154452 | 7.114029e-01 | ▂▇▁▃▁ | F1.0 |
D3 | Which of these best describes the North Pole? : | numeric | 1. Ice a few metres thick, floating over a deep ocean, 2. Ice more than a kilometre thick, over land, 3. A mainly rocky, mountainous landscape, 8. Dont know |
22 | 0.9829060 | 1 | 2 | 8 | 2.889328 | 2.805468e+00 | ▇▁▁▁▂ | F1.0 |
D4 | Which of these best describes the South Pole? : | numeric | 1. Ice a few metres thick, floating over a deep ocean, 2. Ice more than a kilometre thick, over land, 3. A mainly rocky, mountainous landscape, 8. Dont know |
22 | 0.9829060 | 1 | 2 | 8 | 3.237154 | 2.575575e+00 | ▇▁▁▁▂ | F1.0 |
D5 | Which of the following possible changes would, if it happened, do the most to raise sea levels? : | numeric | 1. Melting of land ice in Greenland and the Antarctic, 2. Melting of glaciers in the Himalayas and Alaska, 3. Melting of sea ice on the Arctic Ocean, 8. Dont know |
27 | 0.9790210 | 1 | 3 | 8 | 3.826984 | 3.162564e+00 | ▇▃▁▁▆ | F1.0 |
D6A | Please tell us whether you think the following statements are true or false. : The hole in the ozone layer contributes to climate change | numeric | 1. True, 2. False, 8. Dont know |
36 | 0.9720280 | 1 | 1 | 8 | 2.866507 | 2.943292e+00 | ▇▁▁▁▂ | F1.0 |
D6B | Please tell us whether you think the following statements are true or false. : Per person, Australians produce more greenhouse gas emissions per head than most other people in the world | numeric | 1. True, 2. False, 8. Dont know |
47 | 0.9634810 | 1 | 2 | 8 | 3.841129 | 3.133008e+00 | ▇▁▁▁▅ | F1.0 |
D6C | Please tell us whether you think the following statements are true or false. : Oceans around Australia have become warmer and more acidic due to climate change | numeric | 1. True, 2. False, 8. Dont know |
49 | 0.9619270 | 1 | 1 | 8 | 3.553312 | 3.281213e+00 | ▇▁▁▁▅ | F1.0 |
E1A | How much do you agree or disagree with the following statements? : Domestic violence is a serious issue in Australia | numeric | 1. Strongly Agree, 2. Agree, 3. Neither Agree nor Disagree, 4. Disagree, 5. Strongly Disagree, 6. Not Applicable or Cant Choose |
33 | 0.9743590 | 1 | 1 | 6 | 1.630782 | 8.428147e-01 | ▇▁▁▁▁ | F1.0 |
E1B | How much do you agree or disagree with the following statements? : Domestic violence is common in Australia | numeric | 1. Strongly Agree, 2. Agree, 3. Neither Agree nor Disagree, 4. Disagree, 5. Strongly Disagree, 6. Not Applicable or Cant Choose |
39 | 0.9696970 | 1 | 2 | 6 | 2.104968 | 1.084723e+00 | ▇▂▁▁▁ | F1.0 |
E1C | How much do you agree or disagree with the following statements? : Domestic violence is a serious issue for faith communities | numeric | 1. Strongly Agree, 2. Agree, 3. Neither Agree nor Disagree, 4. Disagree, 5. Strongly Disagree, 6. Not Applicable or Cant Choose |
43 | 0.9665890 | 1 | 3 | 6 | 3.046624 | 1.700716e+00 | ▇▅▁▁▃ | F1.0 |
E1D | How much do you agree or disagree with the following statements? : Domestic violence is common in my faith community | numeric | 1. Strongly Agree, 2. Agree, 3. Neither Agree nor Disagree, 4. Disagree, 5. Strongly Disagree, 6. Not Applicable or Cant Choose |
43 | 0.9665890 | 1 | 6 | 6 | 4.842444 | 1.489874e+00 | ▁▃▂▁▇ | F1.0 |
E2A | How much do you agree or disagree with the following statements? : I trust leaders in my faith community respond appropriately to domestic violence | numeric | 1. Strongly Agree, 2. Agree, 3. Neither Agree nor Disagree, 4. Disagree, 5. Strongly Disagree, 6. Not Applicable or Cant Choose |
43 | 0.9665890 | 1 | 6 | 6 | 4.392283 | 1.874280e+00 | ▃▂▁▁▇ | F1.0 |
E2B | How much do you agree or disagree with the following statements? : If I (or someone I know) experienced domestic violence, I trust leaders in my faith community would support me | numeric | 1. Strongly Agree, 2. Agree, 3. Neither Agree nor Disagree, 4. Disagree, 5. Strongly Disagree, 6. Not Applicable or Cant Choose |
48 | 0.9627040 | 1 | 6 | 6 | 4.303471 | 1.942197e+00 | ▅▂▁▁▇ | F1.0 |
E2C | How much do you agree or disagree with the following statements? : If I (or someone I know) experienced domestic violence, I trust leaders in my faith community would put my safety as the number one priority | numeric | 1. Strongly Agree, 2. Agree, 3. Neither Agree nor Disagree, 4. Disagree, 5. Strongly Disagree, 6. Not Applicable or Cant Choose |
50 | 0.9611500 | 1 | 6 | 6 | 4.299111 | 1.938648e+00 | ▅▂▁▁▇ | F1.0 |
E2D | How much do you agree or disagree with the following statements? : If I (or someone I know) experienced domestic violence, leaders in my faith community would say that keeping a marriage together is the most important thing | numeric | 1. Strongly Agree, 2. Agree, 3. Neither Agree nor Disagree, 4. Disagree, 5. Strongly Disagree, 6. Not Applicable or Cant Choose |
53 | 0.9588190 | 1 | 6 | 6 | 4.742301 | 1.543122e+00 | ▂▂▂▁▇ | F1.0 |
E2E | How much do you agree or disagree with the following statements? : If I (or someone I know) experienced domestic violence, I trust leaders in my faith community would refer me to services that could help me | numeric | 1. Strongly Agree, 2. Agree, 3. Neither Agree nor Disagree, 4. Disagree, 5. Strongly Disagree, 6. Not Applicable or Cant Choose |
54 | 0.9580420 | 1 | 6 | 6 | 4.154096 | 2.004605e+00 | ▆▁▁▁▇ | F1.0 |
E2F | How much do you agree or disagree with the following statements? : If I (or someone I know) experienced family and domestic violence, leaders in my faith community would say that the harmony and reputation of our faith community is most important | numeric | 1. Strongly Agree, 2. Agree, 3. Neither Agree nor Disagree, 4. Disagree, 5. Strongly Disagree, 6. Not Applicable or Cant Choose |
55 | 0.9572650 | 1 | 6 | 6 | 4.855519 | 1.451149e+00 | ▁▂▂▂▇ | F1.0 |
E3A | How much do you agree or disagree with the following statements? : When there are not enough jobs for everyone, men should get jobs and not women | numeric | 1. Strongly Agree, 2. Agree, 3. Neither Agree nor Disagree, 4. Disagree, 5. Strongly Disagree, 6. Not Applicable or Cant Choose |
38 | 0.9704740 | 1 | 4 | 6 | 4.194556 | 1.030669e+00 | ▂▂▆▇▁ | F1.0 |
E3B | How much do you agree or disagree with the following statements? : A woman has to have children to be fulfilled | numeric | 1. Strongly Agree, 2. Agree, 3. Neither Agree nor Disagree, 4. Disagree, 5. Strongly Disagree, 6. Not Applicable or Cant Choose |
38 | 0.9704740 | 1 | 4 | 6 | 4.248199 | 9.628760e-01 | ▁▂▆▇▁ | F1.0 |
E3C | How much do you agree or disagree with the following statements? : It�s ok for a woman to have a child as a single parent and not want a stable relationship with a man | numeric | 1. Strongly Agree, 2. Agree, 3. Neither Agree nor Disagree, 4. Disagree, 5. Strongly Disagree, 6. Not Applicable or Cant Choose |
39 | 0.9696970 | 1 | 2 | 6 | 2.475961 | 1.241904e+00 | ▇▂▂▁▁ | F1.0 |
E3D | How much do you agree or disagree with the following statements? : Men should take control in relationships and be the head of the household | numeric | 1. Strongly Agree, 2. Agree, 3. Neither Agree nor Disagree, 4. Disagree, 5. Strongly Disagree, 6. Not Applicable or Cant Choose |
38 | 0.9704740 | 1 | 4 | 6 | 4.002402 | 1.091559e+00 | ▂▃▆▇▁ | F1.0 |
E3E | How much do you agree or disagree with the following statements? : Women prefer a man to be in charge of the relationship | numeric | 1. Strongly Agree, 2. Agree, 3. Neither Agree nor Disagree, 4. Disagree, 5. Strongly Disagree, 6. Not Applicable or Cant Choose |
39 | 0.9696970 | 1 | 4 | 6 | 3.867789 | 1.091332e+00 | ▃▇▇▇▁ | F1.0 |
F1 | Are you … : | numeric | 1. Male, 2. Female |
31 | 0.9759130 | 1 | 2 | 2 | 1.511943 | 5.000565e-01 | ▇▁▁▁▇ | F1.0 |
F2 | When were you born? : Year (YYYY) | numeric | NA | 72 | 0.9440559 | 1919 | 1962 | 2000 | 1963.244444 | 1.745058e+01 | ▁▆▇▆▃ | F4.0 |
F5 | 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 |
44 | 0.9658120 | 1 | 1 | 6 | 1.652454 | 9.804285e-01 | ▇▂▁▁▁ | F1.0 |
F6 | 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 |
73 | 0.9432789 | 1 | 8 | 13 | 8.254530 | 3.451985e+00 | ▂▂▇▃▆ | F2.0 |
F7 | 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 |
38 | 0.9704740 | 1 | 1 | 3 | 1.437150 | 5.410373e-01 | ▇▁▅▁▁ | F1.0 |
F13ANZSCO1 | Code for group: ANZSCO2013v1.2 Level: 0 | numeric | 0. Operational codes (Aus), 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. Operational codes (NZ) |
1 | 0.9992230 | 0 | 2 | 8 | 2.963453 | 2.192183e+00 | ▆▇▂▅▂ | F2.0 |
F15ANZSIC1 | Code for group: 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 |
2 | 0.9984460 | 1 | 14 | 21 | 12.449805 | 6.010635e+00 | ▅▅▃▇▅ | F2.0 |
F16 | 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 |
72 | 0.9440559 | 1 | 1 | 9 | 3.144033 | 2.577273e+00 | ▇▁▁▅▁ | F1.0 |
F17 | Do you have a spouse or a partner and, if yes, do you share the same household? : | numeric | 1. Yes, I have a spouse/partner and we share the same household, 2. Yes, I have a spouse/partner but we don�t share the same household, 3. No, I don�t have a spouse/partner |
38 | 0.9704740 | 1 | 1 | 3 | 1.626101 | 9.033365e-01 | ▇▁▁▁▃ | F1.0 |
F25 | Which of the following best describes your spouses/partners current situation? : | numeric | 1. In paid work (as an employee, self-employed, or working for his/her 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, 8. Other |
420 | 0.6736597 | 1 | 1 | 8 | 3.031142 | 2.541153e+00 | ▇▁▁▃▁ | F1.0 |
F26 | 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 |
33 | 0.9743590 | 1 | 3 | 3 | 2.382775 | 6.921449e-01 | ▂▁▆▁▇ | F1.0 |
F27 | 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 |
34 | 0.9735820 | 1 | 1 | 14 | 2.873903 | 3.215388e+00 | ▇▂▁▁▁ | F2.0 |
F28 | Apart from such special occasions as weddings, funerals, etc., how often do you attend religious services? : | numeric | 1. Never, 2. Less than once a year, 3. About once or twice a year, 4. Several times a year, 5. About once a month, 6. 2-3 times a month, 7. Nearly every week, 8. Every week, 9. Several times a week |
21 | 0.9836830 | 1 | 1 | 9 | 2.522907 | 2.322911e+00 | ▇▂▁▁▁ | F1.0 |
F29 | 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 |
124 | 0.9036519 | 1 | 5 | 10 | 4.664660 | 1.709349e+00 | ▂▇▇▂▁ | F2.0 |
F30 | Do you usually think of yourself as close to any particular political party and, if yes, which party is that? : | numeric | 1. Labor Party (ALP), 2. Liberal Party, 3. National (Country) Party, 5. Greens, 8. No party affiliation, 9. Other party (please specify) |
42 | 0.9673660 | 1 | 8 | 9 | 5.077912 | 3.135658e+00 | ▆▁▁▁▇ | F1.0 |
F31 | Did you vote in Australias federal election in July 2016? : | numeric | 1. Yes, I did vote, 2. No, I did not vote, 3. I was not eligible to vote in the last election |
28 | 0.9782440 | 1 | 1 | 3 | 1.056394 | 2.861343e-01 | ▇▁▁▁▁ | F1.0 |
F32 | Thinking back to the last general election in July 2016 - Which party did you vote for? : | numeric | 1. Labor Party (ALP), 2. Liberal Party, 3. National (Country) Party, 5. Greens, 6. Other party (please specify) |
167 | 0.8702409 | 1 | 2 | 6 | 2.390179 | 1.581419e+00 | ▇▁▁▂▁ | F1.0 |
F33 | What country were you born in? : | numeric | 1. Australia, 2. Overseas - Please specify country |
31 | 0.9759130 | 1 | 1 | 2 | 1.247612 | 4.317968e-01 | ▇▁▁▁▂ | F1.0 |
F33SACC1 | 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 |
1 | 0.9992230 | 0 | 1 | 9 | 1.657854 | 1.759788e+00 | ▇▁▁▁▁ | F1.0 |
F34 | What country was your mother born in? : | numeric | 1. Australia, 2. Overseas - Please specify country |
37 | 0.9712510 | 1 | 1 | 2 | 1.356000 | 4.790068e-01 | ▇▁▁▁▅ | F1.0 |
F34SACC1 | 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 |
1 | 0.9992230 | 0 | 1 | 9 | 1.798600 | 1.777253e+00 | ▇▂▁▁▁ | F1.0 |
F35 | And what country was your father born in? : | numeric | 1. Australia, 2. Overseas - Please specify country |
37 | 0.9712510 | 1 | 1 | 2 | 1.381600 | 4.859736e-01 | ▇▁▁▁▅ | F1.0 |
F35SACC1 | 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 |
1 | 0.9992230 | 0 | 1 | 9 | 1.820373 | 1.765097e+00 | ▇▂▁▁▁ | F1.0 |
F37 | Do you identify yourself as Aboriginal or Torres Strait Islander? : | numeric | 1. Yes, 2. No |
56 | 0.9564880 | 1 | 2 | 2 | 1.974817 | 1.567436e-01 | ▁▁▁▁▇ | F1.0 |
F39 | 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 |
43 | 0.9665890 | 1 | 1 | 3 | 1.391479 | 5.028876e-01 | ▇▁▅▁▁ | F1.0 |
F40 | How many people in your household, including yourself, have a currently working mobile phone? | numeric | NA | 82 | 0.9362859 | 1 | 2 | 8 | 2.336100 | 1.133483e+00 | ▇▂▂▁▁ | F2.0 |
F41 | 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 |
45 | 0.9650350 | 1 | 1 | 3 | 1.074879 | 2.693536e-01 | ▇▁▁▁▁ | F1.0 |
F42 | Before taxes and other deductions, what on average is your own total monthly income? : per month $ | numeric | NA | 453 | 0.6480186 | 1 | 4000 | 150000 | 7087.932890 | 1.381960e+04 | ▇▁▁▁▁ | F7.0 |
F43 | Before taxes and other deductions, what on average is the total monthly income of your household? : per month $ | numeric | NA | 488 | 0.6208236 | 1 | 7000 | 1000000 | 11975.850613 | 4.099736e+04 | ▇▁▁▁▁ | F7.0 |
F44 | 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.9595960 | 1 | 1 | 5 | 2.302834 | 1.697729e+00 | ▇▁▂▁▃ | F1.0 |
F45 | Would you describe the place where you live as … : | numeric | 1. A big city, 2. The suburbs or outskirts of a big city, 3. A town or a small city, 4. A country village, 5. A farm or home in the country |
43 | 0.9665890 | 1 | 2 | 5 | 2.446945 | 1.073898e+00 | ▃▇▅▂▁ | F1.0 |
F46 | Do you own outright, are you buying or renting the dwelling in which you now live? : | numeric | 1. Own outright, 2. Own, paying off mortgage, 3. Rent from private landlord, 4. Rent from public housing authority, 5. Other (boarding, living at home, etc) |
57 | 0.9557110 | 1 | 2 | 5 | 1.981301 | 1.169371e+00 | ▇▆▂▁▂ | F1.0 |
F47 | In general, would you say your health is� : | numeric | 1. Excellent, 2. Very good, 3. Good, 4. Fair, 5. Poor, 6. Cant choose |
14 | 0.9891220 | 1 | 2 | 6 | 2.512176 | 1.016399e+00 | ▇▅▂▁▁ | F1.0 |
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 2018 - Religion",
"description": "The Australian Survey of Social Attitudes (AuSSA) is Australia’s main source of data for the scientific study of the social attitudes, beliefs and opinions of Australians, how they change over time, and how they compare with other societies. The survey is used to help researchers better understand how Australians think and feel about their lives. It produces important information about the changing views and attitudes of Australians as we move through the 21st century. Similar surveys are run in other countries, so data from the AuSSA also allows us to compare Australia with countries all over the world. The aims of the survey are to discover: the range of Australians’ views on topics that are important to all of us; how these views differ for people in different circumstances; how they have changed over the past quarter century; and how they compare with people in other countries. AuSSA is also the Australian component of the International Social Survey Project (ISSP). The ISSP is a cross-national collaboration on surveys covering important topics. Each year, survey researchers in some 40 countries each do a national survey using the same questions. The ISSP focuses on a special topic each year, repeating that topic from time to time. The topic for 2018 is Religion. This is the fourth time this has been the topic of the survey, having previously been the theme for the survey in 1991, 1998 and 2008.\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/IWGB1F",
"datePublished": "2020-10-09",
"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 2018 Codebook.",
"url": "https://www.acspri.org.au/sites/acspri.org.au/files/aussa2018codebook.html",
"temporalCoverage": "2018",
"spatialCoverage": "Australia",
"keywords": ["A1", "A2", "A3", "A4", "A5", "A6", "A7A", "A7B", "A7C", "A7D", "A7E", "A8", "A9A", "A9B", "A9C", "A10", "A11", "A12A", "A12B", "A13", "A14", "A15A", "A15B", "A15C", "A15D", "A15E", "A16A", "A16B", "A16C", "A16D", "A16E", "A16F", "A17", "A18", "A19", "A20", "A21", "A22", "A23", "A24", "A25", "A26", "A27", "A28", "A29", "A30", "A31A", "A31B", "A32", "A33A", "A33B", "A34", "A35", "A36A", "A36B", "A36C", "A36D", "A36E", "A36F", "A37", "B1A", "B1B", "B1C", "B1D", "B1E", "B1F", "B1G", "B1H", "B1I", "B1J", "C1A", "C1B", "C1C", "C1D", "C1E", "C1F", "C2", "C3", "C4", "D1", "D2", "D3", "D4", "D5", "D6A", "D6B", "D6C", "E1A", "E1B", "E1C", "E1D", "E2A", "E2B", "E2C", "E2D", "E2E", "E2F", "E3A", "E3B", "E3C", "E3D", "E3E", "F1", "F2", "F5", "F6", "F7", "F13ANZSCO1", "F15ANZSIC1", "F16", "F17", "F25", "F26", "F27", "F28", "F29", "F30", "F31", "F32", "F33", "F33SACC1", "F34", "F34SACC1", "F35", "F35SACC1", "F37", "F39", "F40", "F41", "F42", "F43", "F44", "F45", "F46", "F47"],
"@context": "http://schema.org/",
"@type": "Dataset",
"variableMeasured": [
{
"name": "A1",
"description": "If you were to consider your life in general these days, how happy or unhappy would you say you are, on the whole... :",
"value": "1. Very happy,\n2. Fairly happy,\n3. Not very happy,\n4. Not at all happy,\n5. Cant choose",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A2",
"description": "All things considered, how satisfied are you with your relationships with family members? :",
"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": "A3",
"description": "Do you think it is wrong or not wrong if a married person has sexual relations with someone other than his or her husband or wife, is it... :",
"value": "1. Always wrong,\n2. Almost always wrong,\n3. Wrong only sometimes,\n4. Not wrong at all,\n5. Cant choose",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A4",
"description": "And what about sexual relations between two adults of the same sex, is it... :",
"value": "1. Always wrong,\n2. Almost always wrong,\n3. Wrong only sometimes,\n4. Not wrong at all,\n5. Cant choose",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A5",
"description": "Do you personally think it is wrong or not wrong for a woman to have an abortion if the family has a very low income and cannot afford any more children. :",
"value": "1. Always wrong,\n2. Almost always wrong,\n3. Wrong only sometimes,\n4. Not wrong at all,\n5. Cant choose",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A6",
"description": "Do you agree or disagree with the following statement? A husbands job is to earn money; a wifes 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": "A7A",
"description": "How much confidence do you have in ... : Federal parliament",
"value": "1. Complete confidence,\n2. A great deal of confidence,\n3. Some confidence,\n4. Very little confidence,\n5. No confidence at all,\n6. Cant choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A7B",
"description": "How much confidence do you have in ... : Business and industry",
"value": "1. Complete confidence,\n2. A great deal of confidence,\n3. Some confidence,\n4. Very little confidence,\n5. No confidence at all,\n6. Cant choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A7C",
"description": "How much confidence do you have in ... : Churches and religious organisations",
"value": "1. Complete confidence,\n2. A great deal of confidence,\n3. Some confidence,\n4. Very little confidence,\n5. No confidence at all,\n6. Cant choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A7D",
"description": "How much confidence do you have in ... : Courts and the legal system",
"value": "1. Complete confidence,\n2. A great deal of confidence,\n3. Some confidence,\n4. Very little confidence,\n5. No confidence at all,\n6. Cant choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A7E",
"description": "How much confidence do you have in ... : Schools and the educational system",
"value": "1. Complete confidence,\n2. A great deal of confidence,\n3. Some confidence,\n4. Very little confidence,\n5. No confidence at all,\n6. Cant choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A8",
"description": "How much do you agree or disagree with the following statement?\tReligious leaders should not try to influence how people vote in elections. :",
"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": "A9A",
"description": "Please consider the following statements and tell me whether you agree or disagree. : We trust too much in science and not enough in religious faith",
"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": "A9B",
"description": "Please consider the following statements and tell me whether you agree or disagree. : Looking around the world, religions bring more conflict than peace",
"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": "A9C",
"description": "Please consider the following statements and tell me whether you agree or disagree. : People with very strong religious beliefs are often too intolerant of others",
"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": "A10",
"description": "Do you think that churches and religious organisations in this country have too much power or too little power? :",
"value": "1. Far too much power,\n2. Too much power,\n3. About the right amount of power,\n4. Too little power,\n5. Far too little power,\n6. Cant choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A11",
"description": "People have different religions and different religious views.Would you accept a person from a different religion or with a very different religious view from yours marrying a relative of yours. :",
"value": "1. Definitely accept,\n2. Probably accept,\n3. Probably not accept,\n4. Definitely not accept,\n5. Cant choose",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A12A",
"description": "There are some people whose views are considered extreme by the majority. Consider religious extremists, that is people who believe that their religion is the only true faith and all other religions should be considered as enemies. Do you think such",
"value": "1. Definitely,\n2. Probably,\n3. Probably Not,\n4. Definitely Not,\n5. Cant Choose",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A12B",
"description": "There are some people whose views are considered extreme by the majority. Consider religious extremists, that is people who believe that their religion is the only true faith and all other religions should be considered as enemies. Do you think such",
"value": "1. Definitely,\n2. Probably,\n3. Probably Not,\n4. Definitely Not,\n5. Cant Choose",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A13",
"description": "Please indicate which statement below comes closest to expressing what you believe about God. :",
"value": "1. I dont believe in God,\n2. I dont know whether there is a God and I dont believe there is any way to find out,\n3. I dont believe in a personal God, but I do believe in a Higher Power of some kind,\n4. I find myself believing in God some of the time, but not at others,\n5. While I have doubts, I feel that I do believe in God,\n6. I know God really exists and I have no doubts about it",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A14",
"description": "Which best describes your beliefs about God? :",
"value": "1. I dont believe in God now and I never have,\n2. I dont believe in God now, but I used to,\n3. I believe in God now, but I didnt used to,\n4. I believe in God now and I always have,\n5. Cant choose",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A15A",
"description": "Do you believe in : Life after death",
"value": "1. Yes, Definitely,\n2. Yes, Probably,\n3. No, Probably Not,\n4. No, Definitely Not,\n5. Cant Choose",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A15B",
"description": "Do you believe in : Heaven",
"value": "1. Yes, Definitely,\n2. Yes, Probably,\n3. No, Probably Not,\n4. No, Definitely Not,\n5. Cant Choose",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A15C",
"description": "Do you believe in : Hell",
"value": "1. Yes, Definitely,\n2. Yes, Probably,\n3. No, Probably Not,\n4. No, Definitely Not,\n5. Cant Choose",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A15D",
"description": "Do you believe in : Religious miracles",
"value": "1. Yes, Definitely,\n2. Yes, Probably,\n3. No, Probably Not,\n4. No, Definitely Not,\n5. Cant Choose",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A15E",
"description": "Do you believe in : The supernatural powers of deceased ancestors",
"value": "1. Yes, Definitely,\n2. Yes, Probably,\n3. No, Probably Not,\n4. No, Definitely Not,\n5. Cant Choose",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A16A",
"description": "Do you agree or disagree with the following? : There is a God who concerns Himself with every human being personally",
"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": "A16B",
"description": "Do you agree or disagree with the following? : There is little that people can do to change the course of their lives",
"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": "A16C",
"description": "Do you agree or disagree with the following? : To me, life is meaningful only because God exists",
"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": "A16D",
"description": "Do you agree or disagree with the following? : In my opinion, life does not serve any purpose",
"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": "A16E",
"description": "Do you agree or disagree with the following? : Life is only meaningful if you provide the meaning yourself",
"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": "A16F",
"description": "Do you agree or disagree with the following? : I have my own way of connecting with God without churches or religious services",
"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": "A17",
"description": "In your opinion, does your religion treat men and women equally, treat men better than women, or treat women better than men? :",
"value": "1. I don�t belong to or follow any religion,\n2. Treats men and women equally,\n3. Treats men better than women,\n4. Treats women better than men,\n5. Can�t choose",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A18",
"description": "What was your mothers religious preference when you were a child? :",
"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,\n98. Dont know",
"maxValue": 98,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A19",
"description": "What was your fathers religious preference when you were a child? :",
"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,\n98. Dont know",
"maxValue": 98,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A20",
"description": "What religion, if any, were you raised in? :",
"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,\n98. Dont know",
"maxValue": 98,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A21",
"description": "When you were a child, how often did your mother attend religious services? :",
"value": "1. Never,\n2. Less than once a year,\n3. About once or twice a year,\n4. Several times a year,\n5. About once a month,\n6. 2-3 times a month,\n7. Nearly every week,\n8. Every week,\n9. Several times a week,\n10. No mother/mother not present,\n98. Cant say/Cant remember",
"maxValue": 98,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A22",
"description": "When you were a child, how often did your father attend religious services? :",
"value": "1. Never,\n2. Less than once a year,\n3. About once or twice a year,\n4. Several times a year,\n5. About once a month,\n6. 2-3 times a month,\n7. Nearly every week,\n8. Every week,\n9. Several times a week,\n10. No father/father not present,\n98. Cant say/Cant remember",
"maxValue": 98,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A23",
"description": "And what about when you were around 11 or 12, how often did you attend religious services then? :",
"value": "1. Never,\n2. Less than once a year,\n3. About once or twice a year,\n4. Several times a year,\n5. About once a month,\n6. 2-3 times a month,\n7. Nearly every week,\n8. Every week,\n9. Several times a week,\n98. Cant say/Cant remember",
"maxValue": 98,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A24",
"description": "Now thinking about the present...\tAbout how often do you pray? :",
"value": "1. Never,\n2. Less than once a year,\n3. About once or twice a year,\n4. Several times a year,\n5. About once a month,\n6. 2-3 times a month,\n7. Nearly every week,\n8. Every week,\n9. Several times a week,\n10. Once a day,\n11. Several times a day",
"maxValue": 11,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A25",
"description": "How often do you take part in the activities or organisations of a church or place of worship other than attending services? :",
"value": "1. Never,\n2. Less than once a year,\n3. About once or twice a year,\n4. Several times a year,\n5. About once a month,\n6. 2-3 times a month,\n7. Nearly every week,\n8. Every week,\n9. Several times a week",
"maxValue": 9,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A26",
"description": "During the last 12 months, have you read or listened to the reading of any holy scripture such as the Bible, Buddhist sutra, Koran, Sruti, Torah, or other religious scripture, not counting any reading that happened during a worship service? :",
"value": "1. Yes,\n2. No",
"maxValue": 2,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A27",
"description": "For religious reasons do you have in your home a shrine, altar, or a religious object on display such as a crucifix, icon or menorah? :",
"value": "1. Yes,\n2. No",
"maxValue": 2,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A28",
"description": "How often do you visit a holy place for religious reasons such as going to church, mosque or temple?\tPlease do not count attending regular religious services at your usual place of worship, if you have one. :",
"value": "1. Never,\n2. Less than once a year,\n3. About once or twice a year,\n4. Several times a year,\n5. About once a month or more",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A29",
"description": "Would you describe yourself as ... :",
"value": "1. Extremely religious,\n2. Very religious,\n3. Somewhat religious,\n4. Neither religious nor non-religious,\n5. Somewhat non-religious,\n6. Very non-religious,\n7. Extremely non-religious,\n8. Cant choose",
"maxValue": 8,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A30",
"description": "What best describes you: :",
"value": "1. I follow a religion and consider myself to be a spiritual person interested in the sacred or the supernatural.,\n2. I follow a religion, but dont consider myself to be a spiritual person interested in the sacred or the supernatural.,\n3. I dont follow a religion, but consider myself to be a spiritual person interested in the sacred or the supernatural.,\n4. I dont follow a religion and dont consider myself to be a spiritual person interested in the sacred or the supernatural.,\n5. Can�t choose",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A31A",
"description": "Do you agree or disagree that practicing a religion helps people to� : make friends?",
"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": "A31B",
"description": "Do you agree or disagree that practicing a religion helps people to� : gain comfort in times of trouble or sorrow?",
"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": "A32",
"description": "Do you agree or disagree with the following statement?\tReligions are usually a barrier to equality between women and men. :",
"value": "1. Strongly agree,\n2. Agree,\n3. Neither agree nor disagree,\n4. Disagree,\n5. Strongly disagree,\n6. Can�t choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A33A",
"description": "Do you agree or disagree with the following statements? : Governments should not interfere with the attempts of any religion to spread its faith",
"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": "A33B",
"description": "Do you agree or disagree with the following statements? : All things considered, people belonging to different religions cannot get along with each other when living close 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": "A34",
"description": "Do you agree or disagree with each of the following?\tIn Australia, religion represents the past and not the future. :",
"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": "A35",
"description": "In Australia, religion is just as relevant to life today as it was in the past. :",
"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": "A36A",
"description": "What is your personal attitude towards members of the following religious groups? : Christians",
"value": "1. Very positive,\n2. Somewhat positive,\n3. Neither positive nor negative,\n4. Somewhat negative,\n5. Very negative,\n6. Cant choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A36B",
"description": "What is your personal attitude towards members of the following religious groups? : Muslims",
"value": "1. Very positive,\n2. Somewhat positive,\n3. Neither positive nor negative,\n4. Somewhat negative,\n5. Very negative,\n6. Cant choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A36C",
"description": "What is your personal attitude towards members of the following religious groups? : Hindus",
"value": "1. Very positive,\n2. Somewhat positive,\n3. Neither positive nor negative,\n4. Somewhat negative,\n5. Very negative,\n6. Cant choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A36D",
"description": "What is your personal attitude towards members of the following religious groups? : Buddhists",
"value": "1. Very positive,\n2. Somewhat positive,\n3. Neither positive nor negative,\n4. Somewhat negative,\n5. Very negative,\n6. Cant choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A36E",
"description": "What is your personal attitude towards members of the following religious groups? : Jews",
"value": "1. Very positive,\n2. Somewhat positive,\n3. Neither positive nor negative,\n4. Somewhat negative,\n5. Very negative,\n6. Cant choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A36F",
"description": "What is your personal attitude towards members of the following religious groups? : Atheists or non-believers",
"value": "1. Very positive,\n2. Somewhat positive,\n3. Neither positive nor negative,\n4. Somewhat negative,\n5. Very negative,\n6. Cant choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "A37",
"description": "Generally speaking, would you say that people can be trusted or that you cant be too careful in dealing with people? :",
"value": "1. People can almost always be trusted,\n2. People can usually be trusted,\n3. You usually cant be too careful in dealing with people,\n4. You almost always cant be too careful in dealing with people,\n5. Cant choose",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "B1A",
"description": "During the past 12 months, apart from attending religious services, have you or your family had contact with any of the following Catholic organisations? If so, which ones? :",
"value": "1. A Catholic school or university",
"maxValue": 1,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "B1B",
"description": "During the past 12 months, apart from attending religious services, have you or your family had contact with any of the following Catholic organisations? If so, which ones? :",
"value": "1. A Catholic social welfare service (eg Vinnies)",
"maxValue": 1,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "B1C",
"description": "During the past 12 months, apart from attending religious services, have you or your family had contact with any of the following Catholic organisations? If so, which ones? :",
"value": "1. A Catholic hospital or health service",
"maxValue": 1,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "B1D",
"description": "During the past 12 months, apart from attending religious services, have you or your family had contact with any of the following Catholic organisations? If so, which ones? :",
"value": "1. A Catholic aged or supported care service",
"maxValue": 1,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "B1E",
"description": "During the past 12 months, apart from attending religious services, have you or your family had contact with any of the following Catholic organisations? If so, which ones? :",
"value": "1. A Catholic church or parish",
"maxValue": 1,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "B1F",
"description": "During the past 12 months, apart from attending religious services, have you or your family had contact with any of the following Catholic organisations? If so, which ones? :",
"value": "1. A Catholic social justice or political group",
"maxValue": 1,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "B1G",
"description": "During the past 12 months, apart from attending religious services, have you or your family had contact with any of the following Catholic organisations? If so, which ones? :",
"value": "1. A Catholic sporting club or team",
"maxValue": 1,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "B1H",
"description": "During the past 12 months, apart from attending religious services, have you or your family had contact with any of the following Catholic organisations? If so, which ones? :",
"value": "1. A Catholic financial service provider (eg Catholic Super)",
"maxValue": 1,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "B1I",
"description": "During the past 12 months, apart from attending religious services, have you or your family had contact with any of the following Catholic organisations? If so, which ones? :",
"value": "1. Another Catholic group/activity not listed above",
"maxValue": 1,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "B1J",
"description": "During the past 12 months, apart from attending religious services, have you or your family had contact with any of the following Catholic organisations? If so, which ones? :",
"value": "1. My family and I have not had any contact with a Catholic organisation in the past 12 months",
"maxValue": 1,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "C1A",
"description": "How much do you agree with each of the following statements? : Childhood vaccines are effective",
"value": "1. Strongly Agree,\n2. Agree,\n3. Neither Agree nor Disagree,\n4. Disagree,\n5. Strongly Disagree,\n6. Not Applicable or Cant Choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "C1B",
"description": "How much do you agree with each of the following statements? : Generally I do what my doctor or health care provider recommends about vaccines for my child/children",
"value": "1. Strongly Agree,\n2. Agree,\n3. Neither Agree nor Disagree,\n4. Disagree,\n5. Strongly Disagree,\n6. Not Applicable or Cant Choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "C1C",
"description": "How much do you agree with each of the following statements? : I am concerned about serious adverse effects of vaccines",
"value": "1. Strongly Agree,\n2. Agree,\n3. Neither Agree nor Disagree,\n4. Disagree,\n5. Strongly Disagree,\n6. Not Applicable or Cant Choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "C1D",
"description": "How much do you agree with each of the following statements? : There are other (better) ways to prevent vaccine preventable diseases than with vaccines",
"value": "1. Strongly Agree,\n2. Agree,\n3. Neither Agree nor Disagree,\n4. Disagree,\n5. Strongly Disagree,\n6. Not Applicable or Cant Choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "C1E",
"description": "How much do you agree with each of the following statements? : It is possible to have too many vaccines",
"value": "1. Strongly Agree,\n2. Agree,\n3. Neither Agree nor Disagree,\n4. Disagree,\n5. Strongly Disagree,\n6. Not Applicable or Cant Choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "C1F",
"description": "How much do you agree with each of the following statements? : I have religious reasons for being concerned about vaccines",
"value": "1. Strongly Agree,\n2. Agree,\n3. Neither Agree nor Disagree,\n4. Disagree,\n5. Strongly Disagree,\n6. Not Applicable or Cant Choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "C2",
"description": "Have you ever received or heard negative information about vaccinations from religious leaders in your community? :",
"value": "1. Yes,\n2. No,\n3. I do not belong to a religious community",
"maxValue": 3,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "C3",
"description": "Have you ever received or heard negative information about vaccinations from people in your church, mosque, or other religious community, who are not pastors, priests, imams, or religious leaders? :",
"value": "1. Yes,\n2. No,\n3. I do not belong to a religious community",
"maxValue": 3,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "C4",
"description": "Do the religious leaders in your community support vaccines for infants and children? :",
"value": "1. Yes,\n2. No,\n3. Dont know,\n4. I do not belong to a religious community",
"maxValue": 4,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "D1",
"description": "Which of the following statements do you personally believe? :",
"value": "1. Climate change is happening now, and is caused mainly by human activities,\n2. Climate change is happening now, but is caused mainly by natural forces,\n3. Climate change is not happening now,\n4. I don�t know whether climate change is happening or not",
"maxValue": 4,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "D2",
"description": "How much do you feel that you understand about climate change - would you say a great deal, a moderate amount, only a little, or nothing at all? :",
"value": "1. A great deal,\n2. A moderate amount,\n3. Only a little,\n4. Nothing at all",
"maxValue": 4,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "D3",
"description": "Which of these best describes the North Pole? :",
"value": "1. Ice a few metres thick, floating over a deep ocean,\n2. Ice more than a kilometre thick, over land,\n3. A mainly rocky, mountainous landscape,\n8. Dont know",
"maxValue": 8,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "D4",
"description": "Which of these best describes the South Pole? :",
"value": "1. Ice a few metres thick, floating over a deep ocean,\n2. Ice more than a kilometre thick, over land,\n3. A mainly rocky, mountainous landscape,\n8. Dont know",
"maxValue": 8,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "D5",
"description": "Which of the following possible changes would, if it happened, do the most to raise sea levels? :",
"value": "1. Melting of land ice in Greenland and the Antarctic,\n2. Melting of glaciers in the Himalayas and Alaska,\n3. Melting of sea ice on the Arctic Ocean,\n8. Dont know",
"maxValue": 8,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "D6A",
"description": "Please tell us whether you think the following statements are true or false. : The hole in the ozone layer contributes to climate change",
"value": "1. True,\n2. False,\n8. Dont know",
"maxValue": 8,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "D6B",
"description": "Please tell us whether you think the following statements are true or false. : Per person, Australians produce more greenhouse gas emissions per head than most other people in the world",
"value": "1. True,\n2. False,\n8. Dont know",
"maxValue": 8,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "D6C",
"description": "Please tell us whether you think the following statements are true or false. : Oceans around Australia have become warmer and more acidic due to climate change",
"value": "1. True,\n2. False,\n8. Dont know",
"maxValue": 8,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "E1A",
"description": "How much do you agree or disagree with the following statements? : Domestic violence is a serious issue in Australia",
"value": "1. Strongly Agree,\n2. Agree,\n3. Neither Agree nor Disagree,\n4. Disagree,\n5. Strongly Disagree,\n6. Not Applicable or Cant Choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "E1B",
"description": "How much do you agree or disagree with the following statements? : Domestic violence is common in Australia",
"value": "1. Strongly Agree,\n2. Agree,\n3. Neither Agree nor Disagree,\n4. Disagree,\n5. Strongly Disagree,\n6. Not Applicable or Cant Choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "E1C",
"description": "How much do you agree or disagree with the following statements? : Domestic violence is a serious issue for faith communities",
"value": "1. Strongly Agree,\n2. Agree,\n3. Neither Agree nor Disagree,\n4. Disagree,\n5. Strongly Disagree,\n6. Not Applicable or Cant Choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "E1D",
"description": "How much do you agree or disagree with the following statements? : Domestic violence is common in my faith community",
"value": "1. Strongly Agree,\n2. Agree,\n3. Neither Agree nor Disagree,\n4. Disagree,\n5. Strongly Disagree,\n6. Not Applicable or Cant Choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "E2A",
"description": "How much do you agree or disagree with the following statements? : I trust leaders in my faith community respond appropriately to domestic violence",
"value": "1. Strongly Agree,\n2. Agree,\n3. Neither Agree nor Disagree,\n4. Disagree,\n5. Strongly Disagree,\n6. Not Applicable or Cant Choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "E2B",
"description": "How much do you agree or disagree with the following statements? : If I (or someone I know) experienced domestic violence, I trust leaders in my faith community would support me",
"value": "1. Strongly Agree,\n2. Agree,\n3. Neither Agree nor Disagree,\n4. Disagree,\n5. Strongly Disagree,\n6. Not Applicable or Cant Choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "E2C",
"description": "How much do you agree or disagree with the following statements? : If I (or someone I know) experienced domestic violence, I trust leaders in my faith community would put my safety as the number one priority",
"value": "1. Strongly Agree,\n2. Agree,\n3. Neither Agree nor Disagree,\n4. Disagree,\n5. Strongly Disagree,\n6. Not Applicable or Cant Choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "E2D",
"description": "How much do you agree or disagree with the following statements? : If I (or someone I know) experienced domestic violence, leaders in my faith community would say that keeping a marriage together is the most important thing",
"value": "1. Strongly Agree,\n2. Agree,\n3. Neither Agree nor Disagree,\n4. Disagree,\n5. Strongly Disagree,\n6. Not Applicable or Cant Choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "E2E",
"description": "How much do you agree or disagree with the following statements? : If I (or someone I know) experienced domestic violence, I trust leaders in my faith community would refer me to services that could help me",
"value": "1. Strongly Agree,\n2. Agree,\n3. Neither Agree nor Disagree,\n4. Disagree,\n5. Strongly Disagree,\n6. Not Applicable or Cant Choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "E2F",
"description": "How much do you agree or disagree with the following statements? : If I (or someone I know) experienced family and domestic violence, leaders in my faith community would say that the harmony and reputation of our faith community is most important",
"value": "1. Strongly Agree,\n2. Agree,\n3. Neither Agree nor Disagree,\n4. Disagree,\n5. Strongly Disagree,\n6. Not Applicable or Cant Choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "E3A",
"description": "How much do you agree or disagree with the following statements? : When there are not enough jobs for everyone, men should get jobs and not women",
"value": "1. Strongly Agree,\n2. Agree,\n3. Neither Agree nor Disagree,\n4. Disagree,\n5. Strongly Disagree,\n6. Not Applicable or Cant Choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "E3B",
"description": "How much do you agree or disagree with the following statements? : A woman has to have children to be fulfilled",
"value": "1. Strongly Agree,\n2. Agree,\n3. Neither Agree nor Disagree,\n4. Disagree,\n5. Strongly Disagree,\n6. Not Applicable or Cant Choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "E3C",
"description": "How much do you agree or disagree with the following statements? : It�s ok for a woman to have a child as a single parent and not want a stable relationship with a man",
"value": "1. Strongly Agree,\n2. Agree,\n3. Neither Agree nor Disagree,\n4. Disagree,\n5. Strongly Disagree,\n6. Not Applicable or Cant Choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "E3D",
"description": "How much do you agree or disagree with the following statements? : Men should take control in relationships and be the head of the household",
"value": "1. Strongly Agree,\n2. Agree,\n3. Neither Agree nor Disagree,\n4. Disagree,\n5. Strongly Disagree,\n6. Not Applicable or Cant Choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "E3E",
"description": "How much do you agree or disagree with the following statements? : Women prefer a man to be in charge of the relationship",
"value": "1. Strongly Agree,\n2. Agree,\n3. Neither Agree nor Disagree,\n4. Disagree,\n5. Strongly Disagree,\n6. Not Applicable or Cant Choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "F1",
"description": "Are you ... :",
"value": "1. Male,\n2. Female",
"maxValue": 2,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "F2",
"description": "When were you born? : Year (YYYY)",
"@type": "propertyValue"
},
{
"name": "F5",
"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": "F6",
"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": "F7",
"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": "F13ANZSCO1",
"description": "Code for group: ANZSCO2013v1.2 Level: 0",
"value": "0. Operational codes (Aus),\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. Operational codes (NZ)",
"maxValue": 9,
"minValue": 0,
"@type": "propertyValue"
},
{
"name": "F15ANZSIC1",
"description": "Code for group: 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": "F16",
"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": "F17",
"description": "Do you have a spouse or a partner and, if yes, do you share the same household? :",
"value": "1. Yes, I have a spouse/partner and we share the same household,\n2. Yes, I have a spouse/partner but we don�t share the same household,\n3. No, I don�t have a spouse/partner",
"maxValue": 3,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "F25",
"description": "Which of the following best describes your spouses/partners current situation? :",
"value": "1. In paid work (as an employee, self-employed, or working for his/her 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,\n8. Other",
"maxValue": 8,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "F26",
"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": "F27",
"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": "F28",
"description": "Apart from such special occasions as weddings, funerals, etc., how often do you attend religious services? :",
"value": "1. Never,\n2. Less than once a year,\n3. About once or twice a year,\n4. Several times a year,\n5. About once a month,\n6. 2-3 times a month,\n7. Nearly every week,\n8. Every week,\n9. Several times a week",
"maxValue": 9,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "F29",
"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": "F30",
"description": "Do you usually think of yourself as close to any particular political party and, if yes, which party is that? :",
"value": "1. Labor Party (ALP),\n2. Liberal Party,\n3. National (Country) Party,\n5. Greens,\n8. No party affiliation,\n9. Other party (please specify)",
"maxValue": 9,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "F31",
"description": "Did you vote in Australias federal election in July 2016? :",
"value": "1. Yes, I did vote,\n2. No, I did not vote,\n3. I was not eligible to vote in the last election",
"maxValue": 3,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "F32",
"description": "Thinking back to the last general election in July 2016 - Which party did you vote for? :",
"value": "1. Labor Party (ALP),\n2. Liberal Party,\n3. National (Country) Party,\n5. Greens,\n6. Other party (please specify)",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "F33",
"description": "What country were you born in? :",
"value": "1. Australia,\n2. Overseas - Please specify country",
"maxValue": 2,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "F33SACC1",
"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": "F34",
"description": "What country was your mother born in? :",
"value": "1. Australia,\n2. Overseas - Please specify country",
"maxValue": 2,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "F34SACC1",
"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": "F35",
"description": "And what country was your father born in? :",
"value": "1. Australia,\n2. Overseas - Please specify country",
"maxValue": 2,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "F35SACC1",
"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": "F37",
"description": "Do you identify yourself as Aboriginal or Torres Strait Islander? :",
"value": "1. Yes,\n2. No",
"maxValue": 2,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "F39",
"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": "F40",
"description": "How many people in your household, including yourself, have a currently working mobile phone?",
"@type": "propertyValue"
},
{
"name": "F41",
"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": "F42",
"description": "Before taxes and other deductions, what on average is your own total monthly income? : per month $",
"@type": "propertyValue"
},
{
"name": "F43",
"description": "Before taxes and other deductions, what on average is the total monthly income of your household? : per month $",
"@type": "propertyValue"
},
{
"name": "F44",
"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": "F45",
"description": "Would you describe the place where you live as ... :",
"value": "1. A big city,\n2. The suburbs or outskirts of a big city,\n3. A town or a small city,\n4. A country village,\n5. A farm or home in the country",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "F46",
"description": "Do you own outright, are you buying or renting the dwelling in which you now live? :",
"value": "1. Own outright,\n2. Own, paying off mortgage,\n3. Rent from private landlord,\n4. Rent from public housing authority,\n5. Other (boarding, living at home, etc)",
"maxValue": 5,
"minValue": 1,
"@type": "propertyValue"
},
{
"name": "F47",
"description": "In general, would you say your health is� :",
"value": "1. Excellent,\n2. Very good,\n3. Good,\n4. Fair,\n5. Poor,\n6. Cant choose",
"maxValue": 6,
"minValue": 1,
"@type": "propertyValue"
}
]
}`