<?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 need SAS commands to compare regression slopes,  for the following data set, in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/need-SAS-commands-to-compare-regression-slopes-for-the-following/m-p/363162#M19087</link>
    <description>&lt;PRE&gt;Hi&lt;BR /&gt;I need SAS commands to compare regression slopes, &amp;nbsp;for the following data set,&lt;BR /&gt;most apprericated any help...&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Options S = 40 LS = 78 NODATE center;&lt;BR /&gt;Data Comp;&lt;BR /&gt;Input Year $ Y X @@;&lt;BR /&gt;Cards;&lt;BR /&gt;1YR   3.8   4.5  2YR   6.8   4.5&lt;BR /&gt;1YR   6.2   7.5  2YR  15.2  16.5&lt;BR /&gt;1YR   7.2   9.5  2YR   8.5   8.0&lt;BR /&gt;1YR   8.7  10.5  2YR   9.1   9.5&lt;BR /&gt;1YR  10.2  13.0  2YR  12.0  11.5&lt;BR /&gt;1YR  13.5  16.0  2YR  12.6  13.0&lt;BR /&gt;                 2YR  13.3  14.0&lt;BR /&gt;;&lt;BR /&gt;Regards&lt;BR /&gt;Javad&lt;/PRE&gt;</description>
    <pubDate>Wed, 31 May 2017 17:18:01 GMT</pubDate>
    <dc:creator>shaterian</dc:creator>
    <dc:date>2017-05-31T17:18:01Z</dc:date>
    <item>
      <title>need SAS commands to compare regression slopes,  for the following data set,</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/need-SAS-commands-to-compare-regression-slopes-for-the-following/m-p/363162#M19087</link>
      <description>&lt;PRE&gt;Hi&lt;BR /&gt;I need SAS commands to compare regression slopes, &amp;nbsp;for the following data set,&lt;BR /&gt;most apprericated any help...&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Options S = 40 LS = 78 NODATE center;&lt;BR /&gt;Data Comp;&lt;BR /&gt;Input Year $ Y X @@;&lt;BR /&gt;Cards;&lt;BR /&gt;1YR   3.8   4.5  2YR   6.8   4.5&lt;BR /&gt;1YR   6.2   7.5  2YR  15.2  16.5&lt;BR /&gt;1YR   7.2   9.5  2YR   8.5   8.0&lt;BR /&gt;1YR   8.7  10.5  2YR   9.1   9.5&lt;BR /&gt;1YR  10.2  13.0  2YR  12.0  11.5&lt;BR /&gt;1YR  13.5  16.0  2YR  12.6  13.0&lt;BR /&gt;                 2YR  13.3  14.0&lt;BR /&gt;;&lt;BR /&gt;Regards&lt;BR /&gt;Javad&lt;/PRE&gt;</description>
      <pubDate>Wed, 31 May 2017 17:18:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/need-SAS-commands-to-compare-regression-slopes-for-the-following/m-p/363162#M19087</guid>
      <dc:creator>shaterian</dc:creator>
      <dc:date>2017-05-31T17:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: need SAS commands to compare regression slopes,  for the following data set,</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/need-SAS-commands-to-compare-regression-slopes-for-the-following/m-p/363170#M19088</link>
      <description>&lt;P&gt;I assume you want a model like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc glm data=Comp;
