diff --git a/man/survey_dv_accomodation.Rd b/man/survey_dv_accomodation.Rd index ca29e2d7d46addcb934684e9f54cc153ee60decf..4f9313864f5141b6c89d440dd6fdfae9de0c9907 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 e9e0b3d447f6f662bcade20954f67b534aaa93b0..cc0b95fa1129de4ea92215e7bc44b1d0e0debd87 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 f8f44683fd32c0a3ec432d9c3ef2354a97c09d71..4a21f933a299c3020aa1c37414a4fa7896a1e650 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 25b0910a4867209d24db58bfd0339b9b2ff2454d..b5c41cb797c518baffa6a8a2942b7778d033eda0 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 6e4612d16b9b72f21d1abfa53fc148d5603f82e4..8c19436ce3ba9cdda766366418e4017f927bfcf1 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{