Dear All,
I am having difficulty bootstrapping with areg. I have a low number of clusters and have been suggested by the reviewer to bootstrap (Wild) but cannot figure out how to do it.
I tried boottest, but do I have to do it for all vars to get SE for each? please help. Is there any way I can do it using clustse? My code is;
foreach var in $outcome {
eststo reg_`var': areg `var' benyear $control i.year, absorb(id_char) cluster(id_char)
boottest benyear ,cluster(id_char) bootcluster(id_char) seed(999)
}
Look forward to hearing from you all!
Related Posts with Bootstrapping with areg
Append/ merge datasetsI am using survey data which i was able to download for each year directly into stata. However i wan…
problem with substrI am trying to match two different data sets via the variable name. The problem that occurs is that …
xtlogit does not converge (not concave)Dear Statalist I'm having difficulties trying estimate the following model working with panel data …
how to use color to differentiate the two groups? Code: set scheme s2mono * Example generated by -dataex-. To install: ssc install dataex clear inp…
Collapse commandHello In my dataset, I have two string variables. I am trying to summarize the number of implements…
Subscribe to:
Post Comments (Atom)
0 Response to Bootstrapping with areg
Post a Comment