class Year;
model Y = X | Year / solution;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and then look at the parameter estimates. The estimate for X gives the baseline estimate (for Year=2Yr) and the estimate of the interaction term (X*(Year=1Yr) gives the incremental increase in for the Year=1Yr group.&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2017 17:41:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/need-SAS-commands-to-compare-regression-slopes-for-the-following/m-p/363170#M19088</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-05-31T17:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: need SAS commands to compare regression slopes,  for the following data set,</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/need-SAS-commands-to-compare-regression-slopes-for-the-following/m-p/363212#M19089</link>
      <description>&lt;P&gt;Mr Rick&lt;/P&gt;&lt;P&gt;Thanks a lot, for the commands,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I guess I am almost close to the comparsion but not yet though.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got estimates for different years, but NOT being compared&amp;nbsp;&lt;/P&gt;&lt;P&gt;There letter B in separate columb, it seem there are non-formality implied there?&lt;/P&gt;&lt;P&gt;&amp;nbsp; Source DF Type I SS Mean Square F Value Pr&amp;nbsp;&amp;gt;&amp;nbsp;F X Year X*Year&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;118.6625502&lt;/TD&gt;&lt;TD&gt;118.6625502&lt;/TD&gt;&lt;TD&gt;493.32&lt;/TD&gt;&lt;TD&gt;&amp;lt;.0001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;14.8438739&lt;/TD&gt;&lt;TD&gt;14.8438739&lt;/TD&gt;&lt;TD&gt;61.71&lt;/TD&gt;&lt;TD&gt;&amp;lt;.0001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;0.3717842&lt;/TD&gt;&lt;TD&gt;0.3717842&lt;/TD&gt;&lt;TD&gt;1.55&lt;/TD&gt;&lt;TD&gt;0.2452&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp; Source DF Type III SS Mean Square F Value Pr&amp;nbsp;&amp;gt;&amp;nbsp;F X Year X*Year&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;108.3875717&lt;/TD&gt;&lt;TD&gt;108.3875717&lt;/TD&gt;&lt;TD&gt;450.60&lt;/TD&gt;&lt;TD&gt;&amp;lt;.0001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;3.4568736&lt;/TD&gt;&lt;TD&gt;3.4568736&lt;/TD&gt;&lt;TD&gt;14.37&lt;/TD&gt;&lt;TD&gt;0.0043&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;0.3717842&lt;/TD&gt;&lt;TD&gt;0.3717842&lt;/TD&gt;&lt;TD&gt;1.55&lt;/TD&gt;&lt;TD&gt;0.2452&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp; Parameter Estimate &amp;nbsp; Standard&lt;BR /&gt;Error t&amp;nbsp;Value Pr&amp;nbsp;&amp;gt;&amp;nbsp;|t| Intercept X Year 1YR Year 2YR X*Year 1YR X*Year 2YR&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;2.980191458&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;0.57828994&lt;/TD&gt;&lt;TD&gt;5.15&lt;/TD&gt;&lt;TD&gt;0.0006&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;0.735567010&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;0.04979763&lt;/TD&gt;&lt;TD&gt;14.77&lt;/TD&gt;&lt;TD&gt;&amp;lt;.0001&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;-3.122248485&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;0.82360741&lt;/TD&gt;&lt;TD&gt;-3.79&lt;/TD&gt;&lt;TD&gt;0.0043&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;0.000000000&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;.&lt;/TD&gt;&lt;TD&gt;.&lt;/TD&gt;&lt;TD&gt;.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;0.091520566&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;0.07361525&lt;/TD&gt;&lt;TD&gt;1.24&lt;/TD&gt;&lt;TD&gt;0.2452&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;0.000000000&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;.&lt;/TD&gt;&lt;TD&gt;.&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;looking at a&amp;nbsp;similar question, I found the following commands but not working as it is: what do you think ?&lt;/P&gt;&lt;P&gt;ROC REG;&lt;BR /&gt;Model Y = X test b=the slope of model A ;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2017 20:29:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/need-SAS-commands-to-compare-regression-slopes-for-the-following/m-p/363212#M19089</guid>
      <dc:creator>shaterian</dc:creator>
      <dc:date>2017-05-31T20:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: need SAS commands to compare regression slopes,  for the following data set,</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/need-SAS-commands-to-compare-regression-slopes-for-the-following/m-p/363268#M19092</link>
      <description>&lt;P&gt;Sorry, I thought you wanted the values of the slopes. If you want to test whether the slopes are statistically different, you can do a hypothesis test, as described in &lt;A href="http://support.sas.com/kb/38/384.html" target="_self"&gt;this SAS Note.&lt;/A&gt;&amp;nbsp;For your data it would look like&lt;/P&gt;
&lt;P&gt;ESTIMATE '1Yr VS 2Yr' Year 1 -1;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, the "B" indicate the reference levels for the GLM parameterization. You can read about how to interpret the /SOLUTION output in the same SAS note.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2017 23:44:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/need-SAS-commands-to-compare-regression-slopes-for-the-following/m-p/363268#M19092</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-05-31T23:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: need SAS commands to compare regression slopes,  for the following data set,</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/need-SAS-commands-to-compare-regression-slopes-for-the-following/m-p/363280#M19093</link>
      <description>&lt;P&gt;Thanks once again,&amp;nbsp;&lt;/P&gt;&lt;P&gt;you are very helpful&lt;/P&gt;&lt;P&gt;great reminder of what I was doing years ago, with contrast and estimate&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Javad&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2017 01:13:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/need-SAS-commands-to-compare-regression-slopes-for-the-following/m-p/363280#M19093</guid>
      <dc:creator>shaterian</dc:creator>
      <dc:date>2017-06-01T01:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: need SAS commands to compare regression slopes,  for the following data set,</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/need-SAS-commands-to-compare-regression-slopes-for-the-following/m-p/363573#M19102</link>
      <description>&lt;P&gt;Hi Rick&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was wondering if I can use estimate or contrast slopes of two years ( B1 vs&amp;nbsp;B2) from regression lines, which are not titled in the data&lt;/P&gt;&lt;P&gt;any comment on these commands :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC REG;&lt;BR /&gt;Model Y = X &amp;nbsp;test b=the slope of model A ;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yi = B0 + B1x + µ&lt;/P&gt;&lt;P&gt;Yii = B0 + B2x + µ&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;'&lt;/SPAN&gt;&lt;SPAN&gt;B&lt;/SPAN&gt;&lt;SPAN&gt;1 &lt;/SPAN&gt;&lt;SPAN&gt;vs&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;B&lt;/SPAN&gt;&lt;SPAN&gt;2' ??&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Javad&lt;/SPAN&gt;&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;</description>
      <pubDate>Thu, 01 Jun 2017 19:25:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/need-SAS-commands-to-compare-regression-slopes-for-the-following/m-p/363573#M19102</guid>
      <dc:creator>shaterian</dc:creator>
      <dc:date>2017-06-01T19:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: need SAS commands to compare regression slopes,  for the following data set,</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/need-SAS-commands-to-compare-regression-slopes-for-the-following/m-p/363576#M19103</link>
      <description>&lt;P&gt;I don't understand why you are now using PROC REG. Perhaps this is a different&amp;nbsp;question. My guess is that you are asking for a hypothesis test to see if it is likely that a parameter estimate equals some value of the parameter. The TEST statement in PROC REG runs an F test for that hypothesis:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc reg data=sashelp.class plots=none;
   model weight = height;
   H4: test height=4;     /* F test for H0: b1=4 */
run;
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 01 Jun 2017 19:38:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/need-SAS-commands-to-compare-regression-slopes-for-the-following/m-p/363576#M19103</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-06-01T19:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: need SAS commands to compare regression slopes,  for the following data set,</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/need-SAS-commands-to-compare-regression-slopes-for-the-following/m-p/363588#M19104</link>
      <description>&lt;P&gt;I'm not sure that this is an answer to the original question, but...to obtain estimates of intercepts and slopes for both regressions (without algebra or ESTIMATE statements) and an easy way to test whether slopes are equal; plus testing slope equal to a particular value:&lt;/P&gt;
&lt;PRE&gt;/* Fit reparameterized ANCOVA model that directly provides estimates of intercepts and slopes.
   Note use of NOINT in combination with different fixed effects terms. */
proc glimmix data=comp;
 class year;
 model y = year x*year / noint solution;
 estimate "Slope comparison 1YR versus 2YR" x*year 1 -1;
 store out=comp_model;
 run;
/* Test hypotheses that a particular slope is equal to a particular value */
proc plm restore=comp_model;
 estimate "1YR slope= 0" x*year 1 / testvalue= 0; /* compare to solution output in model above */
 estimate "1YR slope= -3" x*year 1 / testvalue= -3;
 run;&lt;/PRE&gt;
&lt;P&gt;(I got the PLM tip from Kathleen Kiernan at SAS.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2017 20:27:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/need-SAS-commands-to-compare-regression-slopes-for-the-following/m-p/363588#M19104</guid>
      <dc:creator>sld</dc:creator>
      <dc:date>2017-06-01T20:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: need SAS commands to compare regression slopes,  for the following data set,</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/need-SAS-commands-to-compare-regression-slopes-for-the-following/m-p/364673#M19140</link>
      <description>&lt;P&gt;Many thanks to Rick and SLD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was wondering where I can find more info. on the&amp;nbsp;use of&amp;nbsp;Proc glimix and&amp;nbsp;&lt;/P&gt;&lt;P&gt;Proc plm restore comands&amp;nbsp;&lt;/P&gt;&lt;P&gt;I mean paricularity of their usages in experiment setting and analysis&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2017 18:32:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/need-SAS-commands-to-compare-regression-slopes-for-the-following/m-p/364673#M19140</guid>
      <dc:creator>shaterian</dc:creator>
      <dc:date>2017-06-06T18:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: need SAS commands to compare regression slopes,  for the following data set,</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/need-SAS-commands-to-compare-regression-slopes-for-the-following/m-p/364677#M19141</link>
      <description>&lt;P&gt;Here are some resource ideas:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. &lt;A href="http://www.lexjansen.com" target="_blank"&gt;www.lexjansen.com&lt;/A&gt; provides a fabulously easy way to search all of the SAS user group proceedings, including SGF. Try "plm" or "glimmix" in the search window.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2.&amp;nbsp;&lt;A title="SAS System for Mixed Models, 2nd ed" href="https://www.sas.com/store/books/categories/usage-and-reference/sas-for-mixed-models-second-edition/prodBK_59882_en.html" target="_self"&gt;https://www.sas.com/store/books/categories/usage-and-reference/sas-for-mixed-models-second-edition/prodBK_59882_en.html&lt;/A&gt;&amp;nbsp;uses MIXED primarily, but the concepts and usage can be extended to GLIMMIX. The 3rd ed &lt;A title="SAS for Mixed Models: An Introduction" href="http://support.sas.com/publishing/authors/stroup.html" target="_self"&gt;http://support.sas.com/publishing/authors/stroup.html&lt;/A&gt;&amp;nbsp;is due out later this year and will feature lots of GLIMMIX.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3.&amp;nbsp;&lt;A title="Generalized Linear Mixed Models" href="https://www.crcpress.com/Generalized-Linear-Mixed-Models-Modern-Concepts-Methods-and-Applications/Stroup/p/book/9781439815120" target="_self"&gt;https://www.crcpress.com/Generalized-Linear-Mixed-Models-Modern-Concepts-Methods-and-Applications/Stroup/p/book/9781439815120&lt;/A&gt;&amp;nbsp;by Walt Stroup&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;</description>
      <pubDate>Tue, 06 Jun 2017 18:49:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/need-SAS-commands-to-compare-regression-slopes-for-the-following/m-p/364677#M19141</guid>
      <dc:creator>sld</dc:creator>
      <dc:date>2017-06-06T18:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: need SAS commands to compare regression slopes,  for the following data set,</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/need-SAS-commands-to-compare-regression-slopes-for-the-following/m-p/364690#M19143</link>
      <description>&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;SLD&lt;/P&gt;&lt;P&gt;You are great ..&lt;/P&gt;&lt;P&gt;Javad&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2017 19:15:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/need-SAS-commands-to-compare-regression-slopes-for-the-following/m-p/364690#M19143</guid>
      <dc:creator>shaterian</dc:creator>
      <dc:date>2017-06-06T19:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: need SAS commands to compare regression slopes,  for the following data set,</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/need-SAS-commands-to-compare-regression-slopes-for-the-following/m-p/364693#M19144</link>
      <description>&lt;P&gt;You are welcome &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2017 19:18:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/need-SAS-commands-to-compare-regression-slopes-for-the-following/m-p/364693#M19144</guid>
      <dc:creator>sld</dc:creator>
      <dc:date>2017-06-06T19:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: need SAS commands to compare regression slopes,  for the following data set,</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/need-SAS-commands-to-compare-regression-slopes-for-the-following/m-p/889464#M44082</link>
      <description>Hi Rick, I know this is a very old post, but I think to test whether the slopes are statistically different in the context of this question, we need to do&lt;BR /&gt;ESTIMATE '1Yr VS 2Yr' X*Year 1 -1;&lt;BR /&gt;&lt;BR /&gt;Am I correct?</description>
      <pubDate>Wed, 16 Aug 2023 05:31:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/need-SAS-commands-to-compare-regression-slopes-for-the-following/m-p/889464#M44082</guid>
      <dc:creator>user20</dc:creator>
      <dc:date>2023-08-16T05:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: need SAS commands to compare regression slopes,  for the following data set,</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/need-SAS-commands-to-compare-regression-slopes-for-the-following/m-p/889479#M44084</link>
      <description>&lt;P&gt;Yes, this is a very old post, and I don't want to open it for further discussion. The thread discusses several different models and goals and also contains some mistakes. If you want to understand how to formulate an ESTIMATE statement, see&amp;nbsp;&lt;A href="http://support.sas.com/kb/38/384.html" target="_blank"&gt;http://support.sas.com/kb/38/384.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If you have questions that are not covered in the SAS KB article, feel free to open a new thread and post your code, model, and sample data.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2023 09:55:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/need-SAS-commands-to-compare-regression-slopes-for-the-following/m-p/889479#M44084</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2023-08-16T09:55:25Z</dc:date>
    </item>
  </channel>
</rss>

