<?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: Why does PROC ADAPTIVEREG not output certain options such as COOKD? in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Why-does-PROC-ADAPTIVEREG-not-output-certain-options-such-as/m-p/634302#M21195</link>
    <description>Well this may be a newbie question but are you saying that just because an option is listed after a statement on Univ. Ed., and you can retrieve info on it, and it lights up blue, it isn't necessarily supported?</description>
    <pubDate>Mon, 23 Mar 2020 23:21:44 GMT</pubDate>
    <dc:creator>SASSYstats</dc:creator>
    <dc:date>2020-03-23T23:21:44Z</dc:date>
    <item>
      <title>Why does PROC ADAPTIVEREG not output certain options such as COOKD?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Why-does-PROC-ADAPTIVEREG-not-output-certain-options-such-as/m-p/634288#M21193</link>
      <description>&lt;P&gt;Hello everyone, this is my first question to the forum.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a data set of about 45,000 observations. The following variables are character:&amp;nbsp;Room_Type, Cluster_value, min_nights. All other variables are numeric. The question has to do with the OUTPUT statement. I am able to output the results into the capstn library just fine &lt;I&gt;except&amp;nbsp;&lt;/I&gt;for when I include the option COOKD=CD (as shown below). Everything works except for that. COOKD lights up blue and from what I can see in the documentation there is no reason it shouldn't be available. I get error number 73 EXPECTING AN =. I have found the same issue to be true when I try outputting studentized residuals.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;proc adaptivereg data=Training;&lt;BR /&gt;	class Room_Type Cluster_value min_nights;&lt;BR /&gt;	model price_rank=min_nights Room_Type Cluster_value avail_rank reviews_rank / additive;&lt;BR /&gt;	output predicted=Pred residual=R cookd=CD out=capstn.addaptive_mod;&lt;BR /&gt;	title "Regression Analysis for Price of Listing by Rank";&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;title;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;If anyone has any idea this has been stumping me for some time now. I am using the latest version of SAS University Edition on Windows 10.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks Everyone!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2020 22:29:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Why-does-PROC-ADAPTIVEREG-not-output-certain-options-such-as/m-p/634288#M21193</guid>
      <dc:creator>SASSYstats</dc:creator>
      <dc:date>2020-03-23T22:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Why does PROC ADAPTIVEREG not output certain options such as COOKD?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Why-does-PROC-ADAPTIVEREG-not-output-certain-options-such-as/m-p/634298#M21194</link>
      <description>&lt;P&gt;&lt;BR /&gt;I don't see COOKD listed as an option in adaptivereg, where are you seeing it as a valid option?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetVersion=15.1&amp;amp;docsetTarget=statug_adaptivereg_syntax08.htm&amp;amp;locale=en"&gt;https://documentation.sas.com/?docsetId=statug&amp;amp;docsetVersion=15.1&amp;amp;docsetTarget=statug_adaptivereg_syntax08.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/213247"&gt;@SASSYstats&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello everyone, this is my first question to the forum.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a data set of about 45,000 observations. The following variables are character:&amp;nbsp;Room_Type, Cluster_value, min_nights. All other variables are numeric. The question has to do with the OUTPUT statement. I am able to output the results into the capstn library just fine &lt;I&gt;except&amp;nbsp;&lt;/I&gt;for when I include the option COOKD=CD (as shown below). Everything works except for that. COOKD lights up blue and from what I can see in the documentation there is no reason it shouldn't be available. I get error number 73 EXPECTING AN =. I have found the same issue to be true when I try outputting studentized residuals.&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;proc adaptivereg data=Training;&lt;BR /&gt;	class Room_Type Cluster_value min_nights;&lt;BR /&gt;	model price_rank=min_nights Room_Type Cluster_value avail_rank reviews_rank / additive;&lt;BR /&gt;	output predicted=Pred residual=R cookd=CD out=capstn.addaptive_mod;&lt;BR /&gt;	title "Regression Analysis for Price of Listing by Rank";&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;title;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;If anyone has any idea this has been stumping me for some time now. I am using the latest version of SAS University Edition on Windows 10.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks Everyone!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2020 22:59:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Why-does-PROC-ADAPTIVEREG-not-output-certain-options-such-as/m-p/634298#M21194</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-03-23T22:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Why does PROC ADAPTIVEREG not output certain options such as COOKD?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Why-does-PROC-ADAPTIVEREG-not-output-certain-options-such-as/m-p/634302#M21195</link>
      <description>Well this may be a newbie question but are you saying that just because an option is listed after a statement on Univ. Ed., and you can retrieve info on it, and it lights up blue, it isn't necessarily supported?</description>
      <pubDate>Mon, 23 Mar 2020 23:21:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Why-does-PROC-ADAPTIVEREG-not-output-certain-options-such-as/m-p/634302#M21195</guid>
      <dc:creator>SASSYstats</dc:creator>
      <dc:date>2020-03-23T23:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: Why does PROC ADAPTIVEREG not output certain options such as COOKD?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Why-does-PROC-ADAPTIVEREG-not-output-certain-options-such-as/m-p/634318#M21196</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/213247"&gt;@SASSYstats&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Well this may be a newbie question but are you saying that just because an option is listed after a statement on Univ. Ed., and you can retrieve info on it, and it lights up blue, it isn't necessarily supported?&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I can't speak to that portion of SAS unfortunately. I don't use the coding popups as I find them obtrusive. It's possible it's just pulling from a generic OUTPUT statement or it's possible it's a bug. Perhaps worth a quick conversation with SAS tech support. I do know there are definitely issues with words being in blue/red and that's not a 100% an indicator of correct or incorrect code. Sorry, not super helpful but hope it solves your initial question.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2020 01:44:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Why-does-PROC-ADAPTIVEREG-not-output-certain-options-such-as/m-p/634318#M21196</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-03-24T01:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: Why does PROC ADAPTIVEREG not output certain options such as COOKD?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Why-does-PROC-ADAPTIVEREG-not-output-certain-options-such-as/m-p/634395#M21219</link>
      <description>PROC ADAPTIVEREG is non-parameter method . &lt;BR /&gt;It should not output some stat like COOKD .&lt;BR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt; may explain it further .</description>
      <pubDate>Tue, 24 Mar 2020 10:44:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Why-does-PROC-ADAPTIVEREG-not-output-certain-options-such-as/m-p/634395#M21219</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2020-03-24T10:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Why does PROC ADAPTIVEREG not output certain options such as COOKD?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Why-does-PROC-ADAPTIVEREG-not-output-certain-options-such-as/m-p/634398#M21220</link>
      <description>&lt;P&gt;I can, but Reeza already gave the correct answer: The documentation for PROC ADAPTIVEREG shows that the COOKSD= option is not supported.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As KSharp says, it is not supported because that statistic applies only to linear regression models. To learn more about Cook's D statistic, see &lt;A href="https://blogs.sas.com/content/iml/2019/06/19/influence-regression-dffits-cooksd.html" target="_self"&gt;"Influential observations in a linear regression model: The DFFITS and Cook's D statistics."&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2020 11:03:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Why-does-PROC-ADAPTIVEREG-not-output-certain-options-such-as/m-p/634398#M21220</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2020-03-24T11:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Why does PROC ADAPTIVEREG not output certain options such as COOKD?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Why-does-PROC-ADAPTIVEREG-not-output-certain-options-such-as/m-p/634480#M21226</link>
      <description>&lt;P&gt;Thanks everyone. In hindsight several beginner mistakes on my part.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the article&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt;&amp;nbsp; very informative.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2020 16:28:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Why-does-PROC-ADAPTIVEREG-not-output-certain-options-such-as/m-p/634480#M21226</guid>
      <dc:creator>SASSYstats</dc:creator>
      <dc:date>2020-03-24T16:28:02Z</dc:date>
    </item>
  </channel>
</rss>

