Codes and Frequencies
An 'X' indicates the category is available for that sample
Code | Label |
urug
2006
|
---|---|---|
1 | Yes, would like to work more hours | X |
2 | No, the same or less hours | X |
8 | Unknown | X |
9 | NIU (Not in universe) | X |
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 Wrkmore : public Editor {
public:
Wrkmore(VarPointer varInfo) : Editor(varInfo) {}
void edit() {
long a = getRecoded();
switch (dataSet) {
case dataset_id::ng2009a: {
if (NG2009A_0419() + NG2009A_0425() > 40)
a = 9;
} break;
}
setData(a);
}
};
Description
WRKMORE indicates whether the respondent wanted to work additional hours.
Comparability — Index
GENERAL |
Uruguay |
Comparability — General
The majority of samples inquire if an employed individual wants to work more (or less) hours, but some ascertain more generally whether the person wanted "additional work."
The universe of persons to whom this question applies varies across samples in age. The question is restricted in some countries only to employed persons working less than 40 hours per week.
Comparability — Uruguay [top]
The Uruguay 2006 sample asks if the person would like to work more hours.
Universe
- Uruguay 2006: Persons age 14+ working or with a job last week
Availability
- India: 1993, 1999
- Italy: 2011Q1, 2012Q1, 2013Q1, 2014Q1, 2015Q1, 2016Q1, 2017Q1, 2018Q1, 2019Q1, 2020Q1
- Nigeria: 2006, 2007, 2008, 2010
- Spain: 2005Q1, 2005Q2, 2005Q3, 2005Q4, 2006Q1, 2006Q2, 2006Q3, 2006Q4, 2007Q1, 2007Q2, 2007Q3, 2007Q4, 2008Q1, 2008Q2, 2008Q3, 2008Q4, 2009Q1, 2009Q2, 2009Q3, 2009Q4, 2010Q1, 2010Q2, 2010Q3, 2010Q4, 2011Q1, 2011Q2, 2011Q3, 2011Q4, 2012Q1, 2012Q2, 2012Q3, 2012Q4, 2013Q1, 2013Q2, 2013Q3, 2013Q4, 2014Q1, 2014Q2, 2014Q3, 2014Q4, 2015Q1, 2015Q2, 2015Q3, 2015Q4, 2016Q1, 2016Q2, 2016Q3, 2016Q4, 2017Q1, 2017Q2, 2017Q3, 2017Q4, 2018Q1, 2018Q2, 2018Q3, 2018Q4, 2019Q1, 2019Q2, 2019Q3, 2019Q4, 2020Q1, 2020Q2, 2020Q3, 2020Q4
- Uruguay: 2006
Loading...