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 ?
How to make a unique combinationHi everyone, I have a question about cleaning my dataset, so I get for each cz (czone) the totals i…
Rolling problems: get decomposed R2, also called Shapley valueDear all I have time-series data. I want to run rolling regressions and obtain the decomposed R2 (a…
Survival model (stpm2) using previously estimated weights.I am using commands stset and then stpm2 in Stata 16 to estimate a time-to-event or survival model. …
Combining rows in stataDear Forum, I am rearranging my dataset to fit my method, but I got stuck trying to combine rows th…
Team PowerGoodmorning everyone. I'm doing a thesis about social pressure in stadiums. For each team I have t…
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