<?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: Plot mean values by treatment group where time is continuous in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Plot-mean-values-by-treatment-group-where-time-is-continuous/m-p/470823#M16245</link>
    <description>&lt;P&gt;ID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TIME&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TX&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Y&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.34&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6.9&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.78 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6.4&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.17 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6.6&lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.25 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5.9&lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.74&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6.2&lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; 1.50 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5.3&lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.94&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 17 Jun 2018 00:01:00 GMT</pubDate>
    <dc:creator>Melk</dc:creator>
    <dc:date>2018-06-17T00:01:00Z</dc:date>
    <item>
      <title>Plot mean values by treatment group where time is continuous</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plot-mean-values-by-treatment-group-where-time-is-continuous/m-p/470813#M16240</link>
      <description>&lt;P&gt;I have some longitudinal data and I would like to plot the mean value of y by treatment group across time. My time value is continuous, so it may be 1.2 months 4.8 months and 6.9 months for subject 1, 1.1 months 4.4 months and 7.7 months for subject 2, etc. I am confused on how I can calculate means to use in sgplot series since the times are not all equivalent.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Jun 2018 22:56:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plot-mean-values-by-treatment-group-where-time-is-continuous/m-p/470813#M16240</guid>
      <dc:creator>Melk</dc:creator>
      <dc:date>2018-06-16T22:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Plot mean values by treatment group where time is continuous</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plot-mean-values-by-treatment-group-where-time-is-continuous/m-p/470817#M16241</link>
      <description>&lt;P&gt;Can you post some more sample data (as text and in data step) and an example of what type of graph you're looking to create?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you standardize your times by using a simplistic approach, ie first measure, second measure, third measure? Rather than look at the times as well, I would verify the distance between the times is consistent, ie second measurement is approximately 3 months after first and third is 7 after first month.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/140721"&gt;@Melk&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I have some longitudinal data and I would like to plot the mean value of y by treatment group across time. My time value is continuous, so it may be 1.2 months 4.8 months and 6.9 months for subject 1, 1.1 months 4.4 months and 7.7 months for subject 2, etc. I am confused on how I can calculate means to use in sgplot series since the times are not all equivalent.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Jun 2018 23:06:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plot-mean-values-by-treatment-group-where-time-is-continuous/m-p/470817#M16241</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-06-16T23:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Plot mean values by treatment group where time is continuous</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plot-mean-values-by-treatment-group-where-time-is-continuous/m-p/470821#M16243</link>
      <description>&lt;P&gt;you could see brown and prescott's book which gives sas examples: &lt;A href="https://onlinelibrary.wiley.com/doi/book/10.1002/9781118778210" target="_blank"&gt;https://onlinelibrary.wiley.com/doi/book/10.1002/9781118778210&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;consider a random coefficients model, brown and prescott say "random coefficient models can be used whether or not time points are measured at pre-determined intervals. they are often the best choice of model when time intervals and the number of obs vary between patients, ...." etc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regarding the plot, how many subjects do you have? you might define some timepoints and windows and for each patient take the value that falls within the specified window for each timepoint&lt;/P&gt;</description>
      <pubDate>Sat, 16 Jun 2018 23:52:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plot-mean-values-by-treatment-group-where-time-is-continuous/m-p/470821#M16243</guid>
      <dc:creator>pau13rown</dc:creator>
      <dc:date>2018-06-16T23:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: Plot mean values by treatment group where time is continuous</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plot-mean-values-by-treatment-group-where-time-is-continuous/m-p/470822#M16244</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/140721"&gt;@Melk&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I have some longitudinal data and I would like to plot the mean value of y by treatment group across time. My time value is continuous, so it may be 1.2 months 4.8 months and 6.9 months for subject 1, 1.1 months 4.4 months and 7.7 months for subject 2, etc. I am confused on how I can calculate means to use in sgplot series since the times are not all equivalent.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I don't think you want to plot the means by time as you just described, you want to fit a model of some sort that will predict the value of y at each time value.&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jun 2018 00:00:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plot-mean-values-by-treatment-group-where-time-is-continuous/m-p/470822#M16244</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-06-17T00:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: Plot mean values by treatment group where time is continuous</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plot-mean-values-by-treatment-group-where-time-is-continuous/m-p/470823#M16245</link>
      <description>&lt;P&gt;ID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TIME&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TX&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Y&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.34&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6.9&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.78 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6.4&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.17 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6.6&lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.25 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5.9&lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.74&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6.2&lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; 1.50 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5.3&lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.94&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jun 2018 00:01:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plot-mean-values-by-treatment-group-where-time-is-continuous/m-p/470823#M16245</guid>
      <dc:creator>Melk</dc:creator>
      <dc:date>2018-06-17T00:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Plot mean values by treatment group where time is continuous</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plot-mean-values-by-treatment-group-where-time-is-continuous/m-p/470824#M16246</link>
      <description>&lt;P&gt;I used a random intercept and slope mode in proc mixed. So, would I output the predicted and use that in sgplot?&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jun 2018 00:02:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plot-mean-values-by-treatment-group-where-time-is-continuous/m-p/470824#M16246</guid>
      <dc:creator>Melk</dc:creator>
      <dc:date>2018-06-17T00:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Plot mean values by treatment group where time is continuous</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plot-mean-values-by-treatment-group-where-time-is-continuous/m-p/470825#M16247</link>
      <description>&lt;P&gt;I have over 200 subjects who came in for assessment at rather random intervals.&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jun 2018 00:02:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plot-mean-values-by-treatment-group-where-time-is-continuous/m-p/470825#M16247</guid>
      <dc:creator>Melk</dc:creator>
      <dc:date>2018-06-17T00:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: Plot mean values by treatment group where time is continuous</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plot-mean-values-by-treatment-group-where-time-is-continuous/m-p/470829#M16249</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/140721"&gt;@Melk&lt;/a&gt;, you haven't given us any information on why you are using a random intercept model. Where did that come from? Can you explain?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But yes, whenever you have fit a model that you are satisfied with, plot the predicted values at each level of X (in this case months).&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jun 2018 00:32:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plot-mean-values-by-treatment-group-where-time-is-continuous/m-p/470829#M16249</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-06-17T00:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Plot mean values by treatment group where time is continuous</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plot-mean-values-by-treatment-group-where-time-is-continuous/m-p/470830#M16250</link>
      <description>&lt;P&gt;As others have mentioned this probably is not statistically valid.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But it's possible. Considering the time point approach:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
    input ID TIME TX Y;
    cards;
