<?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 std error of mean and sum = 0 in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/proc-surveymeans-std-error-of-mean-and-sum-0/m-p/345193#M63512</link>
    <description>&lt;P&gt;The problem was my strata totals were for the sample and not the population.&lt;/P&gt;</description>
    <pubDate>Tue, 28 Mar 2017 23:52:37 GMT</pubDate>
    <dc:creator>chopper</dc:creator>
    <dc:date>2017-03-28T23:52:37Z</dc:date>
    <item>
      <title>proc surveymeans std error of mean and sum = 0</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-surveymeans-std-error-of-mean-and-sum-0/m-p/344815#M63499</link>
      <description>&lt;P&gt;I have the following SAS statement that yields a 0 for std error of mean and sum. I am trying to understand why. Any help would be appreciated. I was able to get output if I set varmethod to jackknife. Does that help?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;data sales_str_sizes;
input str_sales _total_;
datalines;
1 425
2 20
3 6
4 2
5 2
6 2
7 43
;
proc surveymeans data=sales_neyman mean sum clsum clm total=sales_str_sizes;
	var sales;
	weight SamplingWeight;
	strata str_sales;
	title "Neyman Allocation for Sales";
run;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 22:14:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-surveymeans-std-error-of-mean-and-sum-0/m-p/344815#M63499</guid>
      <dc:creator>chopper</dc:creator>
      <dc:date>2017-03-27T22:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: proc surveymeans std error of mean and sum = 0</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-surveymeans-std-error-of-mean-and-sum-0/m-p/345184#M63510</link>
      <description>&lt;P&gt;The answer probably lies in the data summarized.&lt;/P&gt;
&lt;P&gt;Note that part of the reason to use a TOTAL secondary set is to generate a finite population correction but this is not done if you ue BRR or jacknife. So that would be part of the reason you get a different result with jackknife: no correction.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Having strata with a population of 2 such as&amp;nbsp;your strata 4, 5 and 6 looks a tad odd to me.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2017 21:44:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-surveymeans-std-error-of-mean-and-sum-0/m-p/345184#M63510</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-03-28T21:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: proc surveymeans std error of mean and sum = 0</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-surveymeans-std-error-of-mean-and-sum-0/m-p/345193#M63512</link>
      <description>&lt;P&gt;The problem was my strata totals were for the sample and not the population.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2017 23:52:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-surveymeans-std-error-of-mean-and-sum-0/m-p/345193#M63512</guid>
      <dc:creator>chopper</dc:creator>
      <dc:date>2017-03-28T23:52:37Z</dc:date>
    </item>
  </channel>
</rss>

