View source: R/estimate_helper.R
estimate_lm | R Documentation |
OLS Estimator
estimate_lm(frame_df, fit_formula, IPW, robust, col_names, ...)
frame_df |
DESCRIPTION. |
fit_formula |
DESCRIPTION. |
IPW |
Inverse probability weights specified as character vector. |
robust |
Logical. Whether to report heteroskedastic robust standard errors. Implemented only for linear models for now. |
col_names |
DESCRIPTION. |
... |
DESCRIPTION. |
RETURN_DESCRIPTION
# ADD_EXAMPLES_HERE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.