<?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 Confidence Interval in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Confidence-Interval/m-p/314303#M16551</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How confidence intervals are used to decide significant and insignificant variables in regression analysis?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can I get an example?.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Fri, 25 Nov 2016 14:05:47 GMT</pubDate>
    <dc:creator>KafeelBasha</dc:creator>
    <dc:date>2016-11-25T14:05:47Z</dc:date>
    <item>
      <title>Confidence Interval</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Confidence-Interval/m-p/314303#M16551</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How confidence intervals are used to decide significant and insignificant variables in regression analysis?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can I get an example?.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2016 14:05:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Confidence-Interval/m-p/314303#M16551</guid>
      <dc:creator>KafeelBasha</dc:creator>
      <dc:date>2016-11-25T14:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Confidence Interval</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Confidence-Interval/m-p/314304#M16552</link>
      <description>&lt;P&gt;Confidence intervals are a function of a confidence level, usually denoted alpha. Ie 95% is (100-alpha)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is then equivalent to comparing the pvalue to the alpha level.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Confidence intervals are easy to denote significance in some cases, not all.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the expected value is 0 or 1 then you can see if the interval contains that value. But in a linear regression there isn't necessarily some easily known value to compare to.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2016 14:11:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Confidence-Interval/m-p/314304#M16552</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-11-25T14:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Confidence Interval</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Confidence-Interval/m-p/314379#M16554</link>
      <description>&lt;P&gt;I assume you are asking about confidence intervals for the regression coefficients in OLS regression. &amp;nbsp;If a parameter estimate is small, you might as k whether it is significantly different from &amp;nbsp;zero. If the &amp;nbsp;CI for the parameter contains zero, then the parameter estimate is not significantly different from zero.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example,&lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_reg_examples02.htm" target="_self"&gt; the PROC REG documentation uses the Fitness data set&lt;/A&gt;. If you analyze it like this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods select parameterestimates;&lt;BR /&gt;proc reg data=fitness plots=none;&lt;BR /&gt;model Oxygen=Age Weight RunTime RunPulse RestPulse MaxPulse / clb;&lt;BR /&gt;quit;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you see that the parameters that have large p-values also have CIs that contain zero.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2016 23:52:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Confidence-Interval/m-p/314379#M16554</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-11-25T23:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Confidence Interval</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Confidence-Interval/m-p/314423#M16561</link>
      <description>&lt;P&gt;Yes, what if CI contains 1.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Nov 2016 05:40:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Confidence-Interval/m-p/314423#M16561</guid>
      <dc:creator>KafeelBasha</dc:creator>
      <dc:date>2016-11-26T05:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Confidence Interval</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Confidence-Interval/m-p/314450#M16564</link>
      <description>&lt;P&gt;It depends on the parameter that you are estimating. If you are estimating an odds ratio, then the OR is not significant if the CI contains 1. See the article on &lt;A href="http://blogs.sas.com/content/iml/2015/07/29/or-plots-log-scale.html" target="_self"&gt;"Odds ratio plots"&lt;/A&gt; for an example.&lt;/P&gt;</description>
      <pubDate>Sat, 26 Nov 2016 11:14:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Confidence-Interval/m-p/314450#M16564</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-11-26T11:14:21Z</dc:date>
    </item>
  </channel>
</rss>

