<?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: problem reading data for repeated measures in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/problem-reading-data-for-repeated-measures/m-p/717255#M34685</link>
    <description>&lt;P&gt;It is complaining because you data is not sorted by TIME.&lt;/P&gt;
&lt;P&gt;You need to sort the data before telling SAS that the data is sorted.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sort data=Cover;
  by time;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sat, 06 Feb 2021 01:29:34 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2021-02-06T01:29:34Z</dc:date>
    <item>
      <title>problem reading data for repeated measures</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/problem-reading-data-for-repeated-measures/m-p/717253#M34684</link>
      <description>&lt;P&gt;SAS OnDemand is having problems reading my repeated measures data due to time of previous row ending at time 3 and new row starting at time 1&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="aarona_0-1612569923646.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/54394i3D325399A540DDB7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="aarona_0-1612569923646.png" alt="aarona_0-1612569923646.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I begin my code with :&amp;nbsp;&lt;/P&gt;&lt;P&gt;data Cover;&lt;/P&gt;&lt;P&gt;&amp;nbsp;infile '~/Projects/Cover RCBD data 1.csv' dlm = "," firstobs = 2;&lt;/P&gt;&lt;P&gt;input subject $ herbicide $ time cover @@;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;Is there a way to get around the following problem :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="aarona_1-1612570235170.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/54395i4A73677929C01934/image-size/medium?v=v2&amp;amp;px=400" role="button" title="aarona_1-1612570235170.png" alt="aarona_1-1612570235170.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you for all for spending the time to help me with my coding problems today&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Feb 2021 00:12:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/problem-reading-data-for-repeated-measures/m-p/717253#M34684</guid>
      <dc:creator>aarona</dc:creator>
      <dc:date>2021-02-06T00:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: problem reading data for repeated measures</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/problem-reading-data-for-repeated-measures/m-p/717255#M34685</link>
      <description>&lt;P&gt;It is complaining because you data is not sorted by TIME.&lt;/P&gt;
&lt;P&gt;You need to sort the data before telling SAS that the data is sorted.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sort data=Cover;
  by time;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 06 Feb 2021 01:29:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/problem-reading-data-for-repeated-measures/m-p/717255#M34685</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2021-02-06T01:29:34Z</dc:date>
    </item>
  </channel>
</rss>

