Hello,
I am running the total command for each value of a nominal variable. I am trying to create a table using putexcel with each estimate from this command stacked on top of each other. Unfortunately, the total command does not seem to store the estimate (or at least I can't figure out how to show it). I tried displaying e(b) but I get an error. Does anyone know how to obtain the beta and standard error coefficients after using total? My code and results are below:
total f50_i [iw= wgt_long] if e43_i==1
Total estimation Number of obs = 506
--------------------------------------------------------------
| Total Std. Err. [95% Conf. Interval]
-------------+------------------------------------------------
f50_i | 519088 65505.21 390391.6 647784.5
--------------------------------------------------------------
. di e(b)
matrix operators that return matrices not allowed in this context
r(509);
. di e(V)
matrix operators that return matrices not allowed in this context
r(509);
Thanks,
Tom
Related Posts with Storing estimate values from the total command
Bivariate dynamic probit models for panel dataHi all, I am estimating a Bivariate dynamic probit model for panel data. I follow the approach sugg…
MI with clustered data: thousands of clusters, and varying units within clustersHello, I'm looking to undertake MI with clustered data. Where I need to use MI for a level 1 variabl…
Sequencing with a conditionHello Everyone! I have a question about generating a sequence in Stata with a condition. I have a v…
teffects ATET and POmeanHi, I am using teffects IPW, atet and am wanting to obtain coefficient values and 95% CIs for POmea…
Ridgeline plots (Joy plots) in StataAsjad Naqvi has done some great work and created a guide on ridgeline plots using Stata. If interest…
Subscribe to:
Post Comments (Atom)
0 Response to Storing estimate values from the total command
Post a Comment