<?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: CLM too large? does it make sense? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/CLM-too-large-does-it-make-sense/m-p/902876#M44770</link>
    <description>&lt;P&gt;Small sample =&amp;gt; wide confidence limit to be confident. So two values of 0 and 50 will generate that result. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The&amp;nbsp; large limits are coming from the t-score portion of the calculation which is pretty large for that sample size.&lt;/P&gt;</description>
    <pubDate>Mon, 13 Nov 2023 22:07:08 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2023-11-13T22:07:08Z</dc:date>
    <item>
      <title>CLM too large? does it make sense?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/CLM-too-large-does-it-make-sense/m-p/902849#M44767</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;taking the mean of a variable that is 5 level 0,25,50,75,100 for specific populations.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this population there are only two people with the exposure so n=2 out of 500 and therefore only they can have a mean variable (variable I taking the mean of is amount of outcome per exposure). using proc means clm I am getting such a large confidence interval for this population while the rest are fine. does this statistically make sense due to how small the population is? it just seems outrageous.&lt;/P&gt;&lt;P&gt;CI: (-292.66, 342.66)&lt;/P&gt;&lt;P&gt;mean= 25, obs1=0, obs=50. standard dev=35.36 standard error =25&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2023 20:17:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/CLM-too-large-does-it-make-sense/m-p/902849#M44767</guid>
      <dc:creator>smsm15</dc:creator>
      <dc:date>2023-11-13T20:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: CLM too large? does it make sense?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/CLM-too-large-does-it-make-sense/m-p/902874#M44769</link>
      <description>&lt;P&gt;I get those answers too!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
    x=0; output;
    x=50; output;
run;

proc means data=have n mean std stderr clm;
    var x;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PaigeMiller_0-1699912819457.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/89708i4776E46663D5E848/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PaigeMiller_0-1699912819457.png" alt="PaigeMiller_0-1699912819457.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to &lt;A href="https://en.wikipedia.org/wiki/Confidence_interval" target="_self"&gt;Wikipedia&lt;/A&gt; and many (all?) textbooks, the formula for a confidence interval for the mean is&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PaigeMiller_1-1699912918001.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/89709i54B93A6295AB35D2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PaigeMiller_1-1699912918001.png" alt="PaigeMiller_1-1699912918001.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;so I leave it up to you to plug the numbers in, plus determine the value of c from appropriate t-distribution tables, and compute for yourself if those numbers are correct, and why (or why not). If you think it is wrong, show us your calculations.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2023 22:06:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/CLM-too-large-does-it-make-sense/m-p/902874#M44769</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-11-13T22:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: CLM too large? does it make sense?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/CLM-too-large-does-it-make-sense/m-p/902876#M44770</link>
      <description>&lt;P&gt;Small sample =&amp;gt; wide confidence limit to be confident. So two values of 0 and 50 will generate that result. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The&amp;nbsp; large limits are coming from the t-score portion of the calculation which is pretty large for that sample size.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2023 22:07:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/CLM-too-large-does-it-make-sense/m-p/902876#M44770</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-11-13T22:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: CLM too large? does it make sense?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/CLM-too-large-does-it-make-sense/m-p/903037#M44787</link>
      <description>&lt;P&gt;As&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;says, it comes from the t distribution part. I get 12.71 for a two-tailed t value of 0.05. With a standard error of 25, then a half interval is 12.71*25 =317.25, so your confidence bounds around a mean of 25 would look like -292.25 to 342.25. A more precise t value will yield what you are seeing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 19:04:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/CLM-too-large-does-it-make-sense/m-p/903037#M44787</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2023-11-14T19:04:26Z</dc:date>
    </item>
  </channel>
</rss>

