Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions stat_vars/New_Zealand_Census_stat_vars.mcf
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@

Node: dcid:Mean_Count_Person
name: "Mean count of person"
description: "The mean count of people in New Zealand"
typeOf: dcid:StatisticalVariable
populationType: dcid:Person
measuredProperty: dcid:count
name: "Mean count of person"
description: "The mean count of people"
statType: dcid:meanValue

Node: dcid:Mean_IncrementalCount_Person
name: "Mean incremental count of person"
description: "The mean incremental count of people in New Zealand"
typeOf: dcid:StatisticalVariable
populationType: dcid:Person
measuredProperty: dcid:incrementalCount
name: "Mean incremental count of person"
description: "The mean of the incremental count of people"
statType: dcid:meanValue
23,971 changes: 2,198 additions & 21,773 deletions stat_vars/ncses_statvar.mcf

Large diffs are not rendered by default.

1,694 changes: 1,613 additions & 81 deletions stat_vars/ncses_tenure_9-26.mcf

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions stat_vars/newzealand_stat_vars.mcf
Original file line number Diff line number Diff line change
@@ -1,18 +1,25 @@

Node: dcid:Count_MortalityEvent_Infant
name: "Number of mortality event infant"
description: "Number of infant mortality events"
typeOf: dcid:StatisticalVariable
populationType: dcid:MortalityEvent
measuredProperty: dcid:count
statType: dcid:measuredValue
ageGroupClassification: dcid:Infant

Node: dcid:Count_Person_EverMarriedOrNewZealandCivilUnion
name: "Ever married or civil union"
description: "The number of people who have ever been married or in a civil union in New Zealand"
typeOf: dcid:StatisticalVariable
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
maritalStatus: dcid:EverMarried__NewZealand_CivilUnion

Node: dcid:Count_Person_Male_AsAFractionOf_Count_Person_Female
name: "Number of male as fraction of female"
description: "The number of males as a fraction of the count of females in New Zealand"
typeOf: dcid:StatisticalVariable
populationType: dcid:Person
measuredProperty: dcid:count
Expand All @@ -21,6 +28,8 @@ measurementDenominator: dcid:Count_Person_Female
gender: dcid:Male

Node: dcid:Median_Age_Person_Female_Divorced
name: "Median age female divorced"
description: "The median age of females who are divorced in New Zealand"
typeOf: dcid:StatisticalVariable
populationType: dcid:Person
measuredProperty: dcid:age
Expand All @@ -29,6 +38,8 @@ gender: dcid:Female
maritalStatus: dcid:Divorced

Node: dcid:Median_Age_Person_Female_EverMarriedOrNewZealandCivilUnion
name: "Median age female ever married or civil union"
description: "The median age of females who have ever been married or in a civil union in New Zealand"
typeOf: dcid:StatisticalVariable
populationType: dcid:Person
measuredProperty: dcid:age
Expand All @@ -37,6 +48,8 @@ gender: dcid:Female
maritalStatus: dcid:EverMarried__NewZealand_CivilUnion

Node: dcid:Median_Age_Person_Male_Divorced
name: "Median age male divorced"
description: "The median age of males who are divorced in New Zealand"
typeOf: dcid:StatisticalVariable
populationType: dcid:Person
measuredProperty: dcid:age
Expand All @@ -45,6 +58,8 @@ gender: dcid:Male
maritalStatus: dcid:Divorced

Node: dcid:Median_Age_Person_Male_EverMarriedOrNewZealandCivilUnion
name: "Median age male ever married or civil union"
description: "The median age of males who have ever been married or in a civil union in New Zealand"
typeOf: dcid:StatisticalVariable
populationType: dcid:Person
measuredProperty: dcid:age
Expand Down
Loading