<?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 plm yaxis range in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/proc-plm-yaxis-range/m-p/858309#M42419</link>
    <description>&lt;P&gt;You are so right. I had looked at it, and thought it was not there, but I was looking at a wrong link and not the official SAS documentation.&lt;/P&gt;&lt;P&gt;I add it here, so that it may be useful for others who are searching for the same.&lt;/P&gt;&lt;P&gt;Thanks &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;proc plm source=forgi;                 
effectplot slicefit(x=policy sliceby=identification=-1 1)/ clm yrange=(1,5); &lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 10 Feb 2023 17:03:13 GMT</pubDate>
    <dc:creator>emaneman</dc:creator>
    <dc:date>2023-02-10T17:03:13Z</dc:date>
    <item>
      <title>proc plm yaxis range</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-plm-yaxis-range/m-p/858301#M42417</link>
      <description>&lt;P&gt;Dear community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to display the results of a GLM model where an interaction between two continuous predictors emerge. I store the results&amp;nbsp;and use PROC PLM with EFFECT PLOT. Syntax attached. I need to modify the range of the yaxis, though, and I cannot find a way to do it. Specifically, I need the range to be between 1 and 5.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea on how to do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;proc glm data=stanzato3;
model forgiveness= policy|identification|forgive1 /ss3;
estimate "effect of ident at low policy"    identification 1 policy*identification -1 ;
estimate "effect of ident at hig policy"    identification 1 policy*identification  1 ;

estimate "effect of policy at low id"    policy 1 		policy*identification -1 ;
estimate "effect of policy at hig id"    policy 1 		policy*identification  1 ;

store forgi;

proc plm source=forgi;                 
effectplot slicefit(x=policy sliceby=identification=-1 1)/ clm ; &lt;/PRE&gt;</description>
      <pubDate>Fri, 10 Feb 2023 16:47:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-plm-yaxis-range/m-p/858301#M42417</guid>
      <dc:creator>emaneman</dc:creator>
      <dc:date>2023-02-10T16:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: proc plm yaxis range</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-plm-yaxis-range/m-p/858304#M42418</link>
      <description>&lt;P&gt;This is a question that can be answered very easily by consulting the &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/statug/statug_introcom_sect027.htm" target="_self"&gt;EFFECTPLOT documentation&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 16:53:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-plm-yaxis-range/m-p/858304#M42418</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-02-10T16:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: proc plm yaxis range</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-plm-yaxis-range/m-p/858309#M42419</link>
      <description>&lt;P&gt;You are so right. I had looked at it, and thought it was not there, but I was looking at a wrong link and not the official SAS documentation.&lt;/P&gt;&lt;P&gt;I add it here, so that it may be useful for others who are searching for the same.&lt;/P&gt;&lt;P&gt;Thanks &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;proc plm source=forgi;                 
effectplot slicefit(x=policy sliceby=identification=-1 1)/ clm yrange=(1,5); &lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 10 Feb 2023 17:03:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-plm-yaxis-range/m-p/858309#M42419</guid>
      <dc:creator>emaneman</dc:creator>
      <dc:date>2023-02-10T17:03:13Z</dc:date>
    </item>
  </channel>
</rss>

