<?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 how intercept is calculated in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-intercept-is-calculated/m-p/482935#M125166</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does anyone know how intercept is calculated in PROC REG or PROC SURVEYERG when weight is assigned?&amp;nbsp; Is it calculated as a weighted mean of outcome?&amp;nbsp; Or is weighted ignored?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Momi&lt;/P&gt;</description>
    <pubDate>Tue, 31 Jul 2018 20:15:21 GMT</pubDate>
    <dc:creator>momi</dc:creator>
    <dc:date>2018-07-31T20:15:21Z</dc:date>
    <item>
      <title>how intercept is calculated</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-intercept-is-calculated/m-p/482935#M125166</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does anyone know how intercept is calculated in PROC REG or PROC SURVEYERG when weight is assigned?&amp;nbsp; Is it calculated as a weighted mean of outcome?&amp;nbsp; Or is weighted ignored?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Momi&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jul 2018 20:15:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-intercept-is-calculated/m-p/482935#M125166</guid>
      <dc:creator>momi</dc:creator>
      <dc:date>2018-07-31T20:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: how intercept is calculated</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-intercept-is-calculated/m-p/482939#M125169</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc glm data=sashelp.class;
   weight age;
   model weight= / solution;
   run;
proc means data=sashelp.class;
   weight age;
   var weight;
   run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 379px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/22135iD4A4586AC5AB39C4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jul 2018 20:58:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-intercept-is-calculated/m-p/482939#M125169</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2018-07-31T20:58:54Z</dc:date>
    </item>
  </channel>
</rss>

