<?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: Proc Surveylogistic_How to obtain p-values for adjusted odds ratios? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Surveylogistic-How-to-obtain-p-values-for-adjusted-odds/m-p/323311#M17098</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you manage to resolve the belwo query?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 09 Jan 2017 10:11:42 GMT</pubDate>
    <dc:creator>LaraL</dc:creator>
    <dc:date>2017-01-09T10:11:42Z</dc:date>
    <item>
      <title>Proc Surveylogistic_How to obtain p-values for adjusted odds ratios?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Surveylogistic-How-to-obtain-p-values-for-adjusted-odds/m-p/187095#M9725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Hello! I am analyzing data from a national survey. In order to account for sample allocation and survey design, all estimates are weighted using survey weights in order to reflect the age and sex distribution of the household population aged 15 or older in the ten Canadian provinces.&amp;nbsp; Furthermore, variance estimations such as standard error and 95% confidence intervals are calculated using bootstrap weights provided with the data. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Given the nature of the data, we are using &lt;/SPAN&gt;'proc surveylogistic' in order to carry out a multivariate regression analysis. While the output provides the 95% CIs for the adjusted odds ratios (ORs), it does not provide the p-values.&amp;nbsp; Note, I was told that the p-values for the parameter estimates that are provided in the output (i.e., Pr&amp;gt;Chi Sq) can be used for this purpose however, they are not in sync with what I would expect to be significant (or not significant) when compared against the&amp;nbsp; 95% CI for the adjusted ORs. We've searched online and can't seem to find a specific procedure that will calculate the p-value for the adjuste ORs.&amp;nbsp; Does anyone know how to do this? Thanks in advanced for your time!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 14:23:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Surveylogistic-How-to-obtain-p-values-for-adjusted-odds/m-p/187095#M9725</guid>
      <dc:creator>sodonnell</dc:creator>
      <dc:date>2014-10-16T14:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Surveylogistic_How to obtain p-values for adjusted odds ratios?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Surveylogistic-How-to-obtain-p-values-for-adjusted-odds/m-p/187096#M9726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A kludge method would be to get the log OR, and the log upper and lower bounds for the adjusted OR.&amp;nbsp; From that, you could estimate the standard error, and from that and the estimate, you could calculate a Wald chi-square.&amp;nbsp; But that is kludgy, and makes a lot of assumptions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 14:47:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Surveylogistic-How-to-obtain-p-values-for-adjusted-odds/m-p/187096#M9726</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2014-10-16T14:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Surveylogistic_How to obtain p-values for adjusted odds ratios?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Surveylogistic-How-to-obtain-p-values-for-adjusted-odds/m-p/323311#M17098</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you manage to resolve the belwo query?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2017 10:11:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Surveylogistic-How-to-obtain-p-values-for-adjusted-odds/m-p/323311#M17098</guid>
      <dc:creator>LaraL</dc:creator>
      <dc:date>2017-01-09T10:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Surveylogistic_How to obtain p-values for adjusted odds ratios?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Surveylogistic-How-to-obtain-p-values-for-adjusted-odds/m-p/363159#M19086</link>
      <description>&lt;P&gt;Hi, I think you're having this problem because SAS is using effect coding for the coefficients but dummy variable coding for the Odds Ratios. By specifying " / param = ref" in the class statement you can make sure that SAS uses dummy variable coding for both the coefficients and ORs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;UCLA's IDRE has a nice explanation of this:&amp;nbsp;&lt;A href="https://stats.idre.ucla.edu/sas/faq/in-proc-logistic-why-arent-the-coefficients-consistent-with-the-odds-ratios/" target="_blank"&gt;https://stats.idre.ucla.edu/sas/faq/in-proc-logistic-why-arent-the-coefficients-consistent-with-the-odds-ratios/&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2017 17:06:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Surveylogistic-How-to-obtain-p-values-for-adjusted-odds/m-p/363159#M19086</guid>
      <dc:creator>mwgerber</dc:creator>
      <dc:date>2017-05-31T17:06:33Z</dc:date>
    </item>
  </channel>
</rss>

