View source: R/estimator_plans.R
lm_est | R Documentation |
An estimator that can potentially control linearly for some features.
Tests whether object is an lm_est
.
lm_est(lasso = FALSE, control_est = TRUE) is_lm_est(x)
lasso |
Use Lasso on the train sample to choose control variables |
control_est |
Use controls when estimating effects on estimation sample |
x |
an R object |
Estimation plan
Boolean
is_lm_est
: is lm_est
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.