I am running a RD design using rdrobust (https://rdpackages.github.io/rdrobust/). The package allows the inclusion of covariates but the output does not show the coefficients for these covariates. How can I show the coefficients?
A test data set can be obtained here
Regression table appears with the following command:
The covariate included is the variable class. But, the output does not show the coefficient estimate for class. How can I get its coefficient?
A test data set can be obtained here
Regression table appears with the following command:
Code:
rdrobust vote margin, p(1) kernel(triangular) h(100) covs(class)
Comment