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
Replacing observations with charachtersI am using the following command: gen Cou_Code_O=. in 1/26 replace Cou_Code_O = "ARG" in 1 and …
Creating a subsample with missing value restrictionsDear all From the entire sample list ,I would like to create a sub-sample based on certain condtions…
Using stir to analyse IRR for cancer recurrence in two groups, p significant but CI range below 1, any thoughts?Dear all, I have a set of data with approximately 100 patiens treated for cancer in two groups in r…
-meprobit- vs -probit- with clustered standard errorsHi all, So I have a multi-level data, with individuals from different countries, over the period of …
NBReg - How to calculate difference between two incidence ratesHi, I want to know if it's possible to calculate the difference in two incidence rates from a negat…
Subscribe to:
Post Comments (Atom)
0 Response to Bootstrapping with areg
Post a Comment