<?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: Trend Analysis in proc mixed in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Trend-Analysis-in-proc-mixed/m-p/201425#M10822</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks so much! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jul 2015 16:07:44 GMT</pubDate>
    <dc:creator>peppapig</dc:creator>
    <dc:date>2015-07-22T16:07:44Z</dc:date>
    <item>
      <title>Trend Analysis in proc mixed</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Trend-Analysis-in-proc-mixed/m-p/201413#M10810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;proc mixed data= dataset ;&lt;/P&gt;&lt;P&gt;class id group;&lt;/P&gt;&lt;P&gt;model y= group time group*time / solution;&lt;/P&gt;&lt;P&gt; random int time/subject=id ;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; estimate "trend test"&amp;nbsp; group*time 3 1 -1 -3/e cl divisor&amp;nbsp; = 3;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question:&lt;/P&gt;&lt;P&gt;variable group = 1,2,3,4, time is continuous time variable in years.&lt;/P&gt;&lt;P&gt;1. how to do the trend test in proc mixed for "group"?&lt;/P&gt;&lt;P&gt;2. how to calculate the contrast coefficients and value of divisor for this trend analysis? &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: 10pt; line-height: 1.5em;"&gt;Thank you .&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 16:49:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Trend-Analysis-in-proc-mixed/m-p/201413#M10810</guid>
      <dc:creator>peppapig</dc:creator>
      <dc:date>2015-07-13T16:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Trend Analysis in proc mixed</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Trend-Analysis-in-proc-mixed/m-p/201414#M10811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Several things here.&amp;nbsp; Do you want the trend test as a marginal test over all times included?&amp;nbsp; If so, consider using an LSMESTIMATE statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lsmestimate group 'trend test' 3 1 -1 3/cl divisor=3;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use of continuous covariates in estimate statements would require something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;estimate "trend test" group 3 1 -1 3 group*time 3 1 -1 3/cl divisor=3;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now about the variable 'time'--is there any reason to suspect that measures on an individual id are correlated over time?&amp;nbsp; If so, some sort of covariance structure may be much more powerful than the random intercept-random slope model being fit.&amp;nbsp; This may be an excellent chance to examine a spline fit for the covariance structure.&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>Tue, 14 Jul 2015 11:41:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Trend-Analysis-in-proc-mixed/m-p/201414#M10811</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2015-07-14T11:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Trend Analysis in proc mixed</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Trend-Analysis-in-proc-mixed/m-p/201415#M10812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks so much!&lt;/P&gt;&lt;P&gt;How to understand the "3 1 -1 3" in the estimate statement? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 15:12:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Trend-Analysis-in-proc-mixed/m-p/201415#M10812</guid>
      <dc:creator>peppapig</dc:creator>
      <dc:date>2015-07-14T15:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: Trend Analysis in proc mixed</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Trend-Analysis-in-proc-mixed/m-p/201416#M10813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Those are the coefficients that the lsmeans, or solution vector needs to be multiplied by.&amp;nbsp; You'll see that they are equally spaced and sum to zero.&amp;nbsp; And I apologize--in my previous post they should read '3 1 -1 -3", note well that the last term is -3.&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>Tue, 14 Jul 2015 15:28:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Trend-Analysis-in-proc-mixed/m-p/201416#M10813</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2015-07-14T15:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Trend Analysis in proc mixed</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Trend-Analysis-in-proc-mixed/m-p/201417#M10814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks so much!&lt;/P&gt;&lt;P&gt;For the "3 1 -1 -3", is there any formula or rule to calculate it? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 15:36:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Trend-Analysis-in-proc-mixed/m-p/201417#M10814</guid>
      <dc:creator>peppapig</dc:creator>
      <dc:date>2015-07-14T15:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Trend Analysis in proc mixed</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Trend-Analysis-in-proc-mixed/m-p/201418#M10815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you recommend any documents (paper, book chapter...) about how to calculate the coefficients in this estimate statement for the trend test? Thank you so much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 15:52:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Trend-Analysis-in-proc-mixed/m-p/201418#M10815</guid>
      <dc:creator>peppapig</dc:creator>
      <dc:date>2015-07-14T15:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Trend Analysis in proc mixed</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Trend-Analysis-in-proc-mixed/m-p/201419#M10816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's a link to orthogonal contrasts up through 7 equally spaced levels:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.stat.ufl.edu/~winner/tables/orthpol.pdf"&gt;http://www.stat.ufl.edu/~winner/tables/orthpol.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The actual process involves:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum the values of the levels (1 + 2 + 3 + 4) =10&lt;/P&gt;&lt;P&gt;Calculate the mean&amp;nbsp; 10/4 = 2.5&lt;/P&gt;&lt;P&gt;Subtract the mean from each level's value ( 1-2.5&amp;nbsp; 2-2.5&amp;nbsp; 3-2.5&amp;nbsp; 4-2.5) = (-1.5 -.5 .5 1.5)&lt;/P&gt;&lt;P&gt;'Integerize' by multiplying by a constant (here it is 2) = -3 -1 1 3, for an ascending linear contrast.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get the quadratic, multiply each term by itself to get (9 1 1 9)&lt;/P&gt;&lt;P&gt;Calculate the mean&amp;nbsp; 20/4 = 5&lt;/P&gt;&lt;P&gt;Subtract the mean from each level's value (9-5 1-5 1-5 9-5) = (4 -4 -4 4)&lt;/P&gt;&lt;P&gt;Integerize by dividing by a constant (here it is 4) = 1 -1 -1 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get the cubic, find a vector whose inner product with both the linear and quadratic is zero ( I haven't done this since first year linear algebra, so I don't have the steps).&lt;/P&gt;&lt;P&gt;It turns out to be -1 3 -3 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a great program written in IML to carry this out for any number of levels, and there is no need for equal spacing of the levels, either.&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>Tue, 14 Jul 2015 16:29:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Trend-Analysis-in-proc-mixed/m-p/201419#M10816</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2015-07-14T16:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Trend Analysis in proc mixed</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Trend-Analysis-in-proc-mixed/m-p/201420#M10817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks so much! I really appreciate your great help! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 16:41:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Trend-Analysis-in-proc-mixed/m-p/201420#M10817</guid>
      <dc:creator>peppapig</dc:creator>
      <dc:date>2015-07-14T16:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Trend Analysis in proc mixed</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Trend-Analysis-in-proc-mixed/m-p/201421#M10818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;&lt;STRONG style="color: navy; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;Hi Steve,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;&lt;STRONG style="color: navy; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;Thanks for all your help. I really appreciate it. &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;&lt;STRONG style="color: navy; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;For the trend test, I still have some questions. &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;&lt;STRONG style="color: navy; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;For the three estimate statements below,they gave me different p values for the trend test. &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;&lt;SPAN style="color: #000080; font-family: 'Courier New';"&gt;&lt;STRONG style="font-size: 13.3333330154419px;"&gt;How to interpret these three types of estimates statements? group values = 1,2,3,4. &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt;group &lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;3&lt;/STRONG&gt; &lt;STRONG style="color: teal; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt; -&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt; -&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;3 &lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt;group*time &lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;3&lt;/STRONG&gt; &lt;STRONG style="color: teal; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt; -&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt; -&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;3 in the 1st model &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;&lt;STRONG&gt;&lt;STRONG style="color: teal; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;or &lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt;group*time &lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;3&lt;/STRONG&gt; &lt;STRONG style="color: teal; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt; -&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt; -&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;3&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;&lt;STRONG&gt;&lt;STRONG style="color: teal; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;or &lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt;group &lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;3&lt;/STRONG&gt; &lt;STRONG style="color: teal; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt; -&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt; -&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;3 ? &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;&lt;STRONG&gt;Thank you so much. &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;&lt;STRONG&gt;&lt;STRONG style="color: navy; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;****************************************************************&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;&lt;STRONG&gt;&lt;STRONG style="color: navy; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="color: navy; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;sort&lt;/STRONG&gt;&amp;nbsp; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt;= data1 ;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;by&lt;/SPAN&gt; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;descending&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt; group;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;&lt;STRONG&gt;&lt;STRONG style="color: navy; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt;;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;&lt;STRONG&gt;&lt;STRONG style="color: navy; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="color: navy; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;mixed&lt;/STRONG&gt; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt; = data1 &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;COVTEST&lt;/SPAN&gt; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;NOITPRINT&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt;;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;class&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt; haltid &lt;SPAN style="font-size: 13.3333330154419px;"&gt;group&lt;/SPAN&gt;(ref = &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: purple; background-position: initial;"&gt;"1"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt;);&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;model&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt; y =&amp;nbsp; time &lt;SPAN style="font-size: 13.3333330154419px;"&gt;group time* group&lt;/SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;solution&lt;/SPAN&gt; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;cl&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt;;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;random&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt; int /&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;subject&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt; = id &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt; = un;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;estimate&lt;/SPAN&gt; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: purple; background-position: initial;"&gt;"trend test"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt;&amp;nbsp; group &lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;3&lt;/STRONG&gt; &lt;STRONG style="color: teal; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt; -&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt; -&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;3 &lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt;group*time &lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;3&lt;/STRONG&gt; &lt;STRONG style="color: teal; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt; -&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt; -&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;3&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;e&lt;/SPAN&gt; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;cl&lt;/SPAN&gt; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;divisor&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt;=&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;2&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt;;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;&lt;STRONG&gt;&lt;STRONG style="color: navy; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt;; &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;&lt;STRONG&gt;&lt;STRONG style="color: navy; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="color: navy; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;mixed&lt;/STRONG&gt; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt; = data1 &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;COVTEST&lt;/SPAN&gt; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;NOITPRINT&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt;;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;class&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt; haltid &lt;SPAN style="font-size: 13.3333330154419px;"&gt;group&lt;/SPAN&gt;(ref = &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: purple; background-position: initial;"&gt;"1"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt;);&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;model&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt; y =&amp;nbsp; time &lt;SPAN style="font-size: 13.3333330154419px;"&gt;group time* group &lt;/SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;solution&lt;/SPAN&gt; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;cl&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt;;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;random&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt; int /&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;subject&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt; = id &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt; = un;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;estimate&lt;/SPAN&gt; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: purple; background-position: initial;"&gt;"trend test"&lt;/SPAN&gt; &lt;STRONG&gt; &lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt;group*time &lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;3&lt;/STRONG&gt; &lt;STRONG style="color: teal; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt; -&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt; -&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;3&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;e&lt;/SPAN&gt; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;cl&lt;/SPAN&gt; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;divisor&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt;=&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;2&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt;;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;&lt;STRONG&gt;&lt;STRONG style="color: navy; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt;; &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;&lt;STRONG&gt;&lt;STRONG style="color: navy; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="color: navy; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;mixed&lt;/STRONG&gt; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt; = data1 &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;COVTEST&lt;/SPAN&gt; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;NOITPRINT&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt;;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;class&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt; haltid &lt;SPAN style="font-size: 13.3333330154419px;"&gt;group&lt;/SPAN&gt;(ref = &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: purple; background-position: initial;"&gt;"1"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt;);&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;model&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt; y =&amp;nbsp; time &lt;SPAN style="font-size: 13.3333330154419px;"&gt;group time* group &lt;/SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;solution&lt;/SPAN&gt; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;cl&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt;;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;random&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt; int /&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;subject&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt; = id &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;type&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt; = un;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;estimate&lt;/SPAN&gt; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: purple; background-position: initial;"&gt;"trend test"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt;&amp;nbsp; group &lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;3&lt;/STRONG&gt; &lt;STRONG style="color: teal; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt; -&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt; -&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;3&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;e&lt;/SPAN&gt; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;cl&lt;/SPAN&gt; &lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;divisor&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt;=&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;2&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt;;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;&lt;STRONG&gt;&lt;STRONG style="color: navy; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt;; &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;&lt;STRONG&gt; &lt;STRONG style="color: navy; font-size: 10pt; font-family: 'Courier New'; background-position: initial;"&gt;****************************************************************&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: 12.8000001907349px; background-color: #ffffff;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 18:36:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Trend-Analysis-in-proc-mixed/m-p/201421#M10818</guid>
      <dc:creator>peppapig</dc:creator>
      <dc:date>2015-07-20T18:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Trend Analysis in proc mixed</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Trend-Analysis-in-proc-mixed/m-p/201422#M10819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can see the differences in each of the estimate statements by looking at the L matrix that the /e option provides.&amp;nbsp; The last provides an estimate averaged over all time points.&amp;nbsp; The next to last provides an estimate of the trend in group at the first time point.&amp;nbsp; The first, well, it is a mixture of things that really don't make sense to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This truly looks to me like a case where you might benefit from the use of the LSMESTIMATE statement, which provides estimates of linear combinations of the marginal means (lsmeans).&amp;nbsp; The syntax is much clearer, in the sense that you can easily construct the linear combination that you are really interested in, and that it relies solely on a combination of the lsmeans, thus eliminating a lot of the confusion necessary to construct correct ESTIMATE statements.&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>Tue, 21 Jul 2015 11:39:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Trend-Analysis-in-proc-mixed/m-p/201422#M10819</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2015-07-21T11:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Trend Analysis in proc mixed</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Trend-Analysis-in-proc-mixed/m-p/201423#M10820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks so much! &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-family: 'Courier New';"&gt;&lt;STRONG&gt;how to understand that: &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-family: 'Courier New';"&gt;&lt;STRONG&gt;&lt;STRONG style="color: blue; font-size: 10pt; font-style: inherit; font-family: 'Courier New'; font-weight: inherit; background-position: initial;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-family: 'Courier New';"&gt;&lt;STRONG&gt;&lt;STRONG style="font-size: 12.8000001907349px; font-family: arial, sans-serif; color: #222222;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;estimate&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Courier New'; color: purple; background-position: initial;"&gt;"trend test"&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt;group*time &lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: 'Courier New'; color: teal; background-position: initial;"&gt;3&lt;/STRONG&gt;&amp;nbsp; &lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: 'Courier New'; color: teal; background-position: initial;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt; -&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: 'Courier New'; color: teal; background-position: initial;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt; -&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: 'Courier New'; color: teal; background-position: initial;"&gt;3&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt;/&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;e&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;cl&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;divisor&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt;=&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: 'Courier New'; color: teal; background-position: initial;"&gt;2&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt;;&amp;nbsp; group * time is for"&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt; estimate of the trend in group &lt;EM&gt;&lt;STRONG style="text-decoration: underline;"&gt;at the first time point&lt;/STRONG&gt;&lt;/EM&gt;."? &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-family: 'Courier New';"&gt;&lt;STRONG&gt;&lt;STRONG style=": ; color: black; font-size: 13px; font-style: inherit; background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit; background-position: initial;"&gt;and &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-family: 'Courier New';"&gt;&lt;STRONG&gt;&lt;STRONG style=": ; color: black; font-size: 13px; font-style: inherit; background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit; background-position: initial;"&gt;&lt;STRONG style="font-size: 12.8000001907349px; font-family: arial, sans-serif; color: #222222;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;estimate&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Courier New'; color: purple; background-position: initial;"&gt;"trend test"&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt;&amp;nbsp; group &lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: 'Courier New'; color: teal; background-position: initial;"&gt;3&lt;/STRONG&gt;&amp;nbsp; &lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: 'Courier New'; color: teal; background-position: initial;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt; -&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: 'Courier New'; color: teal; background-position: initial;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt; -&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: 'Courier New'; color: teal; background-position: initial;"&gt;3&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt;/&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;e&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;cl&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Courier New'; color: blue; background-position: initial;"&gt;divisor&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt;=&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: 'Courier New'; color: teal; background-position: initial;"&gt;2&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: 'Courier New'; color: black; background-position: initial;"&gt;; is for "&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt; provides an estimate averaged &lt;EM&gt;&lt;STRONG style="text-decoration: underline;"&gt;over all time points&lt;/STRONG&gt;&lt;/EM&gt;" ? &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 18:23:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Trend-Analysis-in-proc-mixed/m-p/201423#M10820</guid>
      <dc:creator>peppapig</dc:creator>
      <dc:date>2015-07-21T18:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Trend Analysis in proc mixed</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Trend-Analysis-in-proc-mixed/m-p/201424#M10821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Again, examine the coefficients that are in the output for each of these estimates to see what is happening. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To put this on a more intuitive level, you really should consider changing from ESTIMATE statements to LSMESTIMATE statements.&amp;nbsp; The latter are for trends in the marginal means, which is what your analysis should be trying to discover.&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, 22 Jul 2015 12:20:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Trend-Analysis-in-proc-mixed/m-p/201424#M10821</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2015-07-22T12:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Trend Analysis in proc mixed</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Trend-Analysis-in-proc-mixed/m-p/201425#M10822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks so much! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 16:07:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Trend-Analysis-in-proc-mixed/m-p/201425#M10822</guid>
      <dc:creator>peppapig</dc:creator>
      <dc:date>2015-07-22T16:07:44Z</dc:date>
    </item>
  </channel>
</rss>

