Displaying 1 result from an estimated 1 matches for "totalvot".
Did you mean:
total_out
2012 Oct 11
2
survey package question
...candidate 3= 3419 / 10874= .3144
In this case, the unit of analysis is voters (or votes).
If I specify the sampling design using the survey package in this way...
design <-svydesign(id=~station + unit fpc=~probstation +probunit,
data=sample, pps="brewer")
svyciprop(~I(candidate1/totalVotes), design)
... I am assuming that the unit of analysis is the voting unit, right?
and I am estimating an average among voting units?
I should expand my database at individual level (voters), or I just
have to include a unit weight according to the number of voters for
voting unit? In other words...