<?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: Restricting analysis to only one gende? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Restricting-analysis-to-only-one-gende/m-p/66677#M3192</link>
    <description>see&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/thread.jspa?threadID=10897&amp;amp;tstart=0" target="_blank"&gt;http://support.sas.com/forums/thread.jspa?threadID=10897&amp;amp;tstart=0&lt;/A&gt;</description>
    <pubDate>Tue, 24 Aug 2010 12:28:58 GMT</pubDate>
    <dc:creator>Doc_Duke</dc:creator>
    <dc:date>2010-08-24T12:28:58Z</dc:date>
    <item>
      <title>Restricting analysis to only one gende?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Restricting-analysis-to-only-one-gende/m-p/66676#M3191</link>
      <description>The values of hemoglobin for  sex  "males and females"  for  three treatment  insulin, tablets and insulin were measured. In the data set the 0=male and 1= female,  1= insulin, 2=tablets, 3= diet. I want to compare the mean of hemoglobin for each of the treatment groups and restricting the analysis to men only (e.g to include if sex=0). My question where to include sex=0 to analysis only the men?&lt;BR /&gt;
&lt;BR /&gt;
Proc format;&lt;BR /&gt;
Value sexf 0='male'&lt;BR /&gt;
                1='female'&lt;BR /&gt;
&lt;BR /&gt;
value treatf 1='c insulin'&lt;BR /&gt;
                        2='b tablet'&lt;BR /&gt;
                        3=' a diet'&lt;BR /&gt;
run;&lt;BR /&gt;
data diabet;&lt;BR /&gt;
infile ' -----------------'&lt;BR /&gt;
input age sex treat haem;&lt;BR /&gt;
attrib sex format=sexf. treat format=treatf.;&lt;BR /&gt;
run;&lt;BR /&gt;
proc means&lt;BR /&gt;
class treat;&lt;BR /&gt;
var haem;&lt;BR /&gt;
run;</description>
      <pubDate>Tue, 24 Aug 2010 10:42:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Restricting-analysis-to-only-one-gende/m-p/66676#M3191</guid>
      <dc:creator>Somia</dc:creator>
      <dc:date>2010-08-24T10:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting analysis to only one gende?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Restricting-analysis-to-only-one-gende/m-p/66677#M3192</link>
      <description>see&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/thread.jspa?threadID=10897&amp;amp;tstart=0" target="_blank"&gt;http://support.sas.com/forums/thread.jspa?threadID=10897&amp;amp;tstart=0&lt;/A&gt;</description>
      <pubDate>Tue, 24 Aug 2010 12:28:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Restricting-analysis-to-only-one-gende/m-p/66677#M3192</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2010-08-24T12:28:58Z</dc:date>
    </item>
  </channel>
</rss>

