pool_austria: Pool surveys from different pollsters

View source: R/pooling.R

pool_austriaR Documentation

Pool surveys from different pollsters

Description

Per default, pools surveys starting from current date and going 14 days back. For each pollster within the defined time-frame, only the most recent survey is used.

Usage

pool_austria(
  ...,
  pollsters = c("Market", "Research Affairs", "Unique Research", "OGM", "IMAS",
    "Hajek", "Gallup", "Karmasin")
)

Arguments

pollsters

Character vector of pollsters that should be considered for pooling.

See Also

pool_surveys

Examples

library(coalitions)
library(dplyr)
latest <- get_latest(surveys_sample)
pool_surveys(surveys_sample, last_date=as.Date("2017-09-02"))

coalitions documentation built on Aug. 17, 2022, 5:07 p.m.