<?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: p-values from proc quantreg in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/p-values-from-proc-quantreg/m-p/822088#M40680</link>
    <description>super, thanks--i'm just learning quantreg so just wanted to be sure i was interpreting everything correctly.</description>
    <pubDate>Thu, 07 Jul 2022 15:37:35 GMT</pubDate>
    <dc:creator>sparsityBlues</dc:creator>
    <dc:date>2022-07-07T15:37:35Z</dc:date>
    <item>
      <title>p-values from proc quantreg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/p-values-from-proc-quantreg/m-p/821961#M40669</link>
      <description>&lt;P&gt;in proc quantreg, what is the difference between the p-values in the quantile parameter estimate tables and the p-values from the "TEST" statement tables for a single variable?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my code is:&lt;/P&gt;&lt;P&gt;proc quantreg data= have alpha=0.1 ci=resampling algorithm=interior(tolerance=5.e-4);&lt;BR /&gt;class block sex race;&lt;BR /&gt;model ln_iss = month age_v2 block sex race/ quantile= 0.1 0.3 0.5 0.7 0.9 ;&lt;BR /&gt;test block / wald lr qinteract;&lt;BR /&gt;test sex / wald lr qinteract;&lt;BR /&gt;test age_v2 / wald lr qinteract;&lt;BR /&gt;test race / wald lr qinteract;&lt;BR /&gt;format block blockfmt. ;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;each quantile&amp;nbsp; parameter estimate table gives a p-value for each co-variate. a second p-value for each variable is output from the "test" statement. are both testing the same thing?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;from the documentation for sas 9.4:&lt;/P&gt;&lt;P&gt;Three tests are available in the QUANTREG procedure for the linear null hypothesis that beta2=0 at the quantile tau.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what is the null hypothesis in the parameter estimate tables? are these different statistical test of the same null hypothesis?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2022 02:55:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/p-values-from-proc-quantreg/m-p/821961#M40669</guid>
      <dc:creator>sparsityBlues</dc:creator>
      <dc:date>2022-07-07T02:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: p-values from proc quantreg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/p-values-from-proc-quantreg/m-p/822073#M40678</link>
      <description>&lt;P&gt;&lt;EM&gt;&amp;gt; each quantile parameter estimate table gives a p-value for each co-variate. a second p-value for each variable is output from the "test" statement. are both testing the same thing?&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, both are testing the null hypothesis that the regression coefficient for the given quantile is zero. You will get one p-value for each coefficient.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;gt; what is the null hypothesis in the parameter estimate tables? are these different statistical test of the same null hypothesis?&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Yes, different tests. Since you specified CI=RESAMPLING, the p-values in the ParameterEstimates table are estimated by using a resampling (bootstrap) method. &lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_qreg_syntax01.htm#statug.qreg.quantregci" target="_self"&gt;See the doc for the CI= option.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;For the TEST statements, the tables show the estimates from the Wald and LR tests, &lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_qreg_details15.htm" target="_self"&gt;as described in the doc.&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The QINTERACT option performs a different test. The table titled "Test Results Equal Coefficients&lt;BR /&gt;Across Quantiles" shows the test statistics for the test that the coefficients do not depend on the quantiles. In other words, the regression line for each quantile has a common slope.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2022 15:02:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/p-values-from-proc-quantreg/m-p/822073#M40678</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2022-07-07T15:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: p-values from proc quantreg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/p-values-from-proc-quantreg/m-p/822088#M40680</link>
      <description>super, thanks--i'm just learning quantreg so just wanted to be sure i was interpreting everything correctly.</description>
      <pubDate>Thu, 07 Jul 2022 15:37:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/p-values-from-proc-quantreg/m-p/822088#M40680</guid>
      <dc:creator>sparsityBlues</dc:creator>
      <dc:date>2022-07-07T15:37:35Z</dc:date>
    </item>
  </channel>
</rss>

