rdrobust_helper {rdss} | R Documentation |
Helper function for using rdrobust as a model in declare_estimator
Description
Helper function for using rdrobust as a model in declare_estimator
Usage
rdrobust_helper(data, y, x, subset = NULL, ...)
Arguments
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 |
Value
rdrobust model fit object
[Package rdss version 1.0.14 Index]