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
Can I Collapse or Reshape to Wide?I am struggling to do the right thing here, as well as use the right terminology because I'm not pos…
recording forward observations in panel dataDear Statalist, This is probably a trivial question, but I couldn't find a solution for it myself. …
Advice on DiD using repeated cross sectional dataI have a question about treatment and control groups - DiD using repeated cross sectional data. If n…
Appending PDF documents using StataHello everyone, Hope you are well. I have a question regarding appending multiple documents and wh…
Measuring labour productivity using firm-level panel dataHello, My aim is to measure labour productivity in firm-level panel data. (all the analysis would …
Subscribe to:
Post Comments (Atom)
0 Response to Bootstrapping with areg
Post a Comment