You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot get the largestRemainders() function to work. For a minimal example like largestRemainders( parties = c("A","B","C"), votes = c(45,30,25), seats = 10, method = 'hare' )
I get an output like
Method: Hare
Divisors: 1 NA NA NA ...
ENP: 2.75 (After): 3
Gallagher Index: 61.54
Party Seats % Seats
NA 1 33.3
NA 1 33.3
NA 1 33.3
NA 0 0
NA 0 0
NA 0 0
NA 0 0
NA 0 0
NA 0 0
Warnmeldung:
In is.na(names(TABLE)) :
is.na() auf nicht-(Liste oder Vektor) des Typs 'NULL' angewendet
The text was updated successfully, but these errors were encountered:
I cannot get the largestRemainders() function to work. For a minimal example like
largestRemainders( parties = c("A","B","C"), votes = c(45,30,25), seats = 10, method = 'hare' )
I get an output like
The text was updated successfully, but these errors were encountered: