<?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: sas test statement in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/sas-test-statement/m-p/507388#M1440</link>
    <description>&lt;P&gt;All the terms mentioned in your test statements must appear in your model and all model categorical variables must be mentioned in the class statement.&lt;/P&gt;</description>
    <pubDate>Thu, 25 Oct 2018 03:09:30 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2018-10-25T03:09:30Z</dc:date>
    <item>
      <title>sas test statement</title>
      <link>https://communities.sas.com/t5/New-SAS-User/sas-test-statement/m-p/507038#M1427</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I'm having a problem with the result of test statement. Actually here is my code, but in glm section, Idk what the problem is but i see bunch of dots..&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc glm data=ndata.butner_total_respiration_new ;
class block Spacing tno;
model log_CO2flux =block spacing tno spacing*tno block*spacing*tno ;&lt;BR /&gt;
test h=block e=block*spacing*tno/ etype=3;

test h=spacing e=block*spacing*tno/ etype=3;

test h=tno e=block*spacing*tno/ etype=3;

test h=spacing*tno e=block*spacing*tno/ etype=3;



run;
ods graphics off;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 23 Oct 2018 23:30:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/sas-test-statement/m-p/507038#M1427</guid>
      <dc:creator>smorkoc</dc:creator>
      <dc:date>2018-10-23T23:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: sas test statement</title>
      <link>https://communities.sas.com/t5/New-SAS-User/sas-test-statement/m-p/507259#M1438</link>
      <description>&lt;P&gt;Your error sum of squares is zero. Meaning that all available degrees of freedom are taken by your model parameters. This is not a problem if your intent was to test the parameters with other error terms, as you did with your test statements.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Oct 2018 17:56:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/sas-test-statement/m-p/507259#M1438</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2018-10-24T17:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: sas test statement</title>
      <link>https://communities.sas.com/t5/New-SAS-User/sas-test-statement/m-p/507367#M1439</link>
      <description>&lt;P&gt;So, should my class statement include all the variables seen in error terms?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Oct 2018 00:55:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/sas-test-statement/m-p/507367#M1439</guid>
      <dc:creator>smorkoc</dc:creator>
      <dc:date>2018-10-25T00:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: sas test statement</title>
      <link>https://communities.sas.com/t5/New-SAS-User/sas-test-statement/m-p/507388#M1440</link>
      <description>&lt;P&gt;All the terms mentioned in your test statements must appear in your model and all model categorical variables must be mentioned in the class statement.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Oct 2018 03:09:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/sas-test-statement/m-p/507388#M1440</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2018-10-25T03:09:30Z</dc:date>
    </item>
  </channel>
</rss>

