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]