<?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: Multiple testing on proc phreg in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Multiple-testing-on-proc-phreg/m-p/920230#M45718</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Thank you for your kind response.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Just to clarify, when correcting for multiple testing, I adjust the significance level to 0.05 only, not correcting the resulting p-value, correct? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;After adjusting the significance level to 0.05/m, the values are too small, and there is only one significant SNP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm not sure if this is correct.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 14 Mar 2024 02:49:02 GMT</pubDate>
    <dc:creator>kayeee_</dc:creator>
    <dc:date>2024-03-14T02:49:02Z</dc:date>
    <item>
      <title>Multiple testing on proc phreg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multiple-testing-on-proc-phreg/m-p/920061#M45702</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello. I am trying to analyze over 300 SNP (single nucleotide polymorphisms) data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I also asked a question about simpleM for P-value correction last time and received an answer.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;(FYI, SimpleM :&lt;A href="https://support.sas.com/resources/papers/proceedings09/240-2009.pdf" target="_blank" rel="noopener nofollow noreferrer"&gt;https://support.sas.com/resources/papers/proceedings09/240-2009.pdf&lt;/A&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;However, I am completely lost when it comes to applying this in practice.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1. When conducting multiple testing, should I put all 300 SNPs variables (continuous variables) into cox proportional model at once? (a)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;or should I put 300 SNPs seperately into model? (b)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. Is it correct to test the significance level at 0.05/m (the number obtained from simpleM)&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;without adjusting P-values of SNPs?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Using the simpleM method has made it difficult to utilize proc multtest, since the option for the simpleM method is not available.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Many thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;example code is below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;(a)&lt;BR /&gt;proc phreg data=mydata;
class confounders;
model time*status(0)=confounders con_confounders biomarkers1-300/RL;
run;&lt;BR /&gt;&lt;BR /&gt;(b)&lt;BR /&gt;proc phreg data=mydata;
class confounders;
model time*status(0)=confounders con_confounders biomarkers1/RL;
run;&lt;BR /&gt;...&lt;BR /&gt;proc phreg data=mydata;
class confounders;
model time*status(0)=confounders con_confounders biomarkers300/RL;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2024 07:03:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multiple-testing-on-proc-phreg/m-p/920061#M45702</guid>
      <dc:creator>kayeee_</dc:creator>
      <dc:date>2024-03-13T07:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple testing on proc phreg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multiple-testing-on-proc-phreg/m-p/920135#M45708</link>
      <description>&lt;P&gt;Answering your questions in order:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. You can do either, but I think the more common approach in genetic studies is to fit 300 models, each with just one of the SNPs as a predictor variable.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Yes.&amp;nbsp;&lt;SPAN&gt;You calculate m using the simpleM method, and then declare 'statistically significant' p-values less than 0.05/m.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2024 14:32:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multiple-testing-on-proc-phreg/m-p/920135#M45708</guid>
      <dc:creator>Mike_N</dc:creator>
      <dc:date>2024-03-13T14:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple testing on proc phreg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multiple-testing-on-proc-phreg/m-p/920230#M45718</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thank you for your kind response.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Just to clarify, when correcting for multiple testing, I adjust the significance level to 0.05 only, not correcting the resulting p-value, correct? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;After adjusting the significance level to 0.05/m, the values are too small, and there is only one significant SNP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm not sure if this is correct.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 02:49:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multiple-testing-on-proc-phreg/m-p/920230#M45718</guid>
      <dc:creator>kayeee_</dc:creator>
      <dc:date>2024-03-14T02:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple testing on proc phreg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multiple-testing-on-proc-phreg/m-p/920292#M45719</link>
      <description>&lt;P&gt;To clarify my previous comment, there are actually two equivalent options for this kind of multiple-testing correction. You can: 1) compare (unadjusted) p-values to the threshold 0.05/m and declare any less than that value to be statistically significant, or 2) compute adjusted p-values by multiplying your raw p-values by m, and declare any adjusted p-values &amp;lt; 0.05 to statistically significant. The first approach is more common in statistical genetics (e.g., this is why 5 x 10^-8 is the common threshold for statistical significance in genome-wide association studies). The second approach is taken by PROC MULTTEST (see the Bonferroni section in&amp;nbsp;&lt;A href="https://go.documentation.sas.com/doc/en/statcdc/14.3/statug/statug_multtest_details11.htm" target="_blank"&gt;SAS Help Center: p-Value Adjustments&lt;/A&gt;).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To your point about just one significant SNP - that seems very plausible. Bonferonni corrections are generally regarded as conservative (i.e., tend to declare p-values non-significant). I would recommend reading through the link above for other potentially less conservative options regarding adjustments for multiple tests.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 13:52:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multiple-testing-on-proc-phreg/m-p/920292#M45719</guid>
      <dc:creator>Mike_N</dc:creator>
      <dc:date>2024-03-14T13:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple testing on proc phreg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Multiple-testing-on-proc-phreg/m-p/920296#M45720</link>
      <description>&lt;P&gt;The Holm step-down method available in PROC MULTTEST is generally applicable for adjusting a set of p-values. It is powerful, much less conservative than Bonferroni, controls the family-wise error rate, and is not sensitive to dependence that might exist among the tests.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 14:23:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Multiple-testing-on-proc-phreg/m-p/920296#M45720</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2024-03-14T14:23:38Z</dc:date>
    </item>
  </channel>
</rss>

