<?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: collinearity and influential observations in PROC REG in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/collinearity-and-influential-observations-in-PROC-REG/m-p/92906#M4563</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Under proc REG, there is OUTPUT OUT= where you can specify DIFFITS for "&lt;SPAN style="font-size: 12pt; font-family: NimbusRomNo9L-Regu;"&gt;standard influence of observation on predicted value&lt;/SPAN&gt;". Another one is Cook's D influence statistic. Proc logistic has similar in OUTPUT OUT=, but residual based statistics is limited due to the fact your model has a binary target. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 29 Sep 2013 20:23:35 GMT</pubDate>
    <dc:creator>JasonXin</dc:creator>
    <dc:date>2013-09-29T20:23:35Z</dc:date>
    <item>
      <title>collinearity and influential observations in PROC REG</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/collinearity-and-influential-observations-in-PROC-REG/m-p/92904#M4561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I was wondering if someone is able to answer a few questions that I have. I want to test a logistic regression model for collinearity and influetial observations/outliers. Is it possible to put the logistic regression model in PROC REG? Do the ordinal/nominal predictors need to be dummy coded for the collineary diagnostics/ influential statistics to be accurate? any help appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 11:28:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/collinearity-and-influential-observations-in-PROC-REG/m-p/92904#M4561</guid>
      <dc:creator>frewen</dc:creator>
      <dc:date>2013-09-25T11:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: collinearity and influential observations in PROC REG</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/collinearity-and-influential-observations-in-PROC-REG/m-p/92905#M4562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The answer is YES, you can use PROC REG for collinearity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Collinearity doesn't depend on the Y-variables, it only depends on the X-variables, so PROC REG with random Y-values will give you the collinearity of the X-values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not true for inluential observations or outliers, then I don't think PROC REG will give you the proper diagnostics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ordinal/nominal predictors need to be dummy coded to work in PROC REG; you can use PROC GLMMOD to give you the dummy codings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 15:47:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/collinearity-and-influential-observations-in-PROC-REG/m-p/92905#M4562</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2013-09-25T15:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: collinearity and influential observations in PROC REG</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/collinearity-and-influential-observations-in-PROC-REG/m-p/92906#M4563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Under proc REG, there is OUTPUT OUT= where you can specify DIFFITS for "&lt;SPAN style="font-size: 12pt; font-family: NimbusRomNo9L-Regu;"&gt;standard influence of observation on predicted value&lt;/SPAN&gt;". Another one is Cook's D influence statistic. Proc logistic has similar in OUTPUT OUT=, but residual based statistics is limited due to the fact your model has a binary target. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Sep 2013 20:23:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/collinearity-and-influential-observations-in-PROC-REG/m-p/92906#M4563</guid>
      <dc:creator>JasonXin</dc:creator>
      <dc:date>2013-09-29T20:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: collinearity and influential observations in PROC REG</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/collinearity-and-influential-observations-in-PROC-REG/m-p/92907#M4564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Jason and Paige for your input it has been VERY helpful. I am also confused about another topic and I was hoping one of you might hold the answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to examine influential observation in some logistic regression models. I am aware that the INFLUENTIAL option and the OUTPUT OUT= options can be used to generate certain statistics such as DFBetas, Leverage(hat) values and Pearson and Deviance residuals. I am using ceratin cut-off values which I have read from a few books to subset the influential observations based on the DFBetas and Leverage(hat)values from the output from INFLUENTIAL. However, I am not sure what cut off values I can use to identify inlfuential observations for the Deviance and Pearson residuals? Are these values standardised in the outputs from INFLUENTIAL and OUTPUT OUT=&amp;nbsp; ? If so can I just use the absolute value of 2 or 3 as in standardised residuals in linear regression. I am aware that you can generate plots of the residuals aswel but I was hoping there might be a cut off value that I could use aswel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also unfamiliar with the notation that comes along side them in the INFLUENTIAL output, i.e. there is a 1 unit= some value beside each statistic in the output. Are these values used to detect the influential observations and how are they used?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I apologise for the long message, but any help would be much appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Frewen&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2013 09:00:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/collinearity-and-influential-observations-in-PROC-REG/m-p/92907#M4564</guid>
      <dc:creator>frewen</dc:creator>
      <dc:date>2013-10-11T09:00:27Z</dc:date>
    </item>
  </channel>
</rss>

