<?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 removing an observation in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/removing-an-observation/m-p/90113#M25717</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to find the mean for one of my variables, but that variable has one outlier observation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I find the mean of that variable without that one observation with PROC MEAN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Oct 2012 17:29:09 GMT</pubDate>
    <dc:creator>R_A_G_</dc:creator>
    <dc:date>2012-10-09T17:29:09Z</dc:date>
    <item>
      <title>removing an observation</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/removing-an-observation/m-p/90113#M25717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to find the mean for one of my variables, but that variable has one outlier observation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I find the mean of that variable without that one observation with PROC MEAN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 17:29:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/removing-an-observation/m-p/90113#M25717</guid>
      <dc:creator>R_A_G_</dc:creator>
      <dc:date>2012-10-09T17:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: removing an observation</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/removing-an-observation/m-p/90114#M25718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how about using the where clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC MEANS DATA=_LAST_(where=(myvar ^= xxx));&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doc Muhlbaier&lt;/P&gt;&lt;P&gt;Duke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 19:03:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/removing-an-observation/m-p/90114#M25718</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2012-10-09T19:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: removing an observation</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/removing-an-observation/m-p/90115#M25719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to eliminate a specific observation from a specific sets of variable. Not really eliminate but rather exclude from the analysis. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 21:16:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/removing-an-observation/m-p/90115#M25719</guid>
      <dc:creator>R_A_G_</dc:creator>
      <dc:date>2012-10-09T21:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: removing an observation</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/removing-an-observation/m-p/90116#M25720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you Doc, it actually worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC MEANS DATA=data(where=(people^='Jim' ));var item1; Run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2012 21:24:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/removing-an-observation/m-p/90116#M25720</guid>
      <dc:creator>R_A_G_</dc:creator>
      <dc:date>2012-10-09T21:24:53Z</dc:date>
    </item>
  </channel>
</rss>

