View source: R/helpers-regression-discontinuity.R
rdrobust_helper | R Documentation |
declare_estimator
Helper function for using rdrobust as a model in declare_estimator
rdrobust_helper(data, y, x, subset = NULL, ...)
data |
a data.frame |
y |
unquoted name of the outcome variable |
x |
unquoted name of the running variable |
subset |
an optional vector specifying a subset of observations to be used in the fitting process |
... |
Other arguments to |
rdrobust model fit object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.