cps_reweight_turnout {cpsvote} | R Documentation |
apply weight correction for voter turnout
Description
This function applies the turnout correction recommended by Hur & Achen
(2013). The data set containing the scaling factor is cpsvote::cps_reweight
.
Usage
cps_reweight_turnout(data)
Arguments
data |
the input data set, containing columns |
Examples
cps_reweight_turnout(cps_recode_vote(cps_refactor(cps_label(cps_2016_10k))))
[Package cpsvote version 0.1.0 Index]