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
Using Classes from LCA in another modelDear Statalisters, I am using Stata17. I have run the following LCA model (the analysis try to grou…
Creating a year variable out of two date variablesI have two date variables in my dataset. They show the beginning and end dates of a person's leaders…
Creating a variable that corresponds the proportion of observations that the current observation is larger thanHi, I am looking to create a variable that corresponds to the proportion (or percentage) of observat…
PPMLDHFE dropping linear time trendHi all, I'm trying to run the following code: Code: ppmlhdfe died year `controls' if year!=2020,…
STATS CANADA: hadamard? brr? what am I doingI am using the National Longitudinal Survey of Children and Youth (NLSCY) Cycle 1 from Statistics Ca…
Subscribe to:
Post Comments (Atom)
0 Response to Storing estimate values from the total command
Post a Comment