poststratify_frequentist: Poststratify frequentist

View source: R/poststratify_frequentist.R

poststratify_frequentistR Documentation

Poststratify frequentist

Description

Poststratify frequentist

Usage

poststratify_frequentist(
  model,
  poststratification_frame,
  estimates_by,
  weight_column = n,
  lower_confidence = 0.025,
  upper_confidence = 1 - lower_confidence,
  draws = "predicted"
)

Arguments

draws

joekroese/tidymrp documentation built on Aug. 8, 2024, 2:04 p.m.