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 ?
loop for finding lowest value of oneI am trying to find the value of "meas_value" (time point for meas value "RECORDED_TIME") at the clo…
Do I add mediator and control variables in Wooldridge test for autocorrelation on Stata?Hi everyone, I am conducting the Wooldridge test for serial autocorrelation for my mediation analysi…
Not recounting new CEO roleIn my dataset, a director can have different roles each year. In my example, the director gets a new…
Exporting variable names, labels, and value codes for labelsHi all, I am trying to prepare a codebook document that provides details on all variables (includin…
Removing duplicate words from a string variableI have a variable with a row of ICD codes. Some of them are repeated One registration looks like thi…
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