<?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 code proc mixed ? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-code-proc-mixed/m-p/198056#M10646</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you&amp;nbsp; Denham for detailed response and suggestion for choosing correct covariance structure. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; In agronomic studies, Multi-cuts of perennial fodders or leachates and soil extracts from lysimeter (multiple readings) data, we analyze it as repeated measures. &lt;/P&gt;&lt;P&gt;1. my question is could we analyze plant growth data (for example leaf area index or leaf area duration) as repeated measures. Suppose we have used same plants for multiple measurements. In case no, t then why?&lt;/P&gt;&lt;P&gt;2. Leaf area index (LAI) was measured at 45, 60, 75 and 90 days after sowing from a experiment laid out RCBD with 5 treatments. Could you possibly suggest statistical analysis that a) tells us trend over time b) could you suggest some graphs (e.g simple line graph with lettering)?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;Rizwan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Mar 2015 15:01:29 GMT</pubDate>
    <dc:creator>razi</dc:creator>
    <dc:date>2015-03-18T15:01:29Z</dc:date>
    <item>
      <title>SAS code proc mixed ?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-code-proc-mixed/m-p/198050#M10640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Consider a multi-year trial to compare 5 treatments. The treatments were observed in each of 3 years, randomized complete block design with 4 block was used. Both year and the block are random effects. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;2. &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;Consider a multi-location (4), multi-year (3) trial to compare 6 treatments. The treatments were observed at 4 locations and in each of 3 years, randomized complete block design with 4 block was used. Location, year and the block are random effects. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Could someone provide SAS code (proc mixed)? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2015 06:34:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-code-proc-mixed/m-p/198050#M10640</guid>
      <dc:creator>razi</dc:creator>
      <dc:date>2015-03-10T06:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAS code proc mixed ?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-code-proc-mixed/m-p/198051#M10641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can perform your analysis as I described...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN style="color: #000080;"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/SPAN&gt; EXPERIMENT_DATA;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;input&lt;/STRONG&gt;&lt;/SPAN&gt; LOCATION YEAR BLOCK TREATMENT VARIABLE1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;cards&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;1 1 1 1 10&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;1 1 1 2 10.5&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;1 2 2 1 11&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;1 2 2 2 12&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;2 1 1 1 10&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;2 1 1 2 13&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;2 2 2 1 12.5&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;2 2 2 2 13&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;3 1 1 1 13&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;3 1 1 2 15&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;3 2 2 1 13.5&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;3 2 2 2 17&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;4 1 1 1 18&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;4 1 1 2 19&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;4 2 2 1 10&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;4 2 2 2 21&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;title&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: #ff00ff;"&gt;"With treatment as random"&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG style="color: #000080;"&gt;proc mixed&lt;/STRONG&gt; &lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/SPAN&gt;=EXPERIMENT_DATA;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG style="color: #0000ff;"&gt;class&lt;/STRONG&gt; LOCATION YEAR BLOCK TREATMENT;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG style="color: #0000ff;"&gt;model&lt;/STRONG&gt; VARIABLE1=;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;random&lt;/STRONG&gt;&lt;/SPAN&gt; LOCATION|YEAR|TREATMENT &lt;SPAN style="font-size: 13.3333330154419px;"&gt;BLOCK(LOCATION)&lt;/SPAN&gt;/&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;solution&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;title&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: #ff00ff;"&gt;"With treatment as fixed"&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN style="color: #003366;"&gt;&lt;STRONG&gt;proc mixed&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/SPAN&gt;=EXPERIMENT_DATA;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;class&lt;/STRONG&gt;&lt;/SPAN&gt; LOCATION YEAR BLOCK TREATMENT;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;model&lt;/STRONG&gt;&lt;/SPAN&gt; VARIABLE1=TREATMENT;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;random&lt;/STRONG&gt;&lt;/SPAN&gt; YEAR|LOCATION &lt;SPAN style="font-size: 13.3333330154419px;"&gt;BLOCK(LOCATION)&lt;/SPAN&gt;/&lt;STRONG style="color: #0000ff;"&gt;solution&lt;/STRONG&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG style="color: #003366;"&gt;run&lt;/STRONG&gt;; &lt;SPAN style="color: #3366ff;"&gt;&lt;STRONG&gt;title&lt;/STRONG&gt;&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mensagem editada por: Alysson SIlva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2015 16:10:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-code-proc-mixed/m-p/198051#M10641</guid>
      <dc:creator>invisibleman</dc:creator>
      <dc:date>2015-03-10T16:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: SAS code proc mixed ?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-code-proc-mixed/m-p/198052#M10642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One thing to consider is whether the same experimental units are observed over years. That is--are experimental units randomized to treatment and block, and then followed over time (REPEATED) or are they selected and randomized separately each year (in which case Alysson's code is what you need)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 14:18:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-code-proc-mixed/m-p/198052#M10642</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2015-03-11T14:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: SAS code proc mixed ?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-code-proc-mixed/m-p/198053#M10643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sllva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 09:46:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-code-proc-mixed/m-p/198053#M10643</guid>
      <dc:creator>razi</dc:creator>
      <dc:date>2015-03-16T09:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAS code proc mixed ?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-code-proc-mixed/m-p/198054#M10644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Denham&lt;/P&gt;&lt;P&gt;1. It was the second case. They were selected and randomized separately each year. I got the code. Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. In case, if same experimental units are observed over years. Taking years as random. Would you provide me the code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Another situation, if we take multiple observations from same experimental units in the same year or multiple years? For example, we grow some perennial fodder (Rhode grass)&amp;nbsp; and take multiple cuts (say 5) in year 1 and take 3 cuts in year 2. How we would handle this data considering year random and repeated measurements from same experimental units. Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;Rizwan Maqbool&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 09:59:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-code-proc-mixed/m-p/198054#M10644</guid>
      <dc:creator>razi</dc:creator>
      <dc:date>2015-03-16T09:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAS code proc mixed ?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-code-proc-mixed/m-p/198055#M10645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In answer to 2:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN style="color: #003366;"&gt;&lt;STRONG&gt;proc mixed&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/SPAN&gt;=EXPERIMENT_DATA;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;class&lt;/STRONG&gt;&lt;/SPAN&gt; LOCATION YEAR BLOCK TREATMENT;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;model&lt;/STRONG&gt;&lt;/SPAN&gt; VARIABLE1=TREATMENT YEAR TREATMENT*YEAR;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;random&lt;/STRONG&gt;&lt;/SPAN&gt; LOCATION &lt;SPAN style="font-size: 13px;"&gt;BLOCK(LOCATION)&lt;/SPAN&gt;/&lt;STRONG style="color: #0000ff;"&gt;solution&lt;/STRONG&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;repeated YEAR/subject=block(location) type=ar(1); /*Note that other types may be used here, such as ARH(1) or UN.&amp;nbsp; Check each and select the one with the smallest corrected AIC*/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG style="color: #003366;"&gt;run&lt;/STRONG&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;In answer to 3:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Consider CUTTINGDAY as day post randomization to treatment on which the cutting is made.&amp;nbsp; You might want to try:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN style="color: #003366;"&gt;&lt;STRONG&gt;proc mixed&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/SPAN&gt;=EXPERIMENT_DATA;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;class&lt;/STRONG&gt;&lt;/SPAN&gt; LOCATION YEAR BLOCK TREATMENT cuttingday;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;model&lt;/STRONG&gt;&lt;/SPAN&gt; VARIABLE1=TREATMENT cuttingday cuttingday*treatment;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;random&lt;/STRONG&gt;&lt;/SPAN&gt; YEAR|LOCATION &lt;SPAN style="font-size: 13px;"&gt;BLOCK(LOCATION)&lt;/SPAN&gt;/&lt;STRONG style="color: #0000ff;"&gt;solution&lt;/STRONG&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;repeated cuttingday/subject=block*location*year type=sp(pow)(dayc); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;/*Because the cutting days are almost assuredly unequally spaced in time the spatial power covariance structure is appropriate.&amp;nbsp; You will need to define dayc in the dataset EXPERIMENT_DATA as equal to cuttingday.&amp;nbsp; It is used as a continuous variable, rather than categorical.&amp;nbsp; Where this could get very complicated is that cuttingday is very likely to differ by year.&amp;nbsp; In that case, I would recommend moving to a radial smoothing analysis using PROC GLIMMIX, as in Example 44.6 of the SAS/STAT 13.2 documentation. */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG style="color: #003366;"&gt;run&lt;/STRONG&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Good luck.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Steve Denham&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 11:58:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-code-proc-mixed/m-p/198055#M10645</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2015-03-17T11:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAS code proc mixed ?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-code-proc-mixed/m-p/198056#M10646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you&amp;nbsp; Denham for detailed response and suggestion for choosing correct covariance structure. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; In agronomic studies, Multi-cuts of perennial fodders or leachates and soil extracts from lysimeter (multiple readings) data, we analyze it as repeated measures. &lt;/P&gt;&lt;P&gt;1. my question is could we analyze plant growth data (for example leaf area index or leaf area duration) as repeated measures. Suppose we have used same plants for multiple measurements. In case no, t then why?&lt;/P&gt;&lt;P&gt;2. Leaf area index (LAI) was measured at 45, 60, 75 and 90 days after sowing from a experiment laid out RCBD with 5 treatments. Could you possibly suggest statistical analysis that a) tells us trend over time b) could you suggest some graphs (e.g simple line graph with lettering)?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;Rizwan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 15:01:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-code-proc-mixed/m-p/198056#M10646</guid>
      <dc:creator>razi</dc:creator>
      <dc:date>2015-03-18T15:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: SAS code proc mixed ?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/SAS-code-proc-mixed/m-p/198057#M10647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At this point, I strongly recommend that you obtain a copy of &lt;EM&gt;SAS for Mixed Models, 2nd ed.&lt;/EM&gt; by Littell et al., and &lt;EM&gt;Generalized Linear Mixed Models &lt;/EM&gt;by Walt Stroup.&amp;nbsp; There are tons of examples there for the kind of questions you are asking.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 18:07:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/SAS-code-proc-mixed/m-p/198057#M10647</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2015-03-18T18:07:32Z</dc:date>
    </item>
  </channel>
</rss>

