Skip to content
Snippets Groups Projects
Commit 6e7a9d16 authored by B.Anderson's avatar B.Anderson
Browse files

rebuild

parent 628f4978
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ survey_dv_accomodation(dt, feedback = FALSE) ...@@ -15,7 +15,7 @@ survey_dv_accomodation(dt, feedback = FALSE)
a data.table (not a data frame) of processed data a data.table (not a data frame) of processed data
} }
\description{ \description{
\code{survey_dv_accomodation} codes the self-reported accomodation type (\code{dv_accom}). It also \code{survey_dv_accomodation} uses Q8_2 to code the self-reported accomodation type (\code{dv_accom}). It also
codes a reduced version that aligns with other data sets (\code{dv_accom_4cat}). codes a reduced version that aligns with other data sets (\code{dv_accom_4cat}).
} }
\details{ \details{
......
...@@ -15,7 +15,7 @@ survey_dv_age(dt, feedback = FALSE) ...@@ -15,7 +15,7 @@ survey_dv_age(dt, feedback = FALSE)
a data.table (not a data frame) of processed data a data.table (not a data frame) of processed data
} }
\description{ \description{
\code{survey_dv_age} codes the self-reported age of the household response person. \code{survey_dv_age} uses Q2B to code the self-reported age of the household response person.
} }
\details{ \details{
Variable labels are found in the household_survey_key_vX.csv file. Variable labels are found in the household_survey_key_vX.csv file.
......
...@@ -15,7 +15,7 @@ survey_dv_sex(dt, feedback = FALSE) ...@@ -15,7 +15,7 @@ survey_dv_sex(dt, feedback = FALSE)
a data.table (not a data frame) of processed data a data.table (not a data frame) of processed data
} }
\description{ \description{
\code{survey_dv_sex} codes the self-reported sex of the household response person. \code{survey_dv_sex} uses Q2C to code the self-reported sex of the household response person.
} }
\details{ \details{
Variable labels are found in the household_survey_key_vX.csv file. Variable labels are found in the household_survey_key_vX.csv file.
......
...@@ -15,7 +15,7 @@ survey_dv_tenure(dt, feedback = FALSE) ...@@ -15,7 +15,7 @@ survey_dv_tenure(dt, feedback = FALSE)
a data.table (not a data frame) of processed data a data.table (not a data frame) of processed data
} }
\description{ \description{
\code{survey_dv_tenure} codes the self-reported tenure of the household. Note that it uses Q3_1 and Q3_2 to \code{survey_dv_tenure} uses Q3_1 to code the self-reported tenure of the household. Note that it uses Q3_1 and Q3_2 to
try to determine social vs private rent. It also codes a reduced category version that try to determine social vs private rent. It also codes a reduced category version that
easily aligns with other data sources (such as the UK census). This is owned/private rent/social rent/other (\code{dv_tenure_4cat}). easily aligns with other data sources (such as the UK census). This is owned/private rent/social rent/other (\code{dv_tenure_4cat}).
} }
......
...@@ -15,7 +15,7 @@ survey_dv_work(dt, feedback = FALSE) ...@@ -15,7 +15,7 @@ survey_dv_work(dt, feedback = FALSE)
a data.table (not a data frame) of processed data a data.table (not a data frame) of processed data
} }
\description{ \description{
\code{survey_dv_work} codes the self-reported work status of the household (\code{dv_hrp_work}). It also \code{survey_dv_work} uses Q2D to code the self-reported work status of the household (\code{dv_hrp_work}). It also
codes a reduced version that aligns with other data sets (\code{dv_hrp_work_7cat}). codes a reduced version that aligns with other data sets (\code{dv_hrp_work_7cat}).
} }
\details{ \details{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment