<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how to estimate reasonable confidence interval in 'proc surveylogistic' after 'proc surveyselect' in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/how-to-estimate-reasonable-confidence-interval-in-proc/m-p/106180#M29570</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The other thing is, can I get AUC (ROC c-statistics) in proc surveylogistic? And the confidence interval of AUC? Any way to calculate the AUC after the bootstrap using 'proc surveyselect'?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Oct 2013 13:53:10 GMT</pubDate>
    <dc:creator>gl</dc:creator>
    <dc:date>2013-10-08T13:53:10Z</dc:date>
    <item>
      <title>how to estimate reasonable confidence interval in 'proc surveylogistic' after 'proc surveyselect'</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-to-estimate-reasonable-confidence-interval-in-proc/m-p/106179#M29569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am a new user of sas. I wanna test the interval validation, so I use proc surveyselect for bootstrap resampling. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is my codes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #333333; font-size: 14px; background-color: #fffcf7; font-family: Tahoma, Helvetica, SimSun, sans-serif;"&gt;sasfile g load;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #333333; font-size: 14px; background-color: #fffcf7; font-family: Tahoma, Helvetica, SimSun, sans-serif;"&gt;proc surveyselect data=g out=gg&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #333333; font-size: 14px; background-color: #fffcf7; font-family: Tahoma, Helvetica, SimSun, sans-serif;"&gt;seed=123456 rep=1000 method=urs samprate=1 outhits;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #333333; font-size: 14px; background-color: #fffcf7; font-family: Tahoma, Helvetica, SimSun, sans-serif;"&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #333333; font-size: 14px; background-color: #fffcf7; font-family: Tahoma, Helvetica, SimSun, sans-serif;"&gt;sasfile g close;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #333333; font-size: 14px; background-color: #fffcf7; font-family: Tahoma, Helvetica, SimSun, sans-serif;"&gt;proc surveylogistic data=gg ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #333333; font-size: 14px; background-color: #fffcf7; font-family: Tahoma, Helvetica, SimSun, sans-serif;"&gt;model&amp;nbsp; y(descending) = exposure;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #333333; font-size: 14px; background-color: #fffcf7; font-family: Tahoma, Helvetica, SimSun, sans-serif;"&gt;run; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Tahoma, Helvetica, SimSun, sans-serif; font-size: 14px; background-color: #fffcf7;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Tahoma, Helvetica, SimSun, sans-serif; font-size: 14px; background-color: #fffcf7;"&gt;However, from proc surveylogistic I got a ridiculous confidence interval of exposure: (OR=1.2, 95%CI:1.2-1.2). I mean, after getting 1000 times replications, the sample size increased and the CI seemed too small.. But I used the method of unrestricted sampling without weighting, so I don't how to get the plausible standard error to estimate CI.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #fffcf7; color: #333333; font-family: Tahoma, Helvetica, SimSun, sans-serif; font-size: 14px; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #fffcf7; color: #333333; font-family: Tahoma, Helvetica, SimSun, sans-serif; font-size: 14px; line-height: 1.5em;"&gt;How to deal with that? Can anyone help? Thanks very very much~~!! &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 13:33:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-to-estimate-reasonable-confidence-interval-in-proc/m-p/106179#M29569</guid>
      <dc:creator>gl</dc:creator>
      <dc:date>2013-10-08T13:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to estimate reasonable confidence interval in 'proc surveylogistic' after 'proc surveyselect'</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-to-estimate-reasonable-confidence-interval-in-proc/m-p/106180#M29570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The other thing is, can I get AUC (ROC c-statistics) in proc surveylogistic? And the confidence interval of AUC? Any way to calculate the AUC after the bootstrap using 'proc surveyselect'?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 13:53:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-to-estimate-reasonable-confidence-interval-in-proc/m-p/106180#M29570</guid>
      <dc:creator>gl</dc:creator>
      <dc:date>2013-10-08T13:53:10Z</dc:date>
    </item>
  </channel>
</rss>

