calculate_point_estimates function

calculate_point_estimates Helper function that calculates the point estimates for the specified QOI

calculate_point_estimates Helper function that calculates the point estimates for the specified QOI

calculate_point_estimates( qoi.in, data.in, lead, outcome.variable, pooled = FALSE )

Arguments

  • qoi.in: string specifying the QOI
  • data.in: data.frame providing the processed/parsed data to be used for calculations
  • lead: see PanelMatch() documentation
  • outcome.variable: string specifying the outcome variable
  • pooled: Logical. See PanelEstimate() documentation.

Returns

A named vector of point estimates

  • Maintainer: In Song Kim
  • License: GPL (>= 3)
  • Last published: 2025-03-03

Useful links