Description Usage Arguments Details Value Examples
This method calculates the number of respondents for each party in each poll by taking the total number of respondents for the poll and multiplying it with the share of each party.
1 | pp_poll_of_polls_summariser(polls, collapse_firm = TRUE)
|
polls |
a data set of polls |
collapse_firm |
collapse multiple polls from one firm into one poll that is the mean of that firms polls? |
Then it pools all the respondents for each party together and all the respondents from all the polls together to bassically create one massive poll.
This poll is then used to calculate the percentages and uncertainties anew.
a tibble
1 2 | polls <- pp_get_raw_polls()
pp_poll_of_polls_summariser(polls)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.