<?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 repeated statement in proc mixed in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/repeated-statement-in-proc-mixed/m-p/75086#M3612</link>
    <description>Does anyone know how to run a parallel model in proc mixed to the following:&lt;BR /&gt;
proc glm;&lt;BR /&gt;
	class group wave danva_c_sex;&lt;BR /&gt;
	model danva_c_afsaderr danva_c_afangerr danva_c_affeaerr               danva_c_afhaperr= group wave danva_c_sex danva_c_age_y group*danva_c_sex;&lt;BR /&gt;
	lsmeans group group*danva_c_sex / pdiff=all;&lt;BR /&gt;
	repeated trial 4;&lt;BR /&gt;
	run;	&lt;BR /&gt;
&lt;BR /&gt;
Perhaps it is not possible, but I have been trying to use the repeated statement in proc mixed without much luck.  &lt;BR /&gt;
&lt;BR /&gt;
By way of explanation, the danva variables on the left side of the glm equation are subjects errors on different emotional faces.  I am trying to test for an overall effect of emotion and these faces are given in a series, which is why most people analyze them as a repeated measure.  &lt;BR /&gt;
&lt;BR /&gt;
Any help would be appreciated!</description>
    <pubDate>Mon, 23 Feb 2009 01:19:39 GMT</pubDate>
    <dc:creator>rhjacobs</dc:creator>
    <dc:date>2009-02-23T01:19:39Z</dc:date>
    <item>
      <title>repeated statement in proc mixed</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/repeated-statement-in-proc-mixed/m-p/75086#M3612</link>
      <description>Does anyone know how to run a parallel model in proc mixed to the following:&lt;BR /&gt;
proc glm;&lt;BR /&gt;
	class group wave danva_c_sex;&lt;BR /&gt;
	model danva_c_afsaderr danva_c_afangerr danva_c_affeaerr               danva_c_afhaperr= group wave danva_c_sex danva_c_age_y group*danva_c_sex;&lt;BR /&gt;
	lsmeans group group*danva_c_sex / pdiff=all;&lt;BR /&gt;
	repeated trial 4;&lt;BR /&gt;
	run;	&lt;BR /&gt;
&lt;BR /&gt;
Perhaps it is not possible, but I have been trying to use the repeated statement in proc mixed without much luck.  &lt;BR /&gt;
&lt;BR /&gt;
By way of explanation, the danva variables on the left side of the glm equation are subjects errors on different emotional faces.  I am trying to test for an overall effect of emotion and these faces are given in a series, which is why most people analyze them as a repeated measure.  &lt;BR /&gt;
&lt;BR /&gt;
Any help would be appreciated!</description>
      <pubDate>Mon, 23 Feb 2009 01:19:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/repeated-statement-in-proc-mixed/m-p/75086#M3612</guid>
      <dc:creator>rhjacobs</dc:creator>
      <dc:date>2009-02-23T01:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: repeated statement in proc mixed</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/repeated-statement-in-proc-mixed/m-p/75087#M3613</link>
      <description>Your repeated statement looks a lot different from mine. this what mine looks like:&lt;BR /&gt;
Repeated subject = Site(treatment);&lt;BR /&gt;
&lt;BR /&gt;
I don't see Trial 4 in your class or model statement. Maybe that is the problem?

Message was edited by: Shmea</description>
      <pubDate>Tue, 14 Apr 2009 23:04:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/repeated-statement-in-proc-mixed/m-p/75087#M3613</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-04-14T23:04:16Z</dc:date>
    </item>
  </channel>
</rss>

