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 ?
table creation after foreach and selecting variablesHello everybody and thanks in advance. I'm wondering how to create tables in Stata 16 after a loop v…
Dropping observations of a variableHey all, Wonderful community here. I'm new to coding in stata. I was curious if someone could walk …
DSGE error(498): could not find steady-state of model under initial parameter vectorHello everyone, I'm trying to run a non-linear DSGE model but I'm facing an error saying "could not …
Implementing a loop in rclass programDear all, I would like to implement a loop over a dependent variable in an rclass program. This is…
Removing the variable name and equals sign from legends without using legend(lab()) ?Hi, I am trying to create a series of Kaplan-Meier survival curves based on a series of categorical …
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