app_hamilton_vinton {apportion} | R Documentation |
Apportion by the Hamilton-Vinton Method
Description
Apportion by the Hamilton-Vinton Method
Usage
app_hamilton_vinton(size, pop)
Arguments
size |
number of seats to apportion across units |
pop |
a vector of population sizes for each unit |
Value
integer vector
Examples
app_hamilton_vinton(size = 435, pop = state_2020$pop)
[Package apportion version 0.0.1 Index]