| TwoDimTbl {Census2016} | R Documentation |
Two dimensional tables
Description
Tables with two keys (the SA2 and a label for which the count applies)
Usage
Census2016_ancestories
Census2016_countries_of_birth
Census2016_languages
Census2016_religions
Census2016_n_women_by_children_ever_born
Format
A data.table of 4 columns. The keys are sa2_code
Details
From the Community Series time series data packs.
N.B. countries_of_birth only includes the top 35 responses countries of birth across Australia.
sa2_code is not necessarily the same as SA2_MAINYY for 2006, 2011, and 2016.
Instead, the code reflects the 2016 boundaries and the values given allow comparisons to be made over time on these boundaries.
Census2016_ancestories
N.B. This table is a multi-response table, and therefore the total response count will not equal the total persons count. Sinhalese is equivalent to Sri Lankan.
sa2_codeThe SA2 code. See details.
yearThe census year.
ancestorySelected ancestries are based on the 30 most common ancestry responses reported in the 2011 Census.
personsCount of persons.
Census2016_religions
sa2_codeThe SA2 code. See details.
yearThe census year.
religionReligion. "What is the person's religion?".
personsNumber of adherents.
Census2016_languages
sa2_codeThe SA2 code. See details.
yearThe census year.
languageDoes the person speak a language other than English at home?
personsNumber of persons who speak the specified language. Note that the complement of "English" is not the number of people who do not speak English.
Census2016_n_women_by_children_ever_born
sa2_codeThe SA2 code. See details.
yearThe census year.
n_children_ever_bornNumber of children ever born.
n_womenCount of females over 15 by the number of children they have ever given birth to.