<?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: Can SAS do exclude/hide like JMP in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Can-SAS-do-exclude-hide-like-JMP/m-p/483171#M125273</link>
    <description>thx, let me try</description>
    <pubDate>Wed, 01 Aug 2018 19:24:40 GMT</pubDate>
    <dc:creator>leonzheng</dc:creator>
    <dc:date>2018-08-01T19:24:40Z</dc:date>
    <item>
      <title>Can SAS do exclude/hide like JMP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-SAS-do-exclude-hide-like-JMP/m-p/483151#M125267</link>
      <description>&lt;P&gt;I have to operate a DateSet like below:&lt;/P&gt;&lt;P&gt;Fit a 4th polynomial on some observations that satisfy conditions. Then I need to calculate residual for all observations, including the observations not satisfy conditions. In JMP I can exclude/high those obs, but in SAS I don't know how to do it, I can only delete obs and create a new table, but then the deleted obs will not have residual.&lt;/P&gt;&lt;P&gt;Can anyone give me advice on this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 18:30:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-SAS-do-exclude-hide-like-JMP/m-p/483151#M125267</guid>
      <dc:creator>leonzheng</dc:creator>
      <dc:date>2018-08-01T18:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Can SAS do exclude/hide like JMP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-SAS-do-exclude-hide-like-JMP/m-p/483166#M125270</link>
      <description>&lt;P&gt;Exclude means that the observation is not used in the calculation of the model fit, so you will not get a residual value for it. Yes, SAS can do this. Simply don't include the variable in the procedure that fits the plot (you can use the WHERE data set option to exclude specific rows from a data set).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hide means that a data point is not shown on a plot. Yes, SAS can do this. When you produce the plot, use the WHERE option to not include the observations.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 19:16:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-SAS-do-exclude-hide-like-JMP/m-p/483166#M125270</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-08-01T19:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: Can SAS do exclude/hide like JMP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-SAS-do-exclude-hide-like-JMP/m-p/483168#M125271</link>
      <description>if I use WHERE and do the fit, will SAS calculate residual for me on those excluded points?</description>
      <pubDate>Wed, 01 Aug 2018 19:19:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-SAS-do-exclude-hide-like-JMP/m-p/483168#M125271</guid>
      <dc:creator>leonzheng</dc:creator>
      <dc:date>2018-08-01T19:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: Can SAS do exclude/hide like JMP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-SAS-do-exclude-hide-like-JMP/m-p/483169#M125272</link>
      <description>&lt;P&gt;Not directly, but you can either trick SAS to do this by making the real Y variable missing to get a predicted value, or use PROC SCORE on the excluded points to generate predicted values and residuals.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 19:23:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-SAS-do-exclude-hide-like-JMP/m-p/483169#M125272</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-08-01T19:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Can SAS do exclude/hide like JMP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-SAS-do-exclude-hide-like-JMP/m-p/483171#M125273</link>
      <description>thx, let me try</description>
      <pubDate>Wed, 01 Aug 2018 19:24:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-SAS-do-exclude-hide-like-JMP/m-p/483171#M125273</guid>
      <dc:creator>leonzheng</dc:creator>
      <dc:date>2018-08-01T19:24:40Z</dc:date>
    </item>
  </channel>
</rss>

