nrdbw | R Documentation |
Provides recommendations for the three bandwidths in the semiparametric estimation of the structural function in RDD with a continuous treatment variable.
nrdbw(df)
df |
Data frame whose columns are outcome Y, treatment Treat, and running variable R, respectively. |
A vector of length 3 containing the recommended bandwidth for each steps in the NRDD function.
n <- 500
set.seed(123)
data <- nrddgp(n)
nrdbw(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.