Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Winsorize command in STATA

    Hello everyone,
    I would like to winsorize some of my independent variables. However, I was not able to find the command in STATA 12 that allows me to winsorize.
    I would really appreciate any help.
    Thank you.

  • #2
    Please study http://www.statalist.org/forums/help#before

    http://www.statalist.org/forums/help#spelling

    Please type in Stata

    Code:
    search winsorize, all

    Comment


    • #3
      Thank you very much for your help. I forgot to mention that I tried these two commands:
      winsor2 varname, suffix(_w) cuts(1 99) winsor varname, gen (_w) p(0.01) Unfortunately, STATA12 did not recognize winsor or winsor2. It seems that I have to install the command winsorize. To do so, I tried: ssc install winsor. It works. Thanks.
      Last edited by NOURHENE BEN YOUSSEF; 12 Mar 2016, 23:56.

      Comment


      • #4
        Good, but http://www.statalist.org/forums/help#spelling remains on your reading list!

        Comment

        Working...
        X