The structure of my data is a panel, under the command "xtreg", how can I derive _b[] and _se[] at the same time with 200 repetition?
code:
xtreg F`i'.g exp0bp rec0bp $bpnlxlist, fe vce(bootstrap)
gen bgexph`i' = _b[exp0bp]
gen bgrech`i' = _b[rec0bp]
gen segexph`i' = _se[exp0bp]
gen segrech`i' = _se[rec0bp]
Related Posts with How do I obtain _b[] and _se[] at the same time from Bootstrap with panel data ?
Modifying a dataset to facilitate mergingHello, I am working with NHANES data and have been merging datasets together using a 1:1 merge with…
import delimited and loopDear Statalisters, i am trying to import 40 csv files into one dta file using import delimted and fo…
Indicator variable based on change in string variableHi, I'm dealing with (unbalanced) panel data. Code: * Example generated by -dataex-. To install: s…
Marginal Effects after GsemHello everyone I am running a multinomial logit model using gsem I tried finding marginal effect of …
Unbalanced datasetHello Stata users, I started using Stata recently and at the moment I find myself in a dilemma. My d…
Subscribe to:
Post Comments (Atom)
0 Response to How do I obtain _b[] and _se[] at the same time from Bootstrap with panel data ?
Post a Comment