<?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: Getting the regression equation for a Poisson regression model in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Getting-the-regression-equation-for-a-Poisson-regression-model/m-p/639513#M30602</link>
    <description>&lt;P&gt;It is going to be a bit messy because of the two splines, but all of the information you need is provided in the SOLUTION section of the output.&amp;nbsp; If it isn't apparent how the regression equation, with parameter estimates follows, then post the pertinent section and we should be able to figure it out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there any chance the reviewer was asking for the form of the equation, without the parameter estimates, but as a vector or long-hand equation?&lt;/P&gt;</description>
    <pubDate>Mon, 13 Apr 2020 16:25:02 GMT</pubDate>
    <dc:creator>SteveDenham</dc:creator>
    <dc:date>2020-04-13T16:25:02Z</dc:date>
    <item>
      <title>Getting the regression equation for a Poisson regression model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Getting-the-regression-equation-for-a-Poisson-regression-model/m-p/639224#M30590</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;I have an unusual request from a paper reviewer who wanted to see 'the poisson model equation' generated by our model.&lt;/P&gt;
&lt;P&gt;The code I used to construct the model is&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc glimmix data=have;
class disease sex;
effect yearspline=spline(year / naturalcubic knotmethod=equal(5));
effect agespline=spline(age / naturalcubic knotmethod=equal(5));
model events=disease sex agespline yearspline / dist=poisson offset=logtime s cl link=log; &lt;BR /&gt;run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Now I dont really know how to write the regression equation based on the output generated from the code above, the output includes estimates for disease group (4 levels) as well as the year and age spline (5 levels each).&lt;/P&gt;
&lt;P&gt;Could anyone please direct and help me?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Apr 2020 22:58:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Getting-the-regression-equation-for-a-Poisson-regression-model/m-p/639224#M30590</guid>
      <dc:creator>ammarhm</dc:creator>
      <dc:date>2020-04-11T22:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the regression equation for a Poisson regression model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Getting-the-regression-equation-for-a-Poisson-regression-model/m-p/639513#M30602</link>
      <description>&lt;P&gt;It is going to be a bit messy because of the two splines, but all of the information you need is provided in the SOLUTION section of the output.&amp;nbsp; If it isn't apparent how the regression equation, with parameter estimates follows, then post the pertinent section and we should be able to figure it out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there any chance the reviewer was asking for the form of the equation, without the parameter estimates, but as a vector or long-hand equation?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2020 16:25:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Getting-the-regression-equation-for-a-Poisson-regression-model/m-p/639513#M30602</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2020-04-13T16:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the regression equation for a Poisson regression model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Getting-the-regression-equation-for-a-Poisson-regression-model/m-p/639784#M30605</link>
      <description>&lt;P&gt;I wrote an article that might help you to state&lt;A href="https://blogs.sas.com/content/iml/2019/10/16/visualize-regression-splines.html" target="_self"&gt; how the parameter estimates in the spline model relate to the original variables.&amp;nbsp;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2020 14:41:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Getting-the-regression-equation-for-a-Poisson-regression-model/m-p/639784#M30605</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2020-04-14T14:41:08Z</dc:date>
    </item>
  </channel>
</rss>

