<?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 write Outliers and Influential point obs to a dataset in prog reg? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-write-Outliers-and-Influential-point-obs-to-a-dataset-in/m-p/487059#M25258</link>
    <description>&lt;P&gt;How to write Outliers and Influential point obs in a dataset in prog reg?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like the observation number of outliers and influential points of Studentized residuals and Cook's D in an output dataset. The purpose is I may wanna examine further and decide to keep or delete them from my sample&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc reg data=prop_dummy1_dropped_insig &lt;STRONG&gt;outest=est;&lt;/STRONG&gt;&lt;BR /&gt;model price= BATHRM NUM_UNITS&lt;BR /&gt;ROOMS&lt;BR /&gt;BEDRM&lt;BR /&gt;YR_RMDL;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;outest=est; doesn't seem to have it &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Thank you for your help&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Aug 2018 16:23:37 GMT</pubDate>
    <dc:creator>novinosrin</dc:creator>
    <dc:date>2018-08-15T16:23:37Z</dc:date>
    <item>
      <title>How to write Outliers and Influential point obs to a dataset in prog reg?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-write-Outliers-and-Influential-point-obs-to-a-dataset-in/m-p/487059#M25258</link>
      <description>&lt;P&gt;How to write Outliers and Influential point obs in a dataset in prog reg?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like the observation number of outliers and influential points of Studentized residuals and Cook's D in an output dataset. The purpose is I may wanna examine further and decide to keep or delete them from my sample&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc reg data=prop_dummy1_dropped_insig &lt;STRONG&gt;outest=est;&lt;/STRONG&gt;&lt;BR /&gt;model price= BATHRM NUM_UNITS&lt;BR /&gt;ROOMS&lt;BR /&gt;BEDRM&lt;BR /&gt;YR_RMDL;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;outest=est; doesn't seem to have it &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Thank you for your help&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2018 16:23:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-write-Outliers-and-Influential-point-obs-to-a-dataset-in/m-p/487059#M25258</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2018-08-15T16:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to write Outliers and Influential point obs to a dataset in prog reg?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-write-Outliers-and-Influential-point-obs-to-a-dataset-in/m-p/487062#M25259</link>
      <description>&lt;P&gt;OUTEST only contains slopes and related quantities, and does not contain information for each record (observation).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You want the OUTPUT data set, which contains information for each record (observation)&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_reg_syntax10.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_reg_syntax10.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2018 16:34:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-write-Outliers-and-Influential-point-obs-to-a-dataset-in/m-p/487062#M25259</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-08-15T16:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to write Outliers and Influential point obs to a dataset in prog reg?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-write-Outliers-and-Influential-point-obs-to-a-dataset-in/m-p/487087#M25261</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;&amp;nbsp;Sir, You are the man!!!. My apologies for bothering your time for something I should have found out. But kindly bear with me and forgive me. My research skills nor stat skills are not up to mark.&lt;/P&gt;
&lt;P&gt;And while I am on the course to learn anova, linear, logistic and principal components as well as I can, I might throw open a few questions.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers! and Thanks you!!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2018 17:34:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-write-Outliers-and-Influential-point-obs-to-a-dataset-in/m-p/487087#M25261</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2018-08-15T17:34:28Z</dc:date>
    </item>
  </channel>
</rss>

