<?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 Comparison without a reference variable in proc surveylogistic in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Comparison-without-a-reference-variable-in-proc-surveylogistic/m-p/342303#M17995</link>
    <description>&lt;P&gt;Does anyone know if there is a way to perform a logistical regression but not have the results use a reference variable to determine the results. For example I am modeling the likelihood of requiring an intervention in patients with a disease and I want to control for race gender and location:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc surveylogistic data=kid.prs03;&lt;BR /&gt;class race female hosp_division / param=ref;&lt;BR /&gt;model intervention (event='1') = race female hosp_division ;&lt;BR /&gt;weight discwt;&lt;BR /&gt;title 'Likelihood of Bronch by insurance ctrl for gender, location';&lt;BR /&gt;where age &amp;lt; 19 and disease=1;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The results are given as such:&lt;/P&gt;&lt;DIV class="branch"&gt;&lt;DIV&gt;&lt;DIV align="center"&gt;RACE Asian vs White RACE Black vs White RACE Hispanic vs White &lt;TABLE cellpadding="5" cellspacing="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;0.490&lt;/TD&gt;&lt;TD&gt;0.258&lt;/TD&gt;&lt;TD&gt;0.928&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.911&lt;/TD&gt;&lt;TD&gt;1.545&lt;/TD&gt;&lt;TD&gt;2.362&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;0.963&lt;/TD&gt;&lt;TD&gt;0.758&lt;/TD&gt;&lt;TD&gt;1.223&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;But instead of getting a result for one race compared to another (rate of intervention in african-americans = 1.911 (1.545-2.362) compared to caucasians) I am hoping to get results that compare a race to all other races (instead of a reference race). That way, my results would be, 'compared to other races, African-Americans are more likely to undergo the intervention with an OR of ***'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone know how to do this?&lt;/P&gt;</description>
    <pubDate>Sun, 19 Mar 2017 00:55:49 GMT</pubDate>
    <dc:creator>jsimmo02</dc:creator>
    <dc:date>2017-03-19T00:55:49Z</dc:date>
    <item>
      <title>Comparison without a reference variable in proc surveylogistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Comparison-without-a-reference-variable-in-proc-surveylogistic/m-p/342303#M17995</link>
      <description>&lt;P&gt;Does anyone know if there is a way to perform a logistical regression but not have the results use a reference variable to determine the results. For example I am modeling the likelihood of requiring an intervention in patients with a disease and I want to control for race gender and location:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc surveylogistic data=kid.prs03;&lt;BR /&gt;class race female hosp_division / param=ref;&lt;BR /&gt;model intervention (event='1') = race female hosp_division ;&lt;BR /&gt;weight discwt;&lt;BR /&gt;title 'Likelihood of Bronch by insurance ctrl for gender, location';&lt;BR /&gt;where age &amp;lt; 19 and disease=1;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The results are given as such:&lt;/P&gt;&lt;DIV class="branch"&gt;&lt;DIV&gt;&lt;DIV align="center"&gt;RACE Asian vs White RACE Black vs White RACE Hispanic vs White &lt;TABLE cellpadding="5" cellspacing="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;0.490&lt;/TD&gt;&lt;TD&gt;0.258&lt;/TD&gt;&lt;TD&gt;0.928&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1.911&lt;/TD&gt;&lt;TD&gt;1.545&lt;/TD&gt;&lt;TD&gt;2.362&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;0.963&lt;/TD&gt;&lt;TD&gt;0.758&lt;/TD&gt;&lt;TD&gt;1.223&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;But instead of getting a result for one race compared to another (rate of intervention in african-americans = 1.911 (1.545-2.362) compared to caucasians) I am hoping to get results that compare a race to all other races (instead of a reference race). That way, my results would be, 'compared to other races, African-Americans are more likely to undergo the intervention with an OR of ***'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone know how to do this?&lt;/P&gt;</description>
      <pubDate>Sun, 19 Mar 2017 00:55:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Comparison-without-a-reference-variable-in-proc-surveylogistic/m-p/342303#M17995</guid>
      <dc:creator>jsimmo02</dc:creator>
      <dc:date>2017-03-19T00:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Comparison without a reference variable in proc surveylogistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Comparison-without-a-reference-variable-in-proc-surveylogistic/m-p/372807#M19510</link>
      <description>&lt;P&gt;Effects parameterization (or coding) compares each level to the average of all of the levels. &amp;nbsp;Reference parameterization, which you used, compares each level to the reference level. &amp;nbsp;To use effects coding, specify PARAM=EFFECT.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2017 18:19:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Comparison-without-a-reference-variable-in-proc-surveylogistic/m-p/372807#M19510</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2017-07-03T18:19:59Z</dc:date>
    </item>
  </channel>
</rss>

