<?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: Rstudent option in Proc Reg in SAS for dichotomous dependent variable in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Rstudent-option-in-Proc-Reg-in-SAS-for-dichotomous-dependent/m-p/312538#M16469</link>
    <description>&lt;P&gt;Look at the INFLUENCE option with proc LOGISTIC on the model statement. The documentation has an example on regression diagnostics including detecting influential observations.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_logistic_syntax22.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_logistic_syntax22.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_logistic_examples06.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_logistic_examples06.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If using proc genmod then obsstat is an option. Both will help with detecting outliers.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 18 Nov 2016 07:52:55 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2016-11-18T07:52:55Z</dc:date>
    <item>
      <title>Rstudent option in Proc Reg in SAS for dichotomous dependent variable</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Rstudent-option-in-Proc-Reg-in-SAS-for-dichotomous-dependent/m-p/312052#M16458</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I have a data set with dichotomous dependent variable. Can I use Rstudent option in proc reg to identify outliers for a dichotomous dependent variable?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;proc reg data = work.import;&lt;BR /&gt;model Target= x;&lt;BR /&gt;output out = outdata rstudent= r;&lt;BR /&gt;run;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2016 17:33:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Rstudent-option-in-Proc-Reg-in-SAS-for-dichotomous-dependent/m-p/312052#M16458</guid>
      <dc:creator>abhim701</dc:creator>
      <dc:date>2016-11-16T17:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Rstudent option in Proc Reg in SAS for dichotomous dependent variable</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Rstudent-option-in-Proc-Reg-in-SAS-for-dichotomous-dependent/m-p/312077#M16459</link>
      <description>&lt;P&gt;Couldn't you look at a histogram or distribution of the variable by the outcome variable?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't think the R student statistics is designed for categorical variables.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2016 18:56:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Rstudent-option-in-Proc-Reg-in-SAS-for-dichotomous-dependent/m-p/312077#M16459</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-11-16T18:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Rstudent option in Proc Reg in SAS for dichotomous dependent variable</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Rstudent-option-in-Proc-Reg-in-SAS-for-dichotomous-dependent/m-p/312188#M16460</link>
      <description>&lt;PRE&gt;

No. You pick up wrong model for dichotomous variable.
Check PROC LOGISTIC and OBSSTAT option.

&lt;/PRE&gt;</description>
      <pubDate>Thu, 17 Nov 2016 02:50:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Rstudent-option-in-Proc-Reg-in-SAS-for-dichotomous-dependent/m-p/312188#M16460</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-11-17T02:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: Rstudent option in Proc Reg in SAS for dichotomous dependent variable</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Rstudent-option-in-Proc-Reg-in-SAS-for-dichotomous-dependent/m-p/312532#M16467</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you explain the OBSSTAT option with an example. It would be of great help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2016 07:22:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Rstudent-option-in-Proc-Reg-in-SAS-for-dichotomous-dependent/m-p/312532#M16467</guid>
      <dc:creator>abhim701</dc:creator>
      <dc:date>2016-11-18T07:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Rstudent option in Proc Reg in SAS for dichotomous dependent variable</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Rstudent-option-in-Proc-Reg-in-SAS-for-dichotomous-dependent/m-p/312538#M16469</link>
      <description>&lt;P&gt;Look at the INFLUENCE option with proc LOGISTIC on the model statement. The documentation has an example on regression diagnostics including detecting influential observations.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_logistic_syntax22.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_logistic_syntax22.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_logistic_examples06.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_logistic_examples06.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If using proc genmod then obsstat is an option. Both will help with detecting outliers.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2016 07:52:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Rstudent-option-in-Proc-Reg-in-SAS-for-dichotomous-dependent/m-p/312538#M16469</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-11-18T07:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Rstudent option in Proc Reg in SAS for dichotomous dependent variable</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Rstudent-option-in-Proc-Reg-in-SAS-for-dichotomous-dependent/m-p/312542#M16471</link>
      <description>&lt;PRE&gt;
Sorry. Check INFLUENCE of model statement.

model ......./ influence

especially check DIFDEV DIFSQUAR


INFLUENCE&amp;lt; (STDRES) &amp;gt;
displays diagnostic measures for identifying influential observations in the case of a binary response
model. For each observation, the INFLUENCE option displays the case number (which is the sequence
number of the observation), the values of the explanatory variables included in the final model, and
the regression diagnostic measures developed by Pregibon (1981). The STDRES option includes
standardized and likelihood residuals in the display.


&lt;/PRE&gt;</description>
      <pubDate>Fri, 18 Nov 2016 08:08:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Rstudent-option-in-Proc-Reg-in-SAS-for-dichotomous-dependent/m-p/312542#M16471</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-11-18T08:08:23Z</dc:date>
    </item>
  </channel>
</rss>

