<?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 customize output names in proc glimmix plots in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/customize-output-names-in-proc-glimmix-plots/m-p/875004#M82721</link>
    <description>&lt;P&gt;&lt;SPAN class=""&gt;Hello, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;I need the graphical outputs (in this case, meanplot and controlplot)&lt;BR /&gt;built by the glimmix procedure inside the by statement to have as file name&lt;BR /&gt;the combination of the response variable and the values ​​of each level (#byval).&lt;BR /&gt;For example, varY_#byval1_#byval2.png . Is this possible?. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Thank you&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 10 May 2023 15:56:06 GMT</pubDate>
    <dc:creator>jfgiraldo</dc:creator>
    <dc:date>2023-05-10T15:56:06Z</dc:date>
    <item>
      <title>customize output names in proc glimmix plots</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/customize-output-names-in-proc-glimmix-plots/m-p/875004#M82721</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;Hello, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;I need the graphical outputs (in this case, meanplot and controlplot)&lt;BR /&gt;built by the glimmix procedure inside the by statement to have as file name&lt;BR /&gt;the combination of the response variable and the values ​​of each level (#byval).&lt;BR /&gt;For example, varY_#byval1_#byval2.png . Is this possible?. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Thank you&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 15:56:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/customize-output-names-in-proc-glimmix-plots/m-p/875004#M82721</guid>
      <dc:creator>jfgiraldo</dc:creator>
      <dc:date>2023-05-10T15:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: customize output names in proc glimmix plots</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/customize-output-names-in-proc-glimmix-plots/m-p/875057#M82722</link>
      <description>&lt;PRE class=""&gt;&lt;SPAN class=""&gt;I managed to partially solve it like this:
&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE class=""&gt;ods graphics on / reset=index(1);
proc glimmix data=have plots=(meanplot (ascending cl)) ;		
by var1 var2;
&lt;FONT color="#3366FF"&gt;&lt;STRONG&gt;ods graphics on / imagename="&amp;amp;variable_#byval1_#byval2_" imagefmt=png;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;class x f1 f2;&lt;BR /&gt;&amp;amp;variable=x;&lt;BR /&gt;random f1 f2(f1);
lsmeans x/cl adjust=dunnett diff = control("mycontrol") plot = controlplot;&lt;BR /&gt;ods output LSMeans=lsmeans_&amp;amp;variable&lt;BR /&gt;Diffs=diffs_&amp;amp;variable;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE class=""&gt;&lt;SPAN class=""&gt;At the moment I can't differentiate meanplot from controlplot other than by the outpot index &lt;BR /&gt;but for now this works for me. I close the thread. Thank you&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 10 May 2023 19:04:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/customize-output-names-in-proc-glimmix-plots/m-p/875057#M82722</guid>
      <dc:creator>jfgiraldo</dc:creator>
      <dc:date>2023-05-10T19:04:18Z</dc:date>
    </item>
  </channel>
</rss>

