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 )
qoi.in
: string specifying the QOIdata.in
: data.frame providing the processed/parsed data to be used for calculationslead
: see PanelMatch() documentationoutcome.variable
: string specifying the outcome variablepooled
: Logical. See PanelEstimate() documentation.A named vector of point estimates
Useful links