From | Gary Longton <[email protected]> |
To | [email protected] |
Subject | Re: st: Question about tabsort (shorter alternative) |
Date | Wed, 07 Aug 2002 12:22:58 -0700 |
Rodrigo Brice�o wrote:
I'm using one procedure that Nick gave me few weeks ago. But I have onethis is an "I" for "l" typo for the abbreviated -,label(lblvarlist)- option of the egenmore egroup() function.
problem that I don't know how to resolve.
The solution provided was:
bysort clave1 : gen freq = - _N egen group = egroup(freq clave1) , l(clave1) tabulate group if group < 11
And I trying to use the same sintaxis to obtain from the variable
"diagnostico" the 10 most frequent diagnoses for an hospital.
The error ocurres in the second step of the procedure. The variable is
str40.
egen group=egroup(freq diagnostico), I(diagnostico)
I() invalid
© Copyright 1996–2024 StataCorp LLC | Terms of use | Privacy | Contact us | What's new | Site index |