<?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 for proc logistic explanatory variables in paramestimates in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/P-values-for-proc-logistic-explanatory-variables-in/m-p/315823#M16695</link>
    <description>&lt;P&gt;Thanks Reeza.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That worked well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And yes, thanks for that advice, noted and taken.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;</description>
    <pubDate>Thu, 01 Dec 2016 05:22:49 GMT</pubDate>
    <dc:creator>tsetredst</dc:creator>
    <dc:date>2016-12-01T05:22:49Z</dc:date>
    <item>
      <title>P values for proc logistic explanatory variables in paramestimates</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/P-values-for-proc-logistic-explanatory-variables-in/m-p/315807#M16691</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using v9.4.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am trying to get p-values for each of my explanatory variables from a logistic regression using proc logistic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Code looks like this, and the outest file looks fine, except I'd like to see individual p values in the output.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc logistic data = regc.r_sec_&amp;amp;i. noprint outest=creg.m2_s&amp;amp;i.;&lt;BR /&gt;model y (event = '1') = duration lvol1 lvol2 lvol3 ispread1 mkt1 mkt2 mkt3 c_dist1 dist_x_m connect connect_x_dist orderimbal;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be great - thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2016 04:15:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/P-values-for-proc-logistic-explanatory-variables-in/m-p/315807#M16691</guid>
      <dc:creator>tsetredst</dc:creator>
      <dc:date>2016-12-01T04:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: P values for proc logistic explanatory variables in paramestimates</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/P-values-for-proc-logistic-explanatory-variables-in/m-p/315810#M16692</link>
      <description>&lt;P&gt;What do you mean by individual p-values?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you looked at the Parameter Estimate table, after removing noprint?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2016 04:23:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/P-values-for-proc-logistic-explanatory-variables-in/m-p/315810#M16692</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-12-01T04:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: P values for proc logistic explanatory variables in paramestimates</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/P-values-for-proc-logistic-explanatory-variables-in/m-p/315812#M16693</link>
      <description>&lt;P&gt;Hi Reeza,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am hoping to find the significance of each of the explanatory variables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I print the output, I get a table '&lt;SPAN&gt;Analysis of Maximum Likelihood Estimates' that gives me the estimate, error, wald-chi-square and Pr&amp;gt;ChiSq.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I guess I have two questions form that:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;1. is there a way of outputting those values for each of the input parameters into a separate table? (without having to open the results veiwer each time, as I am running a few regressions).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;2.&amp;nbsp;what can I infer from the Pr&amp;gt;ChiSq value? is it similar to a p-value in the sense that a small ("&amp;lt;.0001") is highy significant?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am doing further reading on Q2 - as this is obviously more fundamental to the research I am conducting.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ed&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class="branch"&gt;&lt;DIV align="center"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 01 Dec 2016 04:46:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/P-values-for-proc-logistic-explanatory-variables-in/m-p/315812#M16693</guid>
      <dc:creator>tsetredst</dc:creator>
      <dc:date>2016-12-01T04:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: P values for proc logistic explanatory variables in paramestimates</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/P-values-for-proc-logistic-explanatory-variables-in/m-p/315821#M16694</link>
      <description>&lt;P&gt;Add a line to your regression, it will create a data set called PE with the desired output.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods output ParameterEstimates=PE;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. That is the p-value. I HIGHLY recommend reading up on this as well as P-Hacking.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2016 05:12:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/P-values-for-proc-logistic-explanatory-variables-in/m-p/315821#M16694</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-12-01T05:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: P values for proc logistic explanatory variables in paramestimates</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/P-values-for-proc-logistic-explanatory-variables-in/m-p/315823#M16695</link>
      <description>&lt;P&gt;Thanks Reeza.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That worked well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And yes, thanks for that advice, noted and taken.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2016 05:22:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/P-values-for-proc-logistic-explanatory-variables-in/m-p/315823#M16695</guid>
      <dc:creator>tsetredst</dc:creator>
      <dc:date>2016-12-01T05:22:49Z</dc:date>
    </item>
  </channel>
</rss>

