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
)
A named vector of point estimates
string specifying the QOI
data.frame providing the processed/parsed data to be used for calculations
see PanelMatch() documentation
string specifying the outcome variable
Logical. See PanelEstimate() documentation.