Announcement

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

  • missing option in proportion command

    Hello everyone,

    I am having a problem switching to STATA 14 to 16

    Command proportion does not have the (, missing) option anymore in STATA 16.
    I used to wright :

    proportion var , missing


    Dont know how to fix this quickly...
    Any suggestions ?

    Thanks a lot

  • #2
    I can't imagine why someone should want this, but an easy way would be to recode your missing value into a numeric value either using recode or mvencode.

    Comment


    • #3
      I have loads of dichotomic variables and I need to describe proportion and dispersion of values (by IC95%) of each modalities for quality assessement of my data.
      Using the recode command on 400 variables... yes I thought about it...

      Comment

      Working...
      X