weight_list_votes {proporz}R Documentation

Create weighted votes matrix

Description

Weigh list votes by dividing the votes matrix entries by the number of seats per district. This method is used in upper_apportionment() if use_list_votes is TRUE (default). The weighted votes are not rounded.

Usage

weight_list_votes(votes_matrix, seats_district)

Arguments

votes_matrix

votes matrix

seats_district

seats per district, vector with same length as ncol(votes_matrix))

Value

the weighted votes_matrix

Examples

weight_list_votes(uri2020$votes_matrix, uri2020$seats_vector)


[Package proporz version 1.5.0 Index]