<?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: adjustment for multiple comparisons in proc logistic in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/adjustment-for-multiple-comparisons-in-proc-logistic/m-p/426981#M22428</link>
    <description>&lt;P&gt;Thank you very much for the reply. The goal of our study is to see association of&amp;nbsp;each job title with head and neck cancer irrespective of other jobs.&lt;/P&gt;&lt;P&gt;We do not want to make comparisons among job titles.&lt;/P&gt;&lt;P&gt;I suppose we will not make adjustments then. Thank you once again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jan 2018 19:56:35 GMT</pubDate>
    <dc:creator>Kyra</dc:creator>
    <dc:date>2018-01-11T19:56:35Z</dc:date>
    <item>
      <title>adjustment for multiple comparisons in proc logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/adjustment-for-multiple-comparisons-in-proc-logistic/m-p/426914#M22418</link>
      <description>&lt;P&gt;I am looking into association of many different job titles with head and neck cancer.&lt;/P&gt;&lt;P&gt;I ran separate logistic regression models for all the job titles adjusting for same confounders .&lt;/P&gt;&lt;P&gt;The control group for job titles is same for all the models.&lt;/P&gt;&lt;P&gt;How should i adjust for multiple comparisons?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2018 16:46:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/adjustment-for-multiple-comparisons-in-proc-logistic/m-p/426914#M22418</guid>
      <dc:creator>Kyra</dc:creator>
      <dc:date>2018-01-11T16:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: adjustment for multiple comparisons in proc logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/adjustment-for-multiple-comparisons-in-proc-logistic/m-p/426936#M22424</link>
      <description>&lt;P&gt;Specify your job title variable in the CLASS statement and use the PARAM=GLM option in that statement. Of course, job title will also appear in your MODEL statement. Then you can also specify it in an LSMEANS statement and use the ADJUST= option to select one of the various adjustment methods available. See the LOGISTIC documentation for details on these statements and options.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2018 18:02:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/adjustment-for-multiple-comparisons-in-proc-logistic/m-p/426936#M22424</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2018-01-11T18:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: adjustment for multiple comparisons in proc logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/adjustment-for-multiple-comparisons-in-proc-logistic/m-p/426965#M22426</link>
      <description>&lt;P&gt;&lt;FONT size="2"&gt;Thank you very much for the prompt reply. I really appreciate it. But I still did not get my answer. The code I used is (the level of cook is&amp;nbsp;1 vs 0&amp;nbsp;in below code):&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT color="#000080" face="Courier New"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New"&gt;logistic&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=red.merged;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;class&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; studyname ageq sex Education_levelmi1 race region drink_dayq tobaccoyearq cook/&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;param&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=GLM;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;model&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; case= studyname ageq sex Education_levelmi1 race region drink_dayq tobaccoyearq&amp;nbsp;cook / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;scale&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=none &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;aggregate&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;LSMEANS&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;&amp;nbsp;cook / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;e&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;diff&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;oddsratio&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;cl&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;adjust&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=dunnett;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;FONT color="#000080" face="Courier New"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;SAS log says&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;The ADJUST=DUNNETT p-values and confidence limits cannot be computed because the&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Dunnett-Hsu approximation did not converge. Try ADJUST=SIMULATE.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;when I did adjust=simulate it says&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Cannot compute simulated p-values with inestimable LSMEANS.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;STRONG&gt;I am posting part of my codes just to clarify what I did previous to adjustment:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;logistic&lt;/STRONG&gt; data=red.merged;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;class studyname ageq(ref="&amp;lt;40") sex(ref="Female") Education_levelmi1(ref="No education") race region drink_dayq(ref="0 (Non-drinkers)") tobaccoyearq(ref="0 (Never smoker)") cook(ref="0")/param=reference;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;model case= studyname ageq sex Education_levelmi1 race region drink_dayq tobaccoyearq cook/ scale=none aggregate;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;logistic&lt;/STRONG&gt; data=red.merged;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;class studyname ageq(ref="&amp;lt;40") sex(ref="Female") Education_levelmi1(ref="No education") race region drink_dayq(ref="0 (Non-drinkers)") tobaccoyearq(ref="0 (Never smoker)") painter(ref="0")/param=reference;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;model case= studyname ageq sex Education_levelmi1 race region drink_dayq tobaccoyearq painter/ scale=none aggregate;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;I ran this kind of model for 25 job titles.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2018 19:15:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/adjustment-for-multiple-comparisons-in-proc-logistic/m-p/426965#M22426</guid>
      <dc:creator>Kyra</dc:creator>
      <dc:date>2018-01-11T19:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: adjustment for multiple comparisons in proc logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/adjustment-for-multiple-comparisons-in-proc-logistic/m-p/426975#M22427</link>
      <description>&lt;P&gt;If the point is to make comparisons among your job titles, then it makes no sense to run a separate model for each title. Instead, fit a single model containing a job title variable that has as many levels as you have titles and use all the data in that single model fit. Then your LSMEANS statement will have multiple comparisons which it would make sense to adjust. In the separate models that you have fit, there is no point in doing any adjustment since each has just a single comparison.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2018 19:37:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/adjustment-for-multiple-comparisons-in-proc-logistic/m-p/426975#M22427</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2018-01-11T19:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: adjustment for multiple comparisons in proc logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/adjustment-for-multiple-comparisons-in-proc-logistic/m-p/426981#M22428</link>
      <description>&lt;P&gt;Thank you very much for the reply. The goal of our study is to see association of&amp;nbsp;each job title with head and neck cancer irrespective of other jobs.&lt;/P&gt;&lt;P&gt;We do not want to make comparisons among job titles.&lt;/P&gt;&lt;P&gt;I suppose we will not make adjustments then. Thank you once again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2018 19:56:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/adjustment-for-multiple-comparisons-in-proc-logistic/m-p/426981#M22428</guid>
      <dc:creator>Kyra</dc:creator>
      <dc:date>2018-01-11T19:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: adjustment for multiple comparisons in proc logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/adjustment-for-multiple-comparisons-in-proc-logistic/m-p/426992#M22429</link>
      <description>&lt;P&gt;In that case, then you could adjust the p-values from the individual job title parameters by creating a simple data set with those p-values in a variable and then use PROC MULTTEST to do an adjustment. See the example titled "Inputting Raw p-Values" in the Examples section of the MULTTEST documentation. The Holm adjustment method is generally applicable.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2018 20:15:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/adjustment-for-multiple-comparisons-in-proc-logistic/m-p/426992#M22429</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2018-01-11T20:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: adjustment for multiple comparisons in proc logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/adjustment-for-multiple-comparisons-in-proc-logistic/m-p/426994#M22430</link>
      <description>Thank you very much. I will try this.&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Jan 2018 20:21:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/adjustment-for-multiple-comparisons-in-proc-logistic/m-p/426994#M22430</guid>
      <dc:creator>Kyra</dc:creator>
      <dc:date>2018-01-11T20:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: adjustment for multiple comparisons in proc logistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/adjustment-for-multiple-comparisons-in-proc-logistic/m-p/427239#M22450</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Proc multtest with Holm method worked for me.&lt;/P&gt;&lt;P&gt;Thank you very much for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2018 16:13:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/adjustment-for-multiple-comparisons-in-proc-logistic/m-p/427239#M22450</guid>
      <dc:creator>Kyra</dc:creator>
      <dc:date>2018-01-12T16:13:48Z</dc:date>
    </item>
  </channel>
</rss>

