<?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 statistics in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/statistics/m-p/354512#M18567</link>
    <description>&lt;P&gt;In 90% confidence interval for 12 number of degrees of freedom , using&amp;nbsp;Chi-square_(0.90)=5.226 and&amp;nbsp;Chi-square_(0.05)=21.026 while in 95% confidence interval for 19 number of degrees of freedom we using&amp;nbsp;Chi-suqare_(0.975)=8.907 and&amp;nbsp;Chi-square_(0.025)=32.852.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can selcet a Chi-square interval for given number of degrees of freedom of a confidence level? Hope question is understandable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 28 Apr 2017 15:40:50 GMT</pubDate>
    <dc:creator>kirchi</dc:creator>
    <dc:date>2017-04-28T15:40:50Z</dc:date>
    <item>
      <title>statistics</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/statistics/m-p/354512#M18567</link>
      <description>&lt;P&gt;In 90% confidence interval for 12 number of degrees of freedom , using&amp;nbsp;Chi-square_(0.90)=5.226 and&amp;nbsp;Chi-square_(0.05)=21.026 while in 95% confidence interval for 19 number of degrees of freedom we using&amp;nbsp;Chi-suqare_(0.975)=8.907 and&amp;nbsp;Chi-square_(0.025)=32.852.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can selcet a Chi-square interval for given number of degrees of freedom of a confidence level? Hope question is understandable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2017 15:40:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/statistics/m-p/354512#M18567</guid>
      <dc:creator>kirchi</dc:creator>
      <dc:date>2017-04-28T15:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: statistics</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/statistics/m-p/354515#M18568</link>
      <description>&lt;P&gt;This will show how to the values for the 5th and 95th percentiles for a Chi-sq with 12 df which would be the boundaries of a symetric 90% interval.&lt;/P&gt;
&lt;PRE&gt;Data example;
   lower=quantile('CHISQ',.05,12);
   upper=quantile('CHISQ',.95,12);
run;&lt;/PRE&gt;
&lt;P&gt;Request the appropriate quantile as needed. The parameters could be variables in a data set.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2017 15:52:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/statistics/m-p/354515#M18568</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-04-28T15:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: statistics</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/statistics/m-p/354516#M18569</link>
      <description>&lt;P&gt;Actually, the question isn't particularly clear.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can select a chi-squared confidence interval from any textbook that has a table of the Chi-Squared distribution; and in SAS you can use the CINV function.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2017 15:54:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/statistics/m-p/354516#M18569</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2017-04-28T15:54:26Z</dc:date>
    </item>
  </channel>
</rss>

