Statalist


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

Re: st: RE: Decode categorical variable based on frequency


From   "Bhoom Suktitipat" <[email protected]>
To   [email protected]
Subject   Re: st: RE: Decode categorical variable based on frequency
Date   Wed, 30 Jul 2008 21:45:21 -0400

Thank you very much, Nick.
Works like magic.
labutils looks very useful, too.

Thanks again.

~Bhoom







On Wed, Jul 30, 2008 at 2:51 PM, Nick Cox <[email protected]> wrote:
> Yes.
>
> bysort rs1010: gen freq = _N
> egen group = group(freq rs1010)
> replace group = group - 1
> labmask group, values(rs1010)
>
> -search labmask- for locations.
>
> Nick
> [email protected]
>
> Bhoom Suktitipat
>
> Is there a possible way to automatically code a categorical variable
> based on its frequency?
>
> For example,
>
> my variable contains ( a string variable)
>
> . tab rs1010
>  rs1010 |      Freq.     Percent        Cum.
> ------------+-----------------------------------
>        1/1 |        353       64.77       64.77
>        1/3 |        163       29.91       94.68
>        3/3 |         29        5.32      100.00
> ------------+-----------------------------------
>      Total |        545      100.00
>
>
> If I use decode rs1010, gen(newrs) I got 1/1 as 0 instead.
> Basically, I want to encode 3/3 (lowest frequency category) as 0, 1/3
> as 1, and 1/1 as 2.
>
>
> *
> *   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/
>
*
*   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