Announcement

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

  • Clopper-Pearson Confidence Intervals with Complex Survey Data

    Hello,

    I am currently working with complex survey data in Stata14 and would like to calculate exact/Clopper-Pearson confidence intervals for proportions. Is this possible using Stata14?

    I found an article (see link to pdf below) about the Korn-Graubard kg_nchs postestimation command, but Stata 14 does not seem to recognize this command. http://www.ncbi.nlm.nih.gov/pmc/arti...ms-1043397.pdf

    Thank you in advance for any guidance you are able to offer.

    Helena

  • #2
    Dear Helena,

    This command is a user provided package.
    It was published in The Stata Journal, i.e. the same basically as the ncbi-version.

    You can install it by the following syntax:
    Code:
    * To install manually and also download ancillary files:
    findit kg_nchs
    
    * For direct installation:
    net sj 19-3 st0564
    Note that you should set Stata's current working folder to a location on your system disk where you want to save the ancillary files that are provided with this package.
    http://publicationslist.org/eric.melse

    Comment


    • #3
      Thank you, Eric! This was an easy solution.

      Best,
      Helena

      Comment

      Working...
      X