<?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: how do I get confidence intervals for proportion in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/how-do-I-get-confidence-intervals-for-proportion/m-p/275856#M14545</link>
    <description>&lt;P&gt;Sort by nationality and get the CI for each.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sort data=meley.burum2; 
by momsnationality; 
run;

proc freq data=meley.burum2;
by momsnationality;
tables exclusive / binomial;
weight count;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 08 Jun 2016 04:11:13 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2016-06-08T04:11:13Z</dc:date>
    <item>
      <title>how do I get confidence intervals for proportion</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-do-I-get-confidence-intervals-for-proportion/m-p/275833#M14541</link>
      <description>&lt;P&gt;Hello I'm having trouble obtaining 95% CI for a proportion. This proportion is a result of a binary variable crossed with another binary variable. I want to know the 95% CI for percentage of mothers that breastfeed exclusively (yes or no, binary) for women of diferent nationalities (also binary).&amp;nbsp;I've tried&amp;nbsp;variations of proc freq but its giving me the confidence interval of the odds ratio instead of for the actual values of % breastfeeding exclusvely. Any help?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc freq data=meley.burum2; table momsnationality*exclusive/chisq; run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;*proc freq data=meley.burum2 order=freq;&lt;BR /&gt;tables exclusive/binomial;&lt;BR /&gt;tables momsnationality/binomial;&lt;BR /&gt;weight count;&lt;BR /&gt;run;*/&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2016 23:49:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-do-I-get-confidence-intervals-for-proportion/m-p/275833#M14541</guid>
      <dc:creator>mw2939</dc:creator>
      <dc:date>2016-06-07T23:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: how do I get confidence intervals for proportion</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-do-I-get-confidence-intervals-for-proportion/m-p/275847#M14543</link>
      <description>&lt;P&gt;It sounds like you want GROUP analysis.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;proc freq data=meley.burum2 order=freq;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;BY&amp;nbsp;exclusive;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;tables momsnationality/binomial;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;weight count;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2016 02:51:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-do-I-get-confidence-intervals-for-proportion/m-p/275847#M14543</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-06-08T02:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: how do I get confidence intervals for proportion</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/how-do-I-get-confidence-intervals-for-proportion/m-p/275856#M14545</link>
      <description>&lt;P&gt;Sort by nationality and get the CI for each.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sort data=meley.burum2; 
by momsnationality; 
run;

proc freq data=meley.burum2;
by momsnationality;
tables exclusive / binomial;
weight count;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 08 Jun 2016 04:11:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/how-do-I-get-confidence-intervals-for-proportion/m-p/275856#M14545</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2016-06-08T04:11:13Z</dc:date>
    </item>
  </channel>
</rss>

