<?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 Wald Confidence Interval for Adjusted Odds Ratios in PROC SURVEYLOGISTIC in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Wald-Confidence-Interval-for-Adjusted-Odds-Ratios-in-PROC/m-p/285567#M15092</link>
    <description>&lt;P&gt;Dear All:&lt;/P&gt;
&lt;DIV class="lia-quilt-column lia-quilt-column-20 lia-quilt-column-right lia-quilt-column-main-right"&gt;
&lt;DIV class="lia-quilt-column-alley lia-quilt-column-alley-right"&gt;
&lt;DIV id="messagebodydisplay_0" class="lia-message-body"&gt;
&lt;DIV class="lia-message-body-content"&gt;
&lt;DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;I do need your help with how to get &lt;STRONG&gt;Wald Confidence Interval for Adjusted Odds Ratios&lt;/STRONG&gt; in the proc surveylogistic. &lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;The following SAS code(s) only give me the &lt;STRONG&gt;Odds Ratio Estimates&lt;/STRONG&gt; table with &lt;STRONG&gt;Point estimate &lt;/STRONG&gt;and the &lt;STRONG&gt;95% Wald Confidence Interval&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;proc surveylogistic data =have;&lt;BR /&gt;strata STRATUM;&lt;BR /&gt;weight WEIGHT;&lt;BR /&gt;class x1(param=ref ref = "1") x2(param=ref ref = "1") x3(param=ref ref = "1") x4(param=ref ref = "1") x5(param=ref ref = "1") x6(param=ref ref = "1") x7(param=ref ref = "1") x8(param=ref ref = "1") x9(param=ref ref = "1") x10(param=ref ref = "2");&lt;BR /&gt;model&amp;nbsp; Y (event='1') = x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Response variable Y has two categories (1,2)&lt;/DIV&gt;
&lt;DIV&gt;some of the independent variables (x1-x10) are categorical variables some have 2 categories (1,2), others have three categories (1,2,3), and x11-x15 are continuous variables.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Any helps will be highly appreciated.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;
with many thanks&lt;/DIV&gt;
&lt;P&gt;steve&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Tue, 19 Jul 2016 16:53:03 GMT</pubDate>
    <dc:creator>sstoline</dc:creator>
    <dc:date>2016-07-19T16:53:03Z</dc:date>
    <item>
      <title>Wald Confidence Interval for Adjusted Odds Ratios in PROC SURVEYLOGISTIC</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Wald-Confidence-Interval-for-Adjusted-Odds-Ratios-in-PROC/m-p/285567#M15092</link>
      <description>&lt;P&gt;Dear All:&lt;/P&gt;
&lt;DIV class="lia-quilt-column lia-quilt-column-20 lia-quilt-column-right lia-quilt-column-main-right"&gt;
&lt;DIV class="lia-quilt-column-alley lia-quilt-column-alley-right"&gt;
&lt;DIV id="messagebodydisplay_0" class="lia-message-body"&gt;
&lt;DIV class="lia-message-body-content"&gt;
&lt;DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;I do need your help with how to get &lt;STRONG&gt;Wald Confidence Interval for Adjusted Odds Ratios&lt;/STRONG&gt; in the proc surveylogistic. &lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;The following SAS code(s) only give me the &lt;STRONG&gt;Odds Ratio Estimates&lt;/STRONG&gt; table with &lt;STRONG&gt;Point estimate &lt;/STRONG&gt;and the &lt;STRONG&gt;95% Wald Confidence Interval&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;proc surveylogistic data =have;&lt;BR /&gt;strata STRATUM;&lt;BR /&gt;weight WEIGHT;&lt;BR /&gt;class x1(param=ref ref = "1") x2(param=ref ref = "1") x3(param=ref ref = "1") x4(param=ref ref = "1") x5(param=ref ref = "1") x6(param=ref ref = "1") x7(param=ref ref = "1") x8(param=ref ref = "1") x9(param=ref ref = "1") x10(param=ref ref = "2");&lt;BR /&gt;model&amp;nbsp; Y (event='1') = x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Response variable Y has two categories (1,2)&lt;/DIV&gt;
&lt;DIV&gt;some of the independent variables (x1-x10) are categorical variables some have 2 categories (1,2), others have three categories (1,2,3), and x11-x15 are continuous variables.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Any helps will be highly appreciated.&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;
with many thanks&lt;/DIV&gt;
&lt;P&gt;steve&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 19 Jul 2016 16:53:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Wald-Confidence-Interval-for-Adjusted-Odds-Ratios-in-PROC/m-p/285567#M15092</guid>
      <dc:creator>sstoline</dc:creator>
      <dc:date>2016-07-19T16:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Wald Confidence Interval for Adjusted Odds Ratios in PROC SURVEYLOGISTIC</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Wald-Confidence-Interval-for-Adjusted-Odds-Ratios-in-PROC/m-p/285955#M15115</link>
      <description>&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ODS trace on;&lt;/P&gt;&lt;P&gt;ods output &amp;nbsp; &amp;nbsp;ParameterEstimates=a****User defined output dataset name;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ods output &amp;nbsp; &amp;nbsp;oddsratios=b****User defined output dataset name;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;proc surveylogistic data =have;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;strata STRATUM;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;weight WEIGHT;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;class x1(param=ref ref = "1") x2(param=ref ref = "1") x3(param=ref ref = "1") x4(param=ref ref = "1") x5(param=ref ref = "1") x6(param=ref ref = "1") x7(param=ref ref = "1") x8(param=ref ref = "1") x9(param=ref ref = "1") x10(param=ref ref = "2");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;model&amp;nbsp; Y (event='1') = x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ODS output off;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ODS trace off;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check newly created datasets a, b. You will find Wald statistics.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sri.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 20:02:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Wald-Confidence-Interval-for-Adjusted-Odds-Ratios-in-PROC/m-p/285955#M15115</guid>
      <dc:creator>skg74_mail_umkc_edu</dc:creator>
      <dc:date>2016-07-20T20:02:25Z</dc:date>
    </item>
  </channel>
</rss>

