<?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: Proc surveymeans in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-surveymeans/m-p/16556#M3057</link>
    <description>Thanks Ike.</description>
    <pubDate>Tue, 13 May 2008 14:11:53 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2008-05-13T14:11:53Z</dc:date>
    <item>
      <title>Proc surveymeans</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-surveymeans/m-p/16554#M3055</link>
      <description>Can anyone explain why output from proc surveymeans can result in a ratio, when added to the confidence interval, exceeds 100% ?  i.e., 97.0±10.8=107.8  &lt;BR /&gt;
&lt;BR /&gt;
Ratio=0.970&lt;BR /&gt;
Standard Error=0.055&lt;BR /&gt;
Confidence Interval=(1.96)*(Standard Error)=1.96*0.055=0.108&lt;BR /&gt;
&lt;BR /&gt;
Code:&lt;BR /&gt;
&lt;BR /&gt;
proc surveymeans data=la ratio nobs;&lt;BR /&gt;
  by race_eth;&lt;BR /&gt;
var d24u&lt;BR /&gt;
  strata frame;&lt;BR /&gt;
  cluster sridnum;&lt;BR /&gt;
  weight weight;  &lt;BR /&gt;
  ratio d24u students;&lt;BR /&gt;
  ods output ratio=laoutput;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
Log:&lt;BR /&gt;
&lt;BR /&gt;
NOTE: The BY statement provides completely separate analyses of the BY groups.  It does not provide a statistically valid subpopulation or domain analysis, where the total number of units in the subpopulation is not known with certainty. If you want a domain analysis, you should use the DOMAIN statement.&lt;BR /&gt;
&lt;BR /&gt;
NOTE: Only one cluster in a stratum for variable(s)  d24u,  students.  The estimate of variance for  d24u, students will omit this stratum.&lt;BR /&gt;
Only one cluster in a stratum for ratio(s)  d24u/students.  The estimate of variance for d24u/students, will omit this stratum.&lt;BR /&gt;
NOTE: The above message was for the following by-group:&lt;BR /&gt;
      race_eth=Bl&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Thanks.</description>
      <pubDate>Thu, 08 May 2008 18:05:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-surveymeans/m-p/16554#M3055</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-05-08T18:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: Proc surveymeans</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-surveymeans/m-p/16555#M3056</link>
      <description>The short answer is because you are attempting to interpret it that way.&lt;BR /&gt;
&lt;BR /&gt;
How you should interpret it is that you need to go as low as 86.2 to have that confidence but common sense (or your own constraint) tells you not to go above 100. But confidence interval formulation doesn't know intrinsically that the ratio can't go above 100, that is your own interpretation/constraint.&lt;BR /&gt;
&lt;BR /&gt;
If you want to impose that then report it as:&lt;BR /&gt;
&lt;BR /&gt;
97.0{+3.0/-10.8}&lt;BR /&gt;
&lt;BR /&gt;
You can't expect the calculation to understand arbitrary constraints.&lt;BR /&gt;
&lt;BR /&gt;
Ike</description>
      <pubDate>Mon, 12 May 2008 14:04:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-surveymeans/m-p/16555#M3056</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-05-12T14:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Proc surveymeans</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-surveymeans/m-p/16556#M3057</link>
      <description>Thanks Ike.</description>
      <pubDate>Tue, 13 May 2008 14:11:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-surveymeans/m-p/16556#M3057</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-05-13T14:11:53Z</dc:date>
    </item>
  </channel>
</rss>