1           0.34             0              6.9
1           0.78             0              6.4
1           1.17             0              6.6
2           0.25             1              5.9
2           0.74             1              6.2
2           1.50              1             5.3
2           1.94             1              5.1
;
run;

*add counter values;

data have_grouped;
    set have;
    by id;

    if first.id then
        counter=1;
    else
        counter+1;
run;

*Summarize data;

proc means data=have_grouped noprint nway;
    class counter tx;
    var y;
    output out=average mean(y)=avg_y;
run;

*graph per treatment;

proc sgplot data=average;
    series x=counter y=avg_y / group=tx markers;
    xaxis values=(1 to 5 by 1);
    label counter='Counter' avg_y='Average Y' tx="Treatment";
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jun 2018 00:32:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plot-mean-values-by-treatment-group-where-time-is-continuous/m-p/470830#M16250</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-06-17T00:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Plot mean values by treatment group where time is continuous</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plot-mean-values-by-treatment-group-where-time-is-continuous/m-p/470835#M16251</link>
      <description>&lt;P&gt;But when I plot the predicted, it still will plot by observation. I just want treatment means across time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;random slope intercept model for a randomized control trial with 2 groups measured rate of change of y across time. We hypothesis the rate of change for tx=1 will be less than rate of change for tx=0.&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jun 2018 01:38:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plot-mean-values-by-treatment-group-where-time-is-continuous/m-p/470835#M16251</guid>
      <dc:creator>Melk</dc:creator>
      <dc:date>2018-06-17T01:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Plot mean values by treatment group where time is continuous</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plot-mean-values-by-treatment-group-where-time-is-continuous/m-p/470856#M16252</link>
      <description>&lt;P&gt;If I am understanding you properly, you have a "fixed" part of a random slope and intercept model, and a "random" part. You use the "fixed" part of the model to obtain the predicted value at each month number. See, for example, slide 7 of this presentation: &lt;A href="http://courses.education.illinois.edu/EdPsy587/lectures/RandomSlopes-beamer-online.pdf" target="_blank"&gt;http://courses.education.illinois.edu/EdPsy587/lectures/RandomSlopes-beamer-online.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jun 2018 11:37:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plot-mean-values-by-treatment-group-where-time-is-continuous/m-p/470856#M16252</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-06-17T11:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: Plot mean values by treatment group where time is continuous</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plot-mean-values-by-treatment-group-where-time-is-continuous/m-p/470930#M16253</link>
      <description>&lt;P&gt;That is correct, but when I use outp= pred it just gives me predicted values for each observation. Is there another way to plot the group means across time when time is continuous ?&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jun 2018 20:03:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plot-mean-values-by-treatment-group-where-time-is-continuous/m-p/470930#M16253</guid>
      <dc:creator>Melk</dc:creator>
      <dc:date>2018-06-17T20:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Plot mean values by treatment group where time is continuous</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plot-mean-values-by-treatment-group-where-time-is-continuous/m-p/470956#M16255</link>
      <description>&lt;P&gt;As I said, you need to use the "Fixed" part of the model, not the entire model (which is what OUTP is giving you)&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jun 2018 01:21:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plot-mean-values-by-treatment-group-where-time-is-continuous/m-p/470956#M16255</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-06-18T01:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: Plot mean values by treatment group where time is continuous</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plot-mean-values-by-treatment-group-where-time-is-continuous/m-p/472361#M16317</link>
      <description>&lt;P&gt;how can i output just the fixed part? I am not sure I know that sas option.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jun 2018 03:31:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plot-mean-values-by-treatment-group-where-time-is-continuous/m-p/472361#M16317</guid>
      <dc:creator>Melk</dc:creator>
      <dc:date>2018-06-22T03:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Plot mean values by treatment group where time is continuous</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plot-mean-values-by-treatment-group-where-time-is-continuous/m-p/472993#M16344</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/140721"&gt;@Melk&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;how can i output just the fixed part? I am not sure I know that sas option.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You just fit the fixed part of the model in a different call of the PROC; you don't fit the random intercept and slope part.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jun 2018 13:48:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plot-mean-values-by-treatment-group-where-time-is-continuous/m-p/472993#M16344</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-06-25T13:48:09Z</dc:date>
    </item>
  </channel>
</rss>

