<?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 Plotting a response var against 18 independent variables in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Plotting-a-response-var-against-18-independent-variables/m-p/319404#M11181</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have data of an experiment that has one response variable "growth" related to 18 treatments (TRT) that were measured for eight weeks with three replications.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The statistical model for analysis looks like this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;(Data is sorted by rep trt and time)&lt;/P&gt;&lt;P&gt;proc mixed data=combine;&lt;BR /&gt;class rep trt time;&lt;BR /&gt;model growth=trt|time / ddfm=kr;&lt;BR /&gt;random rep;&lt;BR /&gt;repeated /type= AR (1) subject=trt;&lt;BR /&gt;lsmeans trt*time;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The program&amp;nbsp;runs without error. I would like now to plot&amp;nbsp;every treatment against a specific time interval. I don't have much skill with SAS but eager to learn. Please suggest some me a few program codes to do this. Thank you.&lt;/P&gt;&lt;P&gt;Fridge&lt;/P&gt;&lt;DIV class="branch"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
    <pubDate>Thu, 15 Dec 2016 23:56:32 GMT</pubDate>
    <dc:creator>fridge_wpg</dc:creator>
    <dc:date>2016-12-15T23:56:32Z</dc:date>
    <item>
      <title>Plotting a response var against 18 independent variables</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plotting-a-response-var-against-18-independent-variables/m-p/319404#M11181</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have data of an experiment that has one response variable "growth" related to 18 treatments (TRT) that were measured for eight weeks with three replications.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The statistical model for analysis looks like this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;(Data is sorted by rep trt and time)&lt;/P&gt;&lt;P&gt;proc mixed data=combine;&lt;BR /&gt;class rep trt time;&lt;BR /&gt;model growth=trt|time / ddfm=kr;&lt;BR /&gt;random rep;&lt;BR /&gt;repeated /type= AR (1) subject=trt;&lt;BR /&gt;lsmeans trt*time;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The program&amp;nbsp;runs without error. I would like now to plot&amp;nbsp;every treatment against a specific time interval. I don't have much skill with SAS but eager to learn. Please suggest some me a few program codes to do this. Thank you.&lt;/P&gt;&lt;P&gt;Fridge&lt;/P&gt;&lt;DIV class="branch"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Thu, 15 Dec 2016 23:56:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plotting-a-response-var-against-18-independent-variables/m-p/319404#M11181</guid>
      <dc:creator>fridge_wpg</dc:creator>
      <dc:date>2016-12-15T23:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Plotting a response var against 18 independent variables</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plotting-a-response-var-against-18-independent-variables/m-p/319408#M11182</link>
      <description>&lt;P&gt;I suggest browsing around this page: &lt;A href="http://support.sas.com/sassamples/graphgallery/index.html" target="_blank"&gt;http://support.sas.com/sassamples/graphgallery/index.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;for something that you think may show what you want. Without have a better idea of what you actually want or makes sense for your data it is difficult to make targeted suggestions.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2016 00:05:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plotting-a-response-var-against-18-independent-variables/m-p/319408#M11182</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-12-16T00:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Plotting a response var against 18 independent variables</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plotting-a-response-var-against-18-independent-variables/m-p/319496#M11186</link>
      <description>&lt;P&gt;You can try to create an effect plot. See the article &lt;A href="http://blogs.sas.com/content/iml/2016/06/22/sas-effectplot-statement.html" target="_self"&gt;"Use the EFFECTPLOT statement to visualize regression models in SAS."&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A sketch of what you want would enable us to &amp;nbsp; give more specific advice. You can sketch it on a piece of paper and then take a picture or scan it into an image file.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2016 10:37:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plotting-a-response-var-against-18-independent-variables/m-p/319496#M11186</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-12-16T10:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Plotting a response var against 18 independent variables</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plotting-a-response-var-against-18-independent-variables/m-p/319705#M11191</link>
      <description>Hi Ballardw,&lt;BR /&gt;Thank you very much for your reply. I guess I didn't explain clearly what I intend to do with my data. I am trying again.&lt;BR /&gt;Rep&lt;BR /&gt;&lt;BR /&gt;trt&lt;BR /&gt;&lt;BR /&gt;Week1&lt;BR /&gt;&lt;BR /&gt;Week2&lt;BR /&gt;&lt;BR /&gt;Week3&lt;BR /&gt;&lt;BR /&gt;Week4&lt;BR /&gt;&lt;BR /&gt;Week5&lt;BR /&gt;&lt;BR /&gt;Week6&lt;BR /&gt;&lt;BR /&gt;Week7&lt;BR /&gt;&lt;BR /&gt;Week8&lt;BR /&gt;&lt;BR /&gt;1-3&lt;BR /&gt;&lt;BR /&gt;1-18&lt;BR /&gt;&lt;BR /&gt;X cm&lt;BR /&gt;&lt;BR /&gt;X cm&lt;BR /&gt;&lt;BR /&gt;X cm&lt;BR /&gt;&lt;BR /&gt;X cm&lt;BR /&gt;&lt;BR /&gt;X cm&lt;BR /&gt;&lt;BR /&gt;X cm&lt;BR /&gt;&lt;BR /&gt;X cm&lt;BR /&gt;&lt;BR /&gt;X cm&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have measured growth (x cm) of 18 treatments (trt) (genotypes) for eight weeks (time).&lt;BR /&gt;&lt;BR /&gt;The statistical model for analysis is:&lt;BR /&gt;&lt;BR /&gt;1) proc mixed data=combine;class rep trt time; model growth=trt|time / ddfm=kr; random rep;&lt;BR /&gt;repeated /type= AR (1) subject=trt;&lt;BR /&gt;lsmeans trt*time;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;2) proc gplot data=combine; plot growth*time=trt; run;&lt;BR /&gt;&lt;BR /&gt;3) I want to graphically view the data (The data is sorted by rep trt and time). The step-2 gives me a messy output. The question is how can I view or compare all treatments' effect using lsmeans at a particular time interval (say week5)?&lt;BR /&gt;Looking forward to hearing from you. Please, feel free to ask any question that you may have.&lt;BR /&gt;Sincerely&lt;BR /&gt;Nasir&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 17 Dec 2016 03:57:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plotting-a-response-var-against-18-independent-variables/m-p/319705#M11191</guid>
      <dc:creator>fridge_wpg</dc:creator>
      <dc:date>2016-12-17T03:57:06Z</dc:date>
    </item>
  </channel>
</rss>

