<?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 how to generate residuals from multinomial logistic regressions in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/how-to-generate-residuals-from-multinomial-logistic-regressions/m-p/49341#M2194</link>
    <description>I used the following output options but only missing values are generated for the fields "peares" and "devres". Could any experience programmer tell what is wrong with that? Thanks very much.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
proc logistic data =  myDATA descending;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
model y = xbeta1-xbeta5 /lackfit rsq;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
output out = MODEL_OUTDATA p=prob_def reschi=peares resdev=devres xbeta=xbeta dfbetas=_ALL_ difdev = diff_dev difchisq = diff_chisq;&lt;BR /&gt;
&lt;BR /&gt;
      ods select ModelInfo ResponseProfile ConvergenceStatus FitStatistics RSquare&lt;BR /&gt;
          GlobalTests ParameterEstimates OddsRatios Association LackFitPartition LackFitChiSq;&lt;BR /&gt;
      &lt;BR /&gt;
run;</description>
    <pubDate>Mon, 13 Dec 2010 20:15:43 GMT</pubDate>
    <dc:creator>sandrawang</dc:creator>
    <dc:date>2010-12-13T20:15:43Z</dc:date>
    <item>
      <title>how to generate residuals from multinomial logistic regressions</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-to-generate-residuals-from-multinomial-logistic-regressions/m-p/49341#M2194</link>
      <description>I used the following output options but only missing values are generated for the fields "peares" and "devres". Could any experience programmer tell what is wrong with that? Thanks very much.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
proc logistic data =  myDATA descending;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
model y = xbeta1-xbeta5 /lackfit rsq;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
output out = MODEL_OUTDATA p=prob_def reschi=peares resdev=devres xbeta=xbeta dfbetas=_ALL_ difdev = diff_dev difchisq = diff_chisq;&lt;BR /&gt;
&lt;BR /&gt;
      ods select ModelInfo ResponseProfile ConvergenceStatus FitStatistics RSquare&lt;BR /&gt;
          GlobalTests ParameterEstimates OddsRatios Association LackFitPartition LackFitChiSq;&lt;BR /&gt;
      &lt;BR /&gt;
run;</description>
      <pubDate>Mon, 13 Dec 2010 20:15:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-to-generate-residuals-from-multinomial-logistic-regressions/m-p/49341#M2194</guid>
      <dc:creator>sandrawang</dc:creator>
      <dc:date>2010-12-13T20:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to generate residuals from multinomial logistic regressions</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-to-generate-residuals-from-multinomial-logistic-regressions/m-p/49342#M2195</link>
      <description>I think these residuals (and other measures of Influence) are only calculated for a response variable with two levels (binary variable). Try putting the INFLUENCE option on the model statement, and in the Log you will get a message about certain statistics only be determined for binary responses. But for a binary variable, you will get the two kinds of residual directly in the Output (and in the Output file you create).&lt;BR /&gt;
LVM</description>
      <pubDate>Tue, 14 Dec 2010 19:15:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-to-generate-residuals-from-multinomial-logistic-regressions/m-p/49342#M2195</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2010-12-14T19:15:11Z</dc:date>
    </item>
  </channel>
</rss>

