<?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 averages of proportions using standard deviations as weights in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/averages-of-proportions-using-standard-deviations-as-weights/m-p/70733#M3436</link>
    <description>I have averages of proportions and the standard deviation for each average.&lt;BR /&gt;
Which SAS procedure calculates the average (of all the proportions) using the standard deviations as weights?&lt;BR /&gt;
Thank you.</description>
    <pubDate>Fri, 27 May 2011 18:44:35 GMT</pubDate>
    <dc:creator>gzr2mz39</dc:creator>
    <dc:date>2011-05-27T18:44:35Z</dc:date>
    <item>
      <title>averages of proportions using standard deviations as weights</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/averages-of-proportions-using-standard-deviations-as-weights/m-p/70733#M3436</link>
      <description>I have averages of proportions and the standard deviation for each average.&lt;BR /&gt;
Which SAS procedure calculates the average (of all the proportions) using the standard deviations as weights?&lt;BR /&gt;
Thank you.</description>
      <pubDate>Fri, 27 May 2011 18:44:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/averages-of-proportions-using-standard-deviations-as-weights/m-p/70733#M3436</guid>
      <dc:creator>gzr2mz39</dc:creator>
      <dc:date>2011-05-27T18:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: averages of proportions using standard deviations as weights</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/averages-of-proportions-using-standard-deviations-as-weights/m-p/70734#M3437</link>
      <description>Virtually any procedure in SAS that can calculate a mean can also calculate a weighted mean. Why not start with the obvious one, PROC MEANS. Just add a weight statement. You probably should weight by the INVERSE of the variance, not the standard deviation. Get the weight variable in a data step first.&lt;BR /&gt;
proc means data=a;&lt;BR /&gt;
weight wt;&lt;BR /&gt;
var y;&lt;BR /&gt;
run;</description>
      <pubDate>Fri, 27 May 2011 20:27:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/averages-of-proportions-using-standard-deviations-as-weights/m-p/70734#M3437</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2011-05-27T20:27:14Z</dc:date>
    </item>
  </channel>
</rss>

