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
Univariate analysisHello, So I want to apply this univariate test, subdividing my sample into high and low groups by t…
Using outreg2 to export Heckman results to LaTeXHi, I'm having problems using outreg2 to export the results from a Heckman model to LaTeX (same prob…
Is it okay to use multiple imputation to create imputed values in a second dataset?Say I have two datasets A & B. They have the same variables in each except that set A has one ad…
Logit non-linear regressionHi, I have a non-linear model and wish to use logit command. Is the command the same for linear mod…
Creating Lead variables with respect to month (1, 3, 6) when I have daily datahello. I'm working on the U.S. stock market. I have entire stock market data ( thousands of stocks).…
Subscribe to:
Post Comments (Atom)
0 Response to Storing estimate values from the total command
Post a Comment