<?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: Proc logistic effect plot using GTL in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-logistic-effect-plot-using-GTL/m-p/926267#M364513</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/465585"&gt;@rs72&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I get log message as-&lt;/P&gt;
&lt;P&gt;"link Stat.Logistic.Graphics.EffectCont to Common.Zreg.Graphics.EffectCont;"&lt;/P&gt;
&lt;P&gt;can someone tell me what does this above log message means ?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;So you are trying to get the "source code" of the logistic regression effect(s) plot in&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;"&amp;amp;path/reg.txt"&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;but reg.txt is empty ... i.e. no code in it. Correct?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think you should open a Technical Support track in your country to address this. I don't know what that log message means.&lt;/P&gt;
&lt;P&gt;You can use the SAS Customer Service Portal (customer portal) for that.&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;The new customer experience is here &lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;By Kimberly May on SAS Users August 21, 2023&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/sgf/2023/08/21/the-new-customer-experience-is-here/" target="_blank"&gt;https://blogs.sas.com/content/sgf/2023/08/21/the-new-customer-experience-is-here/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Some general tips :&lt;/P&gt;
&lt;UL class="lia-list-style-type-square"&gt;
&lt;LI&gt;&lt;SPAN&gt;Unless you are determined to use PROC TEMPLATE, it would maybe be easier to save the graph's data (graph = effect plot) using ODS OUTPUT and produce the desired graph with PROC SGPLOT.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;The documentation for the EFFECTPLOT statement shows the graph names in this section:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;ODS Graphics: EFFECTPLOT Statement&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_introcom_sect029.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_introcom_sect029.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Please see the following usage note which addresses how you can modify an ODS graph or save its data and reproduce it in the desired form:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;A href="http://support.sas.com/kb/24529" target="new"&gt;http://support.sas.com/kb/24529&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;The answers to many questions can be found in the Samples and SAS Notes in our searchable knowledgebase,&amp;nbsp;&lt;A href="http://support.sas.com/notes" target="new"&gt;http://support.sas.com/notes&lt;/A&gt;.&amp;nbsp;&amp;nbsp;You can use the search engine there to find the answers you need.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;BR, Koen&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 29 Apr 2024 09:36:46 GMT</pubDate>
    <dc:creator>sbxkoenk</dc:creator>
    <dc:date>2024-04-29T09:36:46Z</dc:date>
    <item>
      <title>Proc logistic effect plot using GTL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-logistic-effect-plot-using-GTL/m-p/926220#M364495</link>
      <description>&lt;P&gt;hello ,&lt;BR /&gt;I am trying to use graph template use by Proc Logistics / effectplot , so that I can modify the graph template for some changes&lt;BR /&gt;like Y axis label . But when I use this below code&lt;/P&gt;&lt;PRE&gt;proc template;
source Stat.Logistic.Graphics.EffectCont/ file="&amp;amp;path/reg.txt";
run;&lt;/PRE&gt;&lt;P&gt;I get log message as-&lt;/P&gt;&lt;P&gt;"link Stat.Logistic.Graphics.EffectCont to Common.Zreg.Graphics.EffectCont;"&lt;/P&gt;&lt;P&gt;can someone tell me what does this above log message means ?&lt;/P&gt;</description>
      <pubDate>Sun, 28 Apr 2024 17:52:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-logistic-effect-plot-using-GTL/m-p/926220#M364495</guid>
      <dc:creator>rs72</dc:creator>
      <dc:date>2024-04-28T17:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: Proc logistic effect plot using GTL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-logistic-effect-plot-using-GTL/m-p/926267#M364513</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/465585"&gt;@rs72&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I get log message as-&lt;/P&gt;
&lt;P&gt;"link Stat.Logistic.Graphics.EffectCont to Common.Zreg.Graphics.EffectCont;"&lt;/P&gt;
&lt;P&gt;can someone tell me what does this above log message means ?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;So you are trying to get the "source code" of the logistic regression effect(s) plot in&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;"&amp;amp;path/reg.txt"&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;but reg.txt is empty ... i.e. no code in it. Correct?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think you should open a Technical Support track in your country to address this. I don't know what that log message means.&lt;/P&gt;
&lt;P&gt;You can use the SAS Customer Service Portal (customer portal) for that.&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;The new customer experience is here &lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;By Kimberly May on SAS Users August 21, 2023&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/sgf/2023/08/21/the-new-customer-experience-is-here/" target="_blank"&gt;https://blogs.sas.com/content/sgf/2023/08/21/the-new-customer-experience-is-here/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Some general tips :&lt;/P&gt;
&lt;UL class="lia-list-style-type-square"&gt;
&lt;LI&gt;&lt;SPAN&gt;Unless you are determined to use PROC TEMPLATE, it would maybe be easier to save the graph's data (graph = effect plot) using ODS OUTPUT and produce the desired graph with PROC SGPLOT.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;The documentation for the EFFECTPLOT statement shows the graph names in this section:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;ODS Graphics: EFFECTPLOT Statement&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_introcom_sect029.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_introcom_sect029.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Please see the following usage note which addresses how you can modify an ODS graph or save its data and reproduce it in the desired form:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;A href="http://support.sas.com/kb/24529" target="new"&gt;http://support.sas.com/kb/24529&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;The answers to many questions can be found in the Samples and SAS Notes in our searchable knowledgebase,&amp;nbsp;&lt;A href="http://support.sas.com/notes" target="new"&gt;http://support.sas.com/notes&lt;/A&gt;.&amp;nbsp;&amp;nbsp;You can use the search engine there to find the answers you need.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;BR, Koen&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 09:36:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-logistic-effect-plot-using-GTL/m-p/926267#M364513</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2024-04-29T09:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Proc logistic effect plot using GTL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-logistic-effect-plot-using-GTL/m-p/926513#M364600</link>
      <description>&lt;P&gt;Thanks Koen ,&lt;/P&gt;&lt;P&gt;yes&amp;nbsp;&lt;SPAN&gt;reg.txt is empty ... i.e. no code in it.&amp;nbsp; I have submitted query to SAS technical support .&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;and I am creating graph by&amp;nbsp; PROC SGPLOT .&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 18:10:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-logistic-effect-plot-using-GTL/m-p/926513#M364600</guid>
      <dc:creator>rs72</dc:creator>
      <dc:date>2024-04-30T18:10:35Z</dc:date>
    </item>
  </channel>
</rss>

