<?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: confidence Intervals in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/confidence-Intervals/m-p/624790#M77378</link>
    <description>&lt;P&gt;Use the BINOMIAL option of the TABLES statement.&lt;/P&gt;</description>
    <pubDate>Fri, 14 Feb 2020 12:01:34 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2020-02-14T12:01:34Z</dc:date>
    <item>
      <title>confidence Intervals</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/confidence-Intervals/m-p/624647#M77370</link>
      <description>&lt;P&gt;I am trying to figure out if I can have my proc freq&amp;nbsp;output include confidence intervals.&amp;nbsp; Below is one of the things I tried, but either I am doing it wrong&amp;nbsp; or maybe it can't be done with proc freq?&amp;nbsp; Any help would be great.&amp;nbsp; Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;freq&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=two;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;tables&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; cname*agegroup / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;CL&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=LOGIT;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 20:53:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/confidence-Intervals/m-p/624647#M77370</guid>
      <dc:creator>anner</dc:creator>
      <dc:date>2020-02-13T20:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: confidence Intervals</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/confidence-Intervals/m-p/624652#M77371</link>
      <description>&lt;P&gt;Confidence intervals of what statistic?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 20:57:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/confidence-Intervals/m-p/624652#M77371</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-02-13T20:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: confidence Intervals</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/confidence-Intervals/m-p/624788#M77377</link>
      <description>&lt;P&gt;Of the percentage of cname in an agegroup.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 11:59:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/confidence-Intervals/m-p/624788#M77377</guid>
      <dc:creator>anner</dc:creator>
      <dc:date>2020-02-14T11:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: confidence Intervals</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/confidence-Intervals/m-p/624790#M77378</link>
      <description>&lt;P&gt;Use the BINOMIAL option of the TABLES statement.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 12:01:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/confidence-Intervals/m-p/624790#M77378</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-02-14T12:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: confidence Intervals</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/confidence-Intervals/m-p/624792#M77379</link>
      <description>&lt;P&gt;I don't know the syntax of how to do that.&amp;nbsp; Can you show me an example of how to write that statement?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 12:06:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/confidence-Intervals/m-p/624792#M77379</guid>
      <dc:creator>anner</dc:creator>
      <dc:date>2020-02-14T12:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: confidence Intervals</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/confidence-Intervals/m-p/624809#M77381</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;tables cname*agegroup / binomial;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 14 Feb 2020 13:23:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/confidence-Intervals/m-p/624809#M77381</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-02-14T13:23:08Z</dc:date>
    </item>
  </channel>
</rss>

