<?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: explain model in glm in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/explain-model-in-glm/m-p/340785#M272718</link>
    <description>&lt;P&gt;In model statements the variable(s) to the left of =&amp;nbsp;are dependent variables and those on the right are independent. So a basic statement like&lt;/P&gt;
&lt;P&gt;model a = x y z;&lt;/P&gt;
&lt;P&gt;Says build a model that "predicts" values of a using variables x y and z.&lt;/P&gt;
&lt;P&gt;Depeding on the procedure many will not allow multiple dependent variables.&lt;/P&gt;</description>
    <pubDate>Tue, 14 Mar 2017 14:08:25 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2017-03-14T14:08:25Z</dc:date>
    <item>
      <title>explain model in glm</title>
      <link>https://communities.sas.com/t5/SAS-Programming/explain-model-in-glm/m-p/340737#M272717</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't understand the model in glm. Say.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc glm data=mydata;
	class name;
	model a b c d = name;
	ods output modelanova=myanova;
run; &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I am not sure the meaning of "=" in the line of model.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can we rewrite the code as&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;	model a =name b c d;
 &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Or&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;model a b =name c d;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2017 11:18:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/explain-model-in-glm/m-p/340737#M272717</guid>
      <dc:creator>sas_newbie3</dc:creator>
      <dc:date>2017-03-14T11:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: explain model in glm</title>
      <link>https://communities.sas.com/t5/SAS-Programming/explain-model-in-glm/m-p/340785#M272718</link>
      <description>&lt;P&gt;In model statements the variable(s) to the left of =&amp;nbsp;are dependent variables and those on the right are independent. So a basic statement like&lt;/P&gt;
&lt;P&gt;model a = x y z;&lt;/P&gt;
&lt;P&gt;Says build a model that "predicts" values of a using variables x y and z.&lt;/P&gt;
&lt;P&gt;Depeding on the procedure many will not allow multiple dependent variables.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2017 14:08:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/explain-model-in-glm/m-p/340785#M272718</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-03-14T14:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: explain model in glm</title>
      <link>https://communities.sas.com/t5/SAS-Programming/explain-model-in-glm/m-p/341042#M272719</link>
      <description>&lt;PRE&gt;
model a b c d = name;

It is right model, a.k.a  multi-variables ANOVA.

There is an excellent example in documentation to describe this kind of model.


&lt;/PRE&gt;</description>
      <pubDate>Wed, 15 Mar 2017 02:42:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/explain-model-in-glm/m-p/341042#M272719</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-03-15T02:42:59Z</dc:date>
    </item>
  </channel>
</rss>

