Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: RE: RE: Useing e(over_labels)


From   "Nick Cox" <[email protected]>
To   <[email protected]>
Subject   st: RE: RE: Useing e(over_labels)
Date   Thu, 9 Jul 2009 12:56:03 +0100

Using -collapse- is another (and easier) possibility. 

Nick 
[email protected] 

Martin Weiss

cap ssc inst parmest
sysuse auto, clear
mean mpg, over(for rep,  nolabel)
parmest, saving(myfile, replace)
u myfile, clear
drop eq t dof
l

Richard Palmer-Jones

I want to compuile the ereturned e(b) and e(v) results of a "mean
var1, over(var2 var3, nolabel)" into a usable form, such as rows in
new variables or a matrix, together with the relevatn values of var2 &
var3

I think this means making use of the values in e(over_labels), but how
to do so escapes me.

*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index