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 ?
New Package: FLEXMAT: Create Tables and matrices with flexibilityI have published a new package -- flexmat -- on the SSC. To install Code: ssc install flexmat Descr…
panel data questionHi how I want my individual country observations not to generate multiple country graphs but show on…
"missing predicted values encountered within the estimation sample" r(322) errorHi everyone, I have the following code: bootstrap, reps(200) nodrop: probit ftptmain1 imm_percepti…
Stata independent data format csv/xmlThis is not a Stata question as such. My department is a Windows / Stata environment but some of ou…
Installing PowerBBK packageHi. I'm trying to install the user command powerBBK and am unable to install it using either ssc ins…
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