View source: R/combine_P_matrices.R
combine_P_matrices | R Documentation |
combine_P_matrices(election_event_probs)
election_event_probs |
The output of |
plurality_election(k = 3) %>%
election_event_probs(method = "sc", alpha = c(10, 8, 5)) %>%
combine_P_matrices -> P
t(P) %*% c(2, 5, 9)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.