<?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: Stricting the analysis to specific gender and not including the other? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Stricting-the-analysis-to-specific-gender-and-not-including-the/m-p/66181#M18881</link>
    <description>Look up the WHERE statement/clause/option.&lt;BR /&gt;
&lt;BR /&gt;
WHERE data set option.&lt;BR /&gt;
[pre]&lt;BR /&gt;
proc whatever data=mydat(where=(gender=0));&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
WHERE statement.&lt;BR /&gt;
[pre]&lt;BR /&gt;
proc whatever data=mydat;&lt;BR /&gt;
  where gender=0;&lt;BR /&gt;
[/pre]</description>
    <pubDate>Mon, 23 Aug 2010 05:26:40 GMT</pubDate>
    <dc:creator>ArtC</dc:creator>
    <dc:date>2010-08-23T05:26:40Z</dc:date>
    <item>
      <title>Stricting the analysis to specific gender and not including the other?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Stricting-the-analysis-to-specific-gender-and-not-including-the/m-p/66180#M18880</link>
      <description>I want to strict my analysis to males and do not include females.&lt;BR /&gt;
For example if I have 0=males and 1= females how can I restrict my analysis to males only.   For example to compare heamoglobin mean levels across treatments (1= insulin, 2= diet)  in men only.</description>
      <pubDate>Mon, 23 Aug 2010 05:13:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Stricting-the-analysis-to-specific-gender-and-not-including-the/m-p/66180#M18880</guid>
      <dc:creator>Saeed</dc:creator>
      <dc:date>2010-08-23T05:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: Stricting the analysis to specific gender and not including the other?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Stricting-the-analysis-to-specific-gender-and-not-including-the/m-p/66181#M18881</link>
      <description>Look up the WHERE statement/clause/option.&lt;BR /&gt;
&lt;BR /&gt;
WHERE data set option.&lt;BR /&gt;
[pre]&lt;BR /&gt;
proc whatever data=mydat(where=(gender=0));&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
WHERE statement.&lt;BR /&gt;
[pre]&lt;BR /&gt;
proc whatever data=mydat;&lt;BR /&gt;
  where gender=0;&lt;BR /&gt;
[/pre]</description>
      <pubDate>Mon, 23 Aug 2010 05:26:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Stricting-the-analysis-to-specific-gender-and-not-including-the/m-p/66181#M18881</guid>
      <dc:creator>ArtC</dc:creator>
      <dc:date>2010-08-23T05:26:40Z</dc:date>
    </item>
  </channel>
</rss>

