Hello,
I wanted to do a robustness check with the user-created -checkrob-. Basically, it worked. However, when the results are transformed into a table as a last step the code stops with the alert
variable b_corevar1 not found
r(111);
For each variable, two new variables named b_varname and se_varname are created.
Help file of checkrob: http://fmwww.bc.edu/RePEc/bocode/c/checkrob.html
I tested the following:
I already tried to rename the first variable to the format b_corevar1 as it is also done by the program but it gets still not found.
Is anybody here familiar with checkrob?
I would be thankful for any advice.
Kind regards
Peter
I wanted to do a robustness check with the user-created -checkrob-. Basically, it worked. However, when the results are transformed into a table as a last step the code stops with the alert
variable b_corevar1 not found
r(111);
For each variable, two new variables named b_varname and se_varname are created.
Help file of checkrob: http://fmwww.bc.edu/RePEc/bocode/c/checkrob.html
I tested the following:
Code:
checkrob 10 12: reghdfe indepvar corevar1 ... corevar10 testingvar1 ... testingvar12, absorb(...) vce(cluster ...)
Is anybody here familiar with checkrob?
I would be thankful for any advice.
Kind regards
Peter
Comment