Codes and Frequencies
Can't find the category you are looking for? Try the Detailed codes
Explore how IPUMS created this variable
Most IPUMS data transformations are performed using variable harmonization tables that specify how each value in the source data is recoded. Some variables also require programming logic in addition to the harmonization table. The harmonization documents for this variable are:
- Harmonization table
- Supplemental programming
- Instructions for interpreting harmonization documents
class Wgcomm : public Editor {
public:
Wgcomm(VarPointer varInfo) : Editor(varInfo) {}
void edit() {
long a = getRecoded();
switch (dataSet) {
case dataset_id::tt2011a: {
if (TT2011A_0424() == 2 && TT2011A_0436() == 9)
a = 1;
if (TT2011A_0424() == 9 && TT2011A_0436() == 9)
a = 8;
} break;
}
setData(a);
}
};
Description
WGCOMM indicates the person's level of difficulty in communicating, related to being understood or understanding, even in a usual language.
Comparability — Index
GENERAL Malawi |
Trinidad and Tobago |
Vietnam |
Comparability — General
The coding structure in WGCOMM follows recommendations from the United Nations Washington Group on Disability Statistics, which developed a set question to assess degrees of functional difficulty across a range of basic activities. The questions aim to circumvent the stigma and ambiguity often associated with traditional yes-no questions on disability, which are harder to interpret with respect to expectations of functionality.
The Washington Group proposes a framework that identifies four levels of difficulty. Some countries deviate from the recommended four levels. The country specific comparability sections describe how these alternative scales are interpreted and harmonized into WGCOMM.
The information on the traditional (yes/no) questions to report a disability in the form of inability to speak or a significant speech impediment is available in DISMUTE.
Comparability — Malawi [top]
In 2018, the question refers specifically to difficulty speaking.
Comparability — Trinidad and Tobago [top]
In 2011, the census question refers specifically to difficulty speaking and understanding because of a physical, mental, or emotional health condition.
Comparability — Vietnam [top]
In 2019, the census question refers to difficulty communicating (using normal language).
Universe
- Cambodia 2019: Persons age 5+
- Kenya 2019: Persons age 5+
- Laos 2015: All persons
- Malawi 2018: Persons age 5+
- Mauritius 2011: All persons
- Mexico 2020: All persons
- Morocco 2014: All persons
- Senegal 2013: Residents age 1+ in ordinary households
- South Africa 2011: Persons in private households
- South Africa 2016: Persons age 5+
- Suriname 2012: All persons
- Trinidad and Tobago 2011: Persons in private households living in Trinidad and Tobago
- Vietnam 2019: Persons age 5+
Availability
- Cambodia: 2019
- Kenya: 2019
- Laos: 2015
- Malawi: 2018
- Mauritius: 2011
- Mexico: 2020
- Morocco: 2014
- Senegal: 2013
- South Africa: 2011, 2016
- Suriname: 2012
- Trinidad and Tobago: 2011
- Vietnam: 2019

Loading...