<?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: Proc Logistic: Wald Chi-Square in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Logistic-Wald-Chi-Square/m-p/104022#M29079</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Think of how a Wald chi-square is calculated = (estimate/stderr)**2.&amp;nbsp; In a way, it is an effect size squared.&amp;nbsp; Look at the estimates--large for variable 5 compared to the reference category, with realtively small standard errors.&amp;nbsp; It looks like they have a large effect.&amp;nbsp; You could add the type3 option to your model statement to get overall tests of marginal differences in the levels of each of the variables.&amp;nbsp; On the other hand, do not give undue weight to the chi-squared values for each level of a variable.&amp;nbsp; As far as regression "quality", check the INFLUENCE and LACKFIT options for the model statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Jun 2013 16:46:11 GMT</pubDate>
    <dc:creator>SteveDenham</dc:creator>
    <dc:date>2013-06-12T16:46:11Z</dc:date>
    <item>
      <title>Proc Logistic: Wald Chi-Square</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Logistic-Wald-Chi-Square/m-p/104021#M29078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. &lt;/P&gt;&lt;P&gt;I am running a logistic regression with a binary dependent variable and 5 class independent variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The used code is:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="color: navy; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;logistic&lt;/STRONG&gt; &lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;=train;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;class&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; var1 var2 var3 var4 var5 / &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;param&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;=GLM;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;model&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; pred12 (&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;event&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: purple; background: white;"&gt;'2'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;)= var1 var2 var3 var4 var5 / &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;RSQ&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; background: white; font-size: 10.0pt; font-family: 'Courier New';"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the partial output is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 279px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl69" height="43" rowspan="2" style="border-bottom: 1.0pt solid black;" width="64"&gt;Effect&lt;/TD&gt;&lt;TD class="xl65" rowspan="2" style="border-bottom: 1.0pt solid black;" width="64"&gt;DF&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="87"&gt;Wald&lt;/TD&gt;&lt;TD class="xl65" rowspan="2" style="border-bottom: 1.0pt solid black;" width="64"&gt;Pr &amp;gt; ChiSq&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="22" style="border-left: none;" width="87"&gt;Chi-Square&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="22" style="border-top: none;" width="64"&gt;Var1&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="64"&gt;1&lt;/TD&gt;&lt;TD class="xl71" style="border-top-style: none; border-left-style: none; text-align: right;" width="87"&gt;150,7266&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="64"&gt;&amp;lt;.0001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="22" style="border-top: none;" width="64"&gt;Var2&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="64"&gt;3&lt;/TD&gt;&lt;TD class="xl71" style="border-top-style: none; border-left-style: none; text-align: right;" width="87"&gt;119,5550&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="64"&gt;&amp;lt;.0001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="22" style="border-top: none;" width="64"&gt;Var3&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="64"&gt;8&lt;/TD&gt;&lt;TD class="xl71" style="border-top-style: none; border-left-style: none; text-align: right;" width="87"&gt;157,9586&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="64"&gt;&amp;lt;.0001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="22" style="border-top: none;" width="64"&gt;Var4&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="64"&gt;6&lt;/TD&gt;&lt;TD class="xl71" style="border-top-style: none; border-left-style: none; text-align: right;" width="87"&gt;1553,0700&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="64"&gt;&amp;lt;.0001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="22" style="border-top: none;" width="64"&gt;Var5&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="64"&gt;4&lt;/TD&gt;&lt;TD class="xl71" style="border-top-style: none; border-left-style: none; text-align: right;" width="87"&gt;15975,6288&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="64"&gt;&amp;lt;.0001&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="478"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" colspan="7" height="21" width="478"&gt;Analysis of Maximum Likelihood Estimates&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="42" rowspan="2" style="border-top: none;" width="75"&gt;Parameter&lt;/TD&gt;&lt;TD class="xl66" rowspan="2" style="border-top: none;" width="42"&gt; &lt;/TD&gt;&lt;TD class="xl67" rowspan="2" style="border-top: none;" width="44"&gt;DF&lt;/TD&gt;&lt;TD class="xl67" rowspan="2" style="border-top: none;" width="64"&gt;Estimate&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="103"&gt;Standard&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none; padding-bottom: 3.75pt; padding-top: 3.75pt;" width="86"&gt;Wald&lt;/TD&gt;&lt;TD class="xl67" rowspan="2" style="border-top: none; padding-bottom: 3.75pt; padding-top: 3.75pt;" width="64"&gt;Pr &amp;gt; ChiSq&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="21" style="border-top: none; border-left: none;" width="103"&gt;Error&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;" width="86"&gt;Chi-Square&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="21" style="border-top: none;" width="75"&gt;Intercept&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="42"&gt; &lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="44"&gt;1&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="64"&gt;5,0054&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="103"&gt;0,2974&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="86"&gt;283,3322&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="64"&gt;&amp;lt;,0001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="21" style="border-top: none;" width="75"&gt;.--------&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="42"&gt;.----&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="44"&gt;.------&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;.--------&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="103"&gt;.--------&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="86"&gt;.--------&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;.--------&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="21" style="border-top: none;" width="75"&gt;.--------&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="42"&gt;.----&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="44"&gt;.------&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;.--------&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="103"&gt;.--------&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="86"&gt;.--------&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;" width="64"&gt;.--------&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="21" style="border-top: none;" width="75"&gt;Var4&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;" width="42"&gt;1&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="44"&gt;1&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;-1,9443&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="103"&gt;0,2969&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="86"&gt;42,8854&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="64"&gt;&amp;lt;,0001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="21" style="border-top: none;" width="75"&gt;Var4&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;" width="42"&gt;2&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="44"&gt;1&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;-1,6971&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="103"&gt;0,296&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="86"&gt;32,8692&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="64"&gt;&amp;lt;,0001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="21" style="border-top: none;" width="75"&gt;Var4&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;" width="42"&gt;3&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="44"&gt;1&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;-0,9009&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="103"&gt;0,2951&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="86"&gt;9,3197&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="64"&gt;0,0023&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="21" style="border-top: none;" width="75"&gt;Var4&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;" width="42"&gt;4&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="44"&gt;1&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;-1,0116&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="103"&gt;0,2957&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="86"&gt;11,7065&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="64"&gt;0,0006&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="21" style="border-top: none;" width="75"&gt;Var4&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;" width="42"&gt;5&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="44"&gt;1&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;-0,4524&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="103"&gt;0,2963&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="86"&gt;2,3319&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="64"&gt;0,1267&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="21" style="border-top: none;" width="75"&gt;Var4&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;" width="42"&gt;6&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="44"&gt;1&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="64"&gt;0,0255&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="103"&gt;0,3039&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="86"&gt;0,0071&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="64"&gt;0,933&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="21" style="border-top: none;" width="75"&gt;Var4&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;" width="42"&gt;999&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="44"&gt;0&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="64"&gt;0&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none; padding-bottom: 3.75pt; padding-top: 3.75pt;" width="103"&gt;.&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none; padding-bottom: 3.75pt; padding-top: 3.75pt;" width="86"&gt;.&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none; padding-bottom: 3.75pt; padding-top: 3.75pt;" width="64"&gt;.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="21" style="border-top: none;" width="75"&gt;Var5&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;" width="42"&gt;1&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="44"&gt;1&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;-1,2442&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="103"&gt;0,0445&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="86"&gt;782,4054&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="64"&gt;&amp;lt;,0001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="21" style="border-top: none;" width="75"&gt;Var5&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;" width="42"&gt;2&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="44"&gt;1&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;-1,5483&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="103"&gt;0,0364&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="86"&gt;1811,5691&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="64"&gt;&amp;lt;,0001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="21" style="border-top: none;" width="75"&gt;Var5&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;" width="42"&gt;3&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="44"&gt;1&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;-2,108&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="103"&gt;0,0304&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="86"&gt;4793,1049&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="64"&gt;&amp;lt;,0001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="21" style="border-top: none;" width="75"&gt;Var5&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;" width="42"&gt;4&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="44"&gt;1&lt;/TD&gt;&lt;TD class="xl69" style="border-top: none; border-left: none;"&gt;-3,1394&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="103"&gt;0,0259&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="86"&gt;14693,0821&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="64"&gt;&amp;lt;,0001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="21" style="border-top: none;" width="75"&gt;Var5&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;" width="42"&gt;999&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="44"&gt;0&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none;" width="64"&gt;0&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none; padding-bottom: 3.75pt; padding-top: 3.75pt;" width="103"&gt;.&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none; padding-bottom: 3.75pt; padding-top: 3.75pt;" width="86"&gt;.&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none; border-left: none; padding-bottom: 3.75pt; padding-top: 3.75pt;" width="64"&gt;.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is concerning the wald chi-square. How can I interpret the fact that for var5 the value of the wald chi-square is so much higher than the values of the remaining variables?&amp;nbsp; And what is the consequence to the regression quality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for the help. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jun 2013 15:30:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Logistic-Wald-Chi-Square/m-p/104021#M29078</guid>
      <dc:creator>Csands</dc:creator>
      <dc:date>2013-06-12T15:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Logistic: Wald Chi-Square</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Logistic-Wald-Chi-Square/m-p/104022#M29079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Think of how a Wald chi-square is calculated = (estimate/stderr)**2.&amp;nbsp; In a way, it is an effect size squared.&amp;nbsp; Look at the estimates--large for variable 5 compared to the reference category, with realtively small standard errors.&amp;nbsp; It looks like they have a large effect.&amp;nbsp; You could add the type3 option to your model statement to get overall tests of marginal differences in the levels of each of the variables.&amp;nbsp; On the other hand, do not give undue weight to the chi-squared values for each level of a variable.&amp;nbsp; As far as regression "quality", check the INFLUENCE and LACKFIT options for the model statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jun 2013 16:46:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Logistic-Wald-Chi-Square/m-p/104022#M29079</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-06-12T16:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Logistic: Wald Chi-Square</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Logistic-Wald-Chi-Square/m-p/104023#M29080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Helvetica, sans-serif; background-color: white;"&gt;Thank you for your very helpful answer.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Helvetica, sans-serif; background-color: white;"&gt;Since your answer I studied more this issues, and tried some of the options you suggested.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Helvetica, sans-serif; background-color: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Helvetica, sans-serif; background-color: white;"&gt;One of my main issues is to explain to the users the impact of a variable (and in this study is crucial due the large effect of variable 5). I already saw this impact expressed as a rate in a doc&amp;nbsp; (for example if I am predicting vardep {0,1} with two independent variables, then var1 is said to represent 20% and var2 represent 80% of the&amp;nbsp; probability to achieve vardep=1) but it didn't show how were the rates calculated. Do you have any idea on this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Helvetica, sans-serif; background-color: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Helvetica, sans-serif; background-color: white;"&gt;About the options suggested, I couldn't find the type3 option in the model statement in the sas support documentation &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Helvetica, sans-serif; background-color: white;"&gt;&lt;A class="jive-link-external-small" href="http://support.sas.com/documentation/cdl/en/statug/65328/HTML/default/viewer.htm#statug_logistic_syntax22.htm"&gt;http://support.sas.com/documentation/cdl/en/statug/65328/HTML/default/viewer.htm#statug_logistic_syntax22.htm&lt;/A&gt;&lt;SPAN&gt; , can you help me on that.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Helvetica, sans-serif; background-color: white;"&gt;With the lackfit option I had no problem but with the influence option, I couldn't run it because my database is very large, is there any way to save this information to a sas dataset and not to the SAS Output?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Helvetica, sans-serif; background-color: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Helvetica, sans-serif; background-color: white;"&gt;Thanks again.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10pt; font-family: Helvetica, sans-serif; background-color: white;"&gt;C.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2013 11:00:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Logistic-Wald-Chi-Square/m-p/104023#M29080</guid>
      <dc:creator>Csands</dc:creator>
      <dc:date>2013-06-18T11:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Logistic: Wald Chi-Square</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Logistic-Wald-Chi-Square/m-p/104024#M29081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I apologize.&amp;nbsp; The type3 option is available in GENMOD, which is where I do most of my fixed effect logistic modeling.&amp;nbsp; I am sorry that I pointed you at the wrong option.&amp;nbsp; Instead, if you are on SAS/STAT12.1, you should look at the EFFECT statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;effect variable2=multimember (var2):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I can't seem to pin down the documentation--in the LOGISTIC Procedure documentation it does say "is a multimember classification effect whose levels are determined by one or more variables that appear in a CLASS statement," so I believe it should give an overall test.&amp;nbsp; You may need more than one EFFECT statement, or perhaps you can add the others into a single statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the only way to get influence option to a dataset would be to use ODS.&amp;nbsp; You would probably have to close the output listing destination, and output everything of interest, or maybe use ODS select to display only the tables of interest.&amp;nbsp; This assumes that the cause of not running is overflow of the output destination.&amp;nbsp; If it is a memory problem, I really don't know what to offer--perhaps others can help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2013 14:59:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Logistic-Wald-Chi-Square/m-p/104024#M29081</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-06-18T14:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Logistic: Wald Chi-Square</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Logistic-Wald-Chi-Square/m-p/104025#M29082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't apologize you where a big help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concerning the influence option, you are right with the statement ' &lt;EM&gt;ods output influence=&amp;lt;table name&amp;gt;;&lt;/EM&gt; ' the SAS produces a table. The problem is that it keeps writing in the SAS output the table (in this case 200.000 observations), and if I use the option noprint in the Proc logistic statement the ods statement is ignored.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;C.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2013 09:29:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Logistic-Wald-Chi-Square/m-p/104025#M29082</guid>
      <dc:creator>Csands</dc:creator>
      <dc:date>2013-06-19T09:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Logistic: Wald Chi-Square</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Logistic-Wald-Chi-Square/m-p/104026#M29083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NOPRINT turns off ODS output as well as the listing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest, if you want to suppress all output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods listing close;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;insert PROC LOGISTIC code here, including the ODS output statement&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods listing;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you only want to suppress the influence ouput, you could try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods exclude influence;&lt;/P&gt;&lt;P&gt;ods output influence=&amp;lt;table name goes here&amp;gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope these work for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2013 16:53:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Logistic-Wald-Chi-Square/m-p/104026#M29083</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-06-19T16:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Logistic: Wald Chi-Square</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Logistic-Wald-Chi-Square/m-p/104027#M29084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Thanks Steve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;The code below totally solves my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;ods exclude influence;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;proc logistic data=train;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;class var1 var2 var3 var4 var5 / param=GLM;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;model pred12 (event='2')= var1 var2 var3 var4 var5 / RSQ influence lackfit;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;ods output influence=estatinfluence;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;To suppress all output I think the statements are:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;ods html close;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;....&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;ods html;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Thanks for all your help.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;C.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2013 10:25:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Logistic-Wald-Chi-Square/m-p/104027#M29084</guid>
      <dc:creator>Csands</dc:creator>
      <dc:date>2013-06-20T10:25:20Z</dc:date>
    </item>
  </channel>
</rss>

