Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: collapse prob


From   "Martin Weiss" <[email protected]>
To   <[email protected]>
Subject   st: collapse prob
Date   Tue, 20 May 2008 10:10:21 +0200

Dear Statalisters,

In this example, does your Stata complain about a "name conflict" as well?

**************
webuse college, clear
collapse (mean) gpa (median) gpa [fw=number], by(year)
**************

In effect, you cannot calculate two statistics for the same variable without
renaming one of the results. This is mentioned in [D] collapse at the bottom
of page 48, but rather cursorily. And correct me if I am wrong, but there is
just no way you could have these statistics renamed in the dialog box. You
must first find out that you have the problem I am describing, and second
edit the command line to 

**********
webuse college, clear
collapse (mean) meangpa=gpa (median) mediangpa=gpa [fw=number], by(year)
**********

to make this work. It took me quite some time to find that out...


Martin Weiss
_________________________________________________________________

Diplom-Kaufmann Martin Weiss
Mohlstrasse 36
Room 415
72074 Tuebingen
Germany

Fon: 0049-7071-2978184

Home: http://www.wiwi.uni-tuebingen.de/cms/index.php?id=1130

Publications: http://www.wiwi.uni-tuebingen.de/cms/index.php?id=1131

SSRN: http://papers.ssrn.com/sol3/cf_dev/AbsByAuth.cfm?per_id=669945



*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   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