<?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 to estimate Confidence intervals in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-estimate-Confidence-intervals/m-p/898599#M355184</link>
    <description>&lt;P&gt;Hi! The basic discussion was in 2019. Has SAS updated the software and/or the documentation?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;VERY useful discussion for me! MANY thanks! /Br AndersS&lt;/P&gt;</description>
    <pubDate>Sat, 14 Oct 2023 13:46:31 GMT</pubDate>
    <dc:creator>AndersS</dc:creator>
    <dc:date>2023-10-14T13:46:31Z</dc:date>
    <item>
      <title>How to estimate Confidence intervals</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-estimate-Confidence-intervals/m-p/898485#M355125</link>
      <description>&lt;P&gt;Hi! I need to calculate estimates of the confidence intervals for extreme quantiles, say q1 and q99 (or q(0.1) and q(99.9)).&lt;/P&gt;
&lt;P&gt;My knowledge of this type of mathematical statistics is not so great.&lt;BR /&gt;I know that there are options in Proc Means or Univariate, for something like this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I need to do these calculations in a Data-step.&lt;/P&gt;
&lt;P&gt;If anyone has a tip of some good papers to read and implement, then I would appreciate thsi very much.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(I will use this info to try to automatically estimate the parameters LLM and ULIM in the method:&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;"Fast and Accurate Calculation of Descriptive Statistics of Very Large Sets of Data".&lt;/P&gt;
&lt;P&gt;The work is paused at present. I need a break. But extended paper will appear during 2024).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks in advance!&lt;BR /&gt;/Br AndersS (Anders Sköllermo)&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 13:33:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-estimate-Confidence-intervals/m-p/898485#M355125</guid>
      <dc:creator>AndersS</dc:creator>
      <dc:date>2023-10-13T13:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to estimate Confidence intervals</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-estimate-Confidence-intervals/m-p/898492#M355126</link>
      <description>&lt;P&gt;Why would you want to use a DATA step if SAS has already done the work and provided confidence intervals for percentiles in PROC UNIVARIATE (and probably elsewhere)?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 14:25:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-estimate-Confidence-intervals/m-p/898492#M355126</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-10-13T14:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to estimate Confidence intervals</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-estimate-Confidence-intervals/m-p/898592#M355180</link>
      <description>&lt;P&gt;How about Bootstrap method ?&lt;/P&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt;&amp;nbsp; wrote many blogs about it to get statistic confidence interval.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/iml/2018/07/23/boot-and-bootci-macros-sas.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2018/07/23/boot-and-bootci-macros-sas.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/iml/2016/08/10/bootstrap-confidence-interval-sas.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2016/08/10/bootstrap-confidence-interval-sas.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Oct 2023 10:22:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-estimate-Confidence-intervals/m-p/898592#M355180</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2023-10-14T10:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to estimate Confidence intervals</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-estimate-Confidence-intervals/m-p/898593#M355181</link>
      <description>&lt;P&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/procstat/procstat_univariate_syntax01.htm" target="_self"&gt;The CIPCTLDF option on the PROC UNIVARIATE&lt;/A&gt; statement produces distribution-free confidence intervals. &lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/procstat/procstat_univariate_details14.htm#procstat.univariate.clpctl" target="_self"&gt;The formulas are in the doc.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hahn and Meeker are a little vague about one portion of the formula. See &lt;A href="https://communities.sas.com/t5/Statistical-Procedures/discrepancies-in-distribution-free-confidence-interval-for/m-p/534605" target="_self"&gt;this discussion from someone who was trying to reproduce the formula in R&lt;/A&gt; and was unable to match the PROC UNIVARIATE output.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Oct 2023 10:38:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-estimate-Confidence-intervals/m-p/898593#M355181</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2023-10-14T10:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to estimate Confidence intervals</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-estimate-Confidence-intervals/m-p/898596#M355182</link>
      <description>&lt;P&gt;Hi! 1) se my text in ( ). &lt;BR /&gt;2) See the answer from Rick.&amp;nbsp; I want to be able to use another language than SAS.&lt;/P&gt;
&lt;P&gt;/Br AndersS&lt;/P&gt;</description>
      <pubDate>Sat, 14 Oct 2023 11:09:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-estimate-Confidence-intervals/m-p/898596#M355182</guid>
      <dc:creator>AndersS</dc:creator>
      <dc:date>2023-10-14T11:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to estimate Confidence intervals</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-estimate-Confidence-intervals/m-p/898599#M355184</link>
      <description>&lt;P&gt;Hi! The basic discussion was in 2019. Has SAS updated the software and/or the documentation?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;VERY useful discussion for me! MANY thanks! /Br AndersS&lt;/P&gt;</description>
      <pubDate>Sat, 14 Oct 2023 13:46:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-estimate-Confidence-intervals/m-p/898599#M355184</guid>
      <dc:creator>AndersS</dc:creator>
      <dc:date>2023-10-14T13:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to estimate Confidence intervals</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-estimate-Confidence-intervals/m-p/898647#M355210</link>
      <description>&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;nbsp;The basic discussion was in 2019. Has SAS updated the software and/or the documentation?&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;The software has not changed. I gave the link to the most recent documentation.&lt;/P&gt;</description>
      <pubDate>Sun, 15 Oct 2023 10:12:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-estimate-Confidence-intervals/m-p/898647#M355210</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2023-10-15T10:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to estimate Confidence intervals</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-estimate-Confidence-intervals/m-p/898650#M355212</link>
      <description>&lt;P&gt;Hi! Very good. My problem has been solved. /Br AndersS&lt;/P&gt;</description>
      <pubDate>Sun, 15 Oct 2023 11:57:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-estimate-Confidence-intervals/m-p/898650#M355212</guid>
      <dc:creator>AndersS</dc:creator>
      <dc:date>2023-10-15T11:57:20Z</dc:date>
    </item>
  </channel>
</rss>

