View source: R/point_estimates.R
calculate_point_estimates | R Documentation |
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 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. |
A named vector of point estimates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.