R/dcvts_paradata.R

#' DCVTS Round 1 Paradata
#'
#' Round 1 paradata from DCVTS in a tidy format. One observation per Sample ID. Includes both complete and incomplete interviews.
#'
#' @format A tibble with `r nrow(dcvts_timing_r1)` observations and `r ncol(dcvts_timing_r1)` variables:
#' \describe{
#'   \item{sampleid}{Sample ID}
#'   \item{interviewtime}{Full interview interview length (in seconds)}
#'   \item{iwtime_s1}{Length (mins) - Introduction, Screening and Consent.}
#'   \item{iwtime_s2}{Length (mins) - Knowledge of Coronavirus.}
#'   \item{iwtime_s3}{Length (mins) - Attitude and Perception.}
#'   \item{iwtime_s4}{Length (mins) - Practices and their feasibility.}
#'   \item{iwtime_s5}{Length (mins) - Impact.}
#'   \item{iwtime_s6}{Length (mins) - Basic Socio-demographic Characteristics.}
#'   \item{iwtime_s7}{Length (mins) - Survey attributes & Interviewer Observations.}
#'   \item{iwtime_s8}{Length (mins) - Final Submission.}
#'   }
#' @source \url{http://www.ncaer.org/data_details.php?dID=28}
"dcvts_timing_r1"

#' DCVTS Round 2 Paradata
#'
#' Round 2 paradata from DCVTS in a tidy format. One observation per Sample ID. Includes both complete and incomplete interviews.
#'
#' @format A tibble with `r nrow(dcvts_timing_r2)` observations and `r ncol(dcvts_timing_r2)` variables:
#' \describe{
#'   \item{sampleid}{Sample ID}
#'   \item{interviewtime}{Full interview interview length (in seconds)}
#'   \item{iwtime_s1}{Length (mins) - Introduction, Screening and Consent.}
#'   \item{iwtime_s2}{Length (mins) - Knowledge of Coronavirus.}
#'   \item{iwtime_s3}{Length (mins) - Attitude and Perception.}
#'   \item{iwtime_s4}{Length (mins) - Social Distancing.}
#'   \item{iwtime_s5}{Length (mins) - Impact.}
#'   \item{iwtime_s5a}{Length (mins) - Source of Income.}
#'   \item{iwtime_s6}{Length (mins) - Welfare Measures.}
#'   \item{iwtime_s7}{Length (mins) - Socio-demographic and economic characteristics.}
#'   \item{iwtime_s8}{Length (mins) - Interviewer Observations.}
#'   \item{iwtime_s9}{Length (mins) - Final Submission.}
#'   }
#' @source \url{http://www.ncaer.org/data_details.php?dID=28}
"dcvts_timing_r2"

#' DCVTS Round 2 Paradata
#'
#' Round 3 paradata from DCVTS in a tidy format. One observation per Sample ID. Includes both complete and incomplete interviews.
#'
#' @format A tibble with `r nrow(dcvts_timing_r2)` observations and `r ncol(dcvts_timing_r2)` variables:
#' \describe{
#'   \item{sampleid}{Sample ID}
#'   \item{iwstat}{Interview Status recoded.}
#'   \item{startdatetime}{Interview Start Timestamp.}
#'   \item{iwtime}{Full interview interview length (in seconds)}
#'   \item{iwtime_s1}{Length (mins) - Introduction, Screening and Consent.}
#'   \item{iwtime_s2}{Length (mins) - Social distancing.}
#'   \item{iwtime_s3}{Length (mins) - Economic Impact of Coronavirus on household.}
#'   \item{iwtime_s4}{Length (mins) - Impact by specific occupation groups.}
#'   \item{iwtime_s4a}{Length (mins) - Cultivation.}
#'   \item{iwtime_s4b}{Length (mins) - Non-farm Business.}
#'   \item{iwtime_s4c}{Length (mins) - Salaried work.}
#'   \item{iwtime_s4d}{Length (mins) - Casual wage work.}
#'   \item{iwtime_s4e}{Length (mins) - Rent, Remittance, and Pension.}
#'   \item{iwtime_s4f}{Length (mins) - Main challenge in returning to work or business.}
#'   \item{iwtime_s5}{Length (mins) - Welfare measures.}
#'   \item{iwtime_s6}{Length (mins) - Demographic characteristics.}
#'   \item{iwtime_s7}{Length (mins) - Interviewer Observation.}
#'   \item{iwtime_s8}{Length (mins) - Final Submission.}
#'   }
#' @source \url{http://www.ncaer.org/data_details.php?dID=28}
"dcvts_timing_r3"
maskegger/dcvts documentation built on Aug. 8, 2020, 4:34 p.m.