From 6e7a9d16326b304ca24de7bd3802cc77191af218 Mon Sep 17 00:00:00 2001 From: "B.Anderson" <ba1e12@srv02405.soton.ac.uk> Date: Fri, 23 Apr 2021 16:24:44 +0100 Subject: [PATCH] rebuild --- man/survey_dv_accomodation.Rd | 2 +- man/survey_dv_age.Rd | 2 +- man/survey_dv_sex.Rd | 2 +- man/survey_dv_tenure.Rd | 2 +- man/survey_dv_work.Rd | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/man/survey_dv_accomodation.Rd b/man/survey_dv_accomodation.Rd index ca29e2d..4f93138 100644 --- a/man/survey_dv_accomodation.Rd +++ b/man/survey_dv_accomodation.Rd @@ -15,7 +15,7 @@ survey_dv_accomodation(dt, feedback = FALSE) a data.table (not a data frame) of processed data } \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}). } \details{ diff --git a/man/survey_dv_age.Rd b/man/survey_dv_age.Rd index e9e0b3d..cc0b95f 100644 --- a/man/survey_dv_age.Rd +++ b/man/survey_dv_age.Rd @@ -15,7 +15,7 @@ survey_dv_age(dt, feedback = FALSE) a data.table (not a data frame) of processed data } \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{ Variable labels are found in the household_survey_key_vX.csv file. diff --git a/man/survey_dv_sex.Rd b/man/survey_dv_sex.Rd index f8f4468..4a21f93 100644 --- a/man/survey_dv_sex.Rd +++ b/man/survey_dv_sex.Rd @@ -15,7 +15,7 @@ survey_dv_sex(dt, feedback = FALSE) a data.table (not a data frame) of processed data } \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{ Variable labels are found in the household_survey_key_vX.csv file. diff --git a/man/survey_dv_tenure.Rd b/man/survey_dv_tenure.Rd index 25b0910..b5c41cb 100644 --- a/man/survey_dv_tenure.Rd +++ b/man/survey_dv_tenure.Rd @@ -15,7 +15,7 @@ survey_dv_tenure(dt, feedback = FALSE) a data.table (not a data frame) of processed data } \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 easily aligns with other data sources (such as the UK census). This is owned/private rent/social rent/other (\code{dv_tenure_4cat}). } diff --git a/man/survey_dv_work.Rd b/man/survey_dv_work.Rd index 6e4612d..8c19436 100644 --- a/man/survey_dv_work.Rd +++ b/man/survey_dv_work.Rd @@ -15,7 +15,7 @@ survey_dv_work(dt, feedback = FALSE) a data.table (not a data frame) of processed data } \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}). } \details{ -- GitLab