<?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: odds ratio(&amp;lt;0.001) in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/odds-ratio-lt-0-001/m-p/289147#M15335</link>
    <description>&lt;P&gt;Please show the actual results and which procedure you were using. I don't think you actually had a confidence limit expressed as &amp;lt;0.001.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Generally the most common place I see SAS results like &amp;lt;0.0001 are associated with p-values. Which would mean that the for any practical test the result is statistically significant.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Without knowing exactly what your were doing it is hard to make a suggestion about "can I use the result" or not.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 03 Aug 2016 10:33:07 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2016-08-03T10:33:07Z</dc:date>
    <item>
      <title>odds ratio(&lt;0.001)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/odds-ratio-lt-0-001/m-p/289112#M15332</link>
      <description>&lt;P&gt;i have run a surveylogistic model and i got the&amp;nbsp;point estimates:&amp;lt;0.001 ,&amp;nbsp;95% Wald Confidence Limits:&amp;lt;0.001 &amp;lt;0.001.&lt;/P&gt;&lt;P&gt;except small sample size&amp;nbsp;is there a another reason(mean)?&lt;/P&gt;&lt;P&gt;and can i use the result?&lt;/P&gt;&lt;P&gt;thank u&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2016 16:18:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/odds-ratio-lt-0-001/m-p/289112#M15332</guid>
      <dc:creator>yj</dc:creator>
      <dc:date>2016-08-05T16:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: odds ratio(&lt;0.001)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/odds-ratio-lt-0-001/m-p/289147#M15335</link>
      <description>&lt;P&gt;Please show the actual results and which procedure you were using. I don't think you actually had a confidence limit expressed as &amp;lt;0.001.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Generally the most common place I see SAS results like &amp;lt;0.0001 are associated with p-values. Which would mean that the for any practical test the result is statistically significant.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Without knowing exactly what your were doing it is hard to make a suggestion about "can I use the result" or not.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2016 10:33:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/odds-ratio-lt-0-001/m-p/289147#M15335</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-08-03T10:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: odds ratio(&lt;0.001)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/odds-ratio-lt-0-001/m-p/289149#M15336</link>
      <description>&lt;P&gt;Just as SAS uses a special PVALUE format for p-values, there is a format for odds ratios to handle the case when one of the odds is almost &amp;nbsp;zero or infinity. &amp;nbsp;An odds ratio is computed as a fraction. A value that displays as &amp;lt;0.001 means that either the numerator is tiny or the denominator is huge.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Similalry, you might see &amp;gt;9999 if the numerator is huge or the denominator is tiny.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you ever see a 95% expressed as (&amp;lt;0.001, &amp;gt;9999) then the analysis is telling you almost nothing. The true value of the parameter could be anywhere.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2016 10:43:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/odds-ratio-lt-0-001/m-p/289149#M15336</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-08-03T10:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: odds ratio(&lt;0.001)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/odds-ratio-lt-0-001/m-p/289188#M15337</link>
      <description>&lt;P&gt;proc surveylogistic data=hn NOMCAR; strata kstrata; cluster psu; weight wt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;domain subg; class sccatt(param=ref ref='1') sex(param=ref ref='1') obe_g(param=ref ref='1') sm_g(param=ref ref='1') alccat(param=ref ref='1') mas(param=ref ref='1') incm_g(param=ref ref='1') educ_g(param=ref ref='1') pmetcat(param=ref ref='1') dept(param=ref ref='1') hs(param=ref ref='1') urban(param=ref ref='1') sleepdur(param=ref ref='1');&lt;BR /&gt;model dp(event="1")=sccatt age sex obe_g sm_g alccat mas incm_g educ_g pmetcat dept fq_en hs urban sleepdur/rsq vadjust=none CLPARM;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank u!&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/12819i2AE0EA64999C16E1/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="제목 없음.png" title="제목 없음.png" /&gt;</description>
      <pubDate>Wed, 03 Aug 2016 12:35:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/odds-ratio-lt-0-001/m-p/289188#M15337</guid>
      <dc:creator>yj</dc:creator>
      <dc:date>2016-08-03T12:35:07Z</dc:date>
    </item>
  </channel>
</rss>

