<?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: Repeated Measures Analysis in PROC MIXED in SAS Software for Learning Community</title>
    <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Repeated-Measures-Analysis-in-PROC-MIXED/m-p/821326#M535</link>
    <description>&lt;P&gt;Are you sure PROC MIXED is using the correct data set?&lt;/P&gt;
&lt;P&gt;Please use data= option on PROC MIXED statement.&lt;/P&gt;
&lt;P&gt;Use the same data= option on a PROC CONTENTS statement and present us with the results :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc contents data=LIBREF.DataSetName order=varnum;
title 'Contents Using the ORDER= Option';
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
    <pubDate>Fri, 01 Jul 2022 19:16:45 GMT</pubDate>
    <dc:creator>sbxkoenk</dc:creator>
    <dc:date>2022-07-01T19:16:45Z</dc:date>
    <item>
      <title>Repeated Measures Analysis in PROC MIXED</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Repeated-Measures-Analysis-in-PROC-MIXED/m-p/821302#M534</link>
      <description>&lt;P&gt;Hi, I want to run a repeated measures analysis using PROC MIXED with the following syntax:&lt;/P&gt;&lt;P&gt;%macro one(type);&lt;/P&gt;&lt;P&gt;proc mixed cl;&lt;BR /&gt;class ambiente bloque fecha;&lt;BR /&gt;model NP = ambiente fecha ambiente*fecha/ddfm=satterthwaite;&lt;BR /&gt;random block;&lt;BR /&gt;repeated fecha/subject=plot type=&amp;amp;type r rcorr;&lt;BR /&gt;lsmeans ambiente biotipo ambiente*biotipo/cl diff;&lt;/P&gt;&lt;P&gt;%mend one;&lt;BR /&gt;%one(un);&lt;BR /&gt;%one(csh);&lt;BR /&gt;%one(ar(1));&lt;BR /&gt;%one(arh(1));&lt;BR /&gt;%one(toep);&lt;BR /&gt;%one(toeph);&lt;BR /&gt;%one(ante(1));&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is an ERROR: 'Variable NP in list does not match type prescribed for this list'. I already checked the NP variable as a numeric variable, but it did not work.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 15:15:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Repeated-Measures-Analysis-in-PROC-MIXED/m-p/821302#M534</guid>
      <dc:creator>IgnacioFanna</dc:creator>
      <dc:date>2022-07-01T15:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Repeated Measures Analysis in PROC MIXED</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/Repeated-Measures-Analysis-in-PROC-MIXED/m-p/821326#M535</link>
      <description>&lt;P&gt;Are you sure PROC MIXED is using the correct data set?&lt;/P&gt;
&lt;P&gt;Please use data= option on PROC MIXED statement.&lt;/P&gt;
&lt;P&gt;Use the same data= option on a PROC CONTENTS statement and present us with the results :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc contents data=LIBREF.DataSetName order=varnum;
title 'Contents Using the ORDER= Option';
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jul 2022 19:16:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/Repeated-Measures-Analysis-in-PROC-MIXED/m-p/821326#M535</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2022-07-01T19:16:45Z</dc:date>
    </item>
  </channel>
</rss>

