<?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: weighted data vs unweighted data in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/weighted-data-vs-unweighted-data/m-p/270831#M14254</link>
    <description>&lt;P&gt;I think you mixed up parameter estimator and weight of obs . It depends on how much important for a special obs in model and what do you want. by default , very obs has weight 1, if you think some one of obs is very important for the model, you can increase its weight, vice verse.&lt;/P&gt;
&lt;P&gt;Did you check Rick's blog ? weight would not change other statistical like DF, STD ERROR . therefore it would not change parameter estimator.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As Rick's blog showed, if you want robust parameter estimator(there are some outliers in model) ,you should use weight of obs.&lt;/P&gt;
&lt;P&gt;otherwise unweight.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe you should ask Rick , who might give you more information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;P.S. I would choose&amp;nbsp;&lt;SPAN&gt;0.00128 ± 0.00011 (CI) , since STD ERROR is smaller than another.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 17 May 2016 05:53:15 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2016-05-17T05:53:15Z</dc:date>
    <item>
      <title>weighted data vs unweighted data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/weighted-data-vs-unweighted-data/m-p/269828#M14202</link>
      <description>&lt;P&gt;Hello to everyone&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What does&amp;nbsp;weighted data and&amp;nbsp;unweighted data mean? What are the importance of weighted data?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2016 18:02:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/weighted-data-vs-unweighted-data/m-p/269828#M14202</guid>
      <dc:creator>afgdurrani0</dc:creator>
      <dc:date>2016-05-11T18:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: weighted data vs unweighted data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/weighted-data-vs-unweighted-data/m-p/269927#M14204</link>
      <description>&lt;P&gt;weight will change the influence of obs in the model .&lt;/P&gt;
&lt;P&gt;More detail information , Check Rick's blog :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.sas.com/content/iml/2013/09/13/frequencies-vs-weights-in-regression.html" target="_blank"&gt;http://blogs.sas.com/content/iml/2013/09/13/frequencies-vs-weights-in-regression.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 01:47:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/weighted-data-vs-unweighted-data/m-p/269927#M14204</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-05-12T01:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: weighted data vs unweighted data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/weighted-data-vs-unweighted-data/m-p/270739#M14251</link>
      <description>&lt;P&gt;Thanks &lt;A href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408" target="_blank"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Ksharp&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the rate parameter is estimated using both weighted and unweighted and with unweighted the rate parameter is 0.00128 ± 0.00011 (CI) and 0.00137 ± 0.00018 (CI) with weighted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So first what does it mean such change in rate parameters? Which one should I use (rate parameter obtained with weighted or unweighted data)??&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2016 17:47:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/weighted-data-vs-unweighted-data/m-p/270739#M14251</guid>
      <dc:creator>afgdurrani0</dc:creator>
      <dc:date>2016-05-16T17:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: weighted data vs unweighted data</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/weighted-data-vs-unweighted-data/m-p/270831#M14254</link>
      <description>&lt;P&gt;I think you mixed up parameter estimator and weight of obs . It depends on how much important for a special obs in model and what do you want. by default , very obs has weight 1, if you think some one of obs is very important for the model, you can increase its weight, vice verse.&lt;/P&gt;
&lt;P&gt;Did you check Rick's blog ? weight would not change other statistical like DF, STD ERROR . therefore it would not change parameter estimator.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As Rick's blog showed, if you want robust parameter estimator(there are some outliers in model) ,you should use weight of obs.&lt;/P&gt;
&lt;P&gt;otherwise unweight.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe you should ask Rick , who might give you more information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;P.S. I would choose&amp;nbsp;&lt;SPAN&gt;0.00128 ± 0.00011 (CI) , since STD ERROR is smaller than another.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2016 05:53:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/weighted-data-vs-unweighted-data/m-p/270831#M14254</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-05-17T05:53:15Z</dc:date>
    </item>
  </channel>
</rss>

