<?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: How do I use the estimate statement for between subject comparisons in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-use-the-estimate-statement-for-between-subject/m-p/250660#M13209</link>
    <description>&lt;P&gt;This is a really good time to look at the documentation for the LSMESTIMATE statement, and at the nonpositional syntax method of coding estimates, contrasts and lsmestimates.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steve Denham&lt;/P&gt;</description>
    <pubDate>Wed, 17 Feb 2016 17:42:30 GMT</pubDate>
    <dc:creator>SteveDenham</dc:creator>
    <dc:date>2016-02-17T17:42:30Z</dc:date>
    <item>
      <title>How do I use the estimate statement for between subject comparisons</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-use-the-estimate-statement-for-between-subject/m-p/250316#M13198</link>
      <description>&lt;P&gt;Hi, I am trying to use the estimate statement to make between-subject comparisions. I have managed to do so with the first estimate statement for the time, but I am unable to do so for the groups. I am getting the error "&lt;SPAN&gt;WARNING: More coefficients than levels specified for effect Group. Some coefficients will be ignored.". The code I am using is below, the part in bold is getting the error. Thank you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc mixed data=work.all; &lt;BR /&gt;class group ID time;&lt;BR /&gt;model HSP27=group time group*time time0 /cl;&lt;BR /&gt;repeated time/subject=ID(group) r rcorr type=vc;&lt;BR /&gt;ods output covparms=cov rcorr=corr;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;estimate 'time2-time4' time 1 - 1 0 0 0 0 0 0 group*time 1 - 1 0 0 0 0 0 0;&lt;BR /&gt;estimate 'time2-time6' time 1 0 - 1 0 0 0 0 0 group*time 1 0 - 1 0 0 0 0 0;&lt;BR /&gt;estimate 'time2-time8' time 1 0 0 - 1 0 0 0 0 group*time 1 0 0 - 1 0 0 0 0;&lt;BR /&gt;estimate 'time2-time10' time 1 0 0 0 - 1 0 0 0 group*time 1 0 0 0 - 1 0 0 0;&lt;BR /&gt;estimate 'time2-time12' time 1 0 0 0 0 - 1 0 0 group*time 1 0 0 0 0 - 1 0 0;&lt;BR /&gt;estimate 'time2-time14' time 1 0 0 0 0 0 - 1 0 group*time 1 0 0 0 0 0 - 1 0;&lt;BR /&gt;estimate 'time2-time16' time 1 0 0 0 0 0 0 - 1 group*time 1 0 0 0 0 0 0 - 1;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;estimate 'Control-HSP27 t2' group 1 - 1 0 group*time 1 - 1 0 0 0 0 0 0 0;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;estimate 'Control-HSP27 t4' group 1 - 1 0 group*time 1 0 - 1 0 0 0 0 0 0;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;estimate 'Control-HSP27 t6' group 1 - 1 0 group*time 1 0 0 - 1 0 0 0 0 0;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;estimate 'Control-HSP27 t8' group 1 - 1 0 group*time 1 0 0 0 - 1 0 0 0 0;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;estimate 'Control-HSP27 t10' group 1 - 1 0 group*time 1 0 0 0 0 - 1 0 0 0;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;estimate 'Control-HSP27 t12' group 1 - 1 0 group*time 1 0 0 0 0 0 - 1 0 0;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;estimate 'Control-HSP27 t14' group 1 - 1 0 group*time 1 0 0 0 0 0 0 - 1 0;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;estimate 'Control-HSP27 t16' group 1 - 1 0 group*time 1 0 0 0 0 0 0 0 - 1;&lt;/STRONG&gt;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2016 13:30:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-use-the-estimate-statement-for-between-subject/m-p/250316#M13198</guid>
      <dc:creator>as00502</dc:creator>
      <dc:date>2016-02-16T13:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: How do I use the estimate statement for between subject comparisons</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-use-the-estimate-statement-for-between-subject/m-p/250317#M13199</link>
      <description>&lt;P&gt;You have 9 coefficients&amp;nbsp;for group*time.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2016 13:36:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-use-the-estimate-statement-for-between-subject/m-p/250317#M13199</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2016-02-16T13:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: How do I use the estimate statement for between subject comparisons</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-use-the-estimate-statement-for-between-subject/m-p/250660#M13209</link>
      <description>&lt;P&gt;This is a really good time to look at the documentation for the LSMESTIMATE statement, and at the nonpositional syntax method of coding estimates, contrasts and lsmestimates.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steve Denham&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2016 17:42:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-do-I-use-the-estimate-statement-for-between-subject/m-p/250660#M13209</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2016-02-17T17:42:30Z</dc:date>
    </item>
  </channel>
</rss>

