calculate_point_estimates {PanelMatch} | R Documentation |
calculate_point_estimates Helper function that calculates the point estimates for the specified QOI
Description
calculate_point_estimates Helper function that calculates the point estimates for the specified QOI
Usage
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. |
Value
A named vector of point estimates
[Package PanelMatch version 3.1.1 Index]