<?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: nonlinear regression in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/nonlinear-regression/m-p/679271#M32674</link>
    <description>&lt;P&gt;However, &lt;EM&gt;proc nlin&lt;/EM&gt; is parametric, vs. &lt;EM&gt;proc adaptivereg&lt;/EM&gt; is non-parametric. It is good to know about &lt;EM&gt;proc adaptivereg&lt;/EM&gt;, but the results of &lt;EM&gt;proc nlin&lt;/EM&gt; may be more interpretable.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Aug 2020 19:30:53 GMT</pubDate>
    <dc:creator>pink_poodle</dc:creator>
    <dc:date>2020-08-25T19:30:53Z</dc:date>
    <item>
      <title>nonlinear regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/nonlinear-regression/m-p/679157#M32663</link>
      <description>&lt;P&gt;I have multiple predictors and a continuous outcome. I want to do a nonlinear regression, not sure about model parameters. What approach/procedure should I use? Could you please provide good SAS example code?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 14:27:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/nonlinear-regression/m-p/679157#M32663</guid>
      <dc:creator>pink_poodle</dc:creator>
      <dc:date>2020-08-25T14:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: nonlinear regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/nonlinear-regression/m-p/679172#M32664</link>
      <description>&lt;P&gt;There are many examples in the PROC NLIN documentation.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetVersion=14.2&amp;amp;docsetTarget=statug_nlin_examples.htm&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=statug&amp;amp;docsetVersion=14.2&amp;amp;docsetTarget=statug_nlin_examples.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 14:55:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/nonlinear-regression/m-p/679172#M32664</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-08-25T14:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: nonlinear regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/nonlinear-regression/m-p/679175#M32665</link>
      <description>Yes, I looked through them. They fit exponential functions. How do they&lt;BR /&gt;know what to fit? I would like SAS to determine the best-fitting curve.&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Aug 2020 15:03:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/nonlinear-regression/m-p/679175#M32665</guid>
      <dc:creator>pink_poodle</dc:creator>
      <dc:date>2020-08-25T15:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: nonlinear regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/nonlinear-regression/m-p/679176#M32666</link>
      <description>&lt;P&gt;"Best fitting curve" can mean a lot of different things. Without a much more detailed description of the problem you have, no one can give you a detailed answer.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;And just because the examples are exponential, the same methods can be used on other non-linear models.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 15:10:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/nonlinear-regression/m-p/679176#M32666</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-08-25T15:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: nonlinear regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/nonlinear-regression/m-p/679183#M32667</link>
      <description>Thank you! I would like SAS to determine the equation of the closest&lt;BR /&gt;fitting curve. Is there a separate procedure for that? Then i can provide&lt;BR /&gt;this equation to proc nlin. There are multiple predictors and the outcome&lt;BR /&gt;is a normally distributed continuous variable.&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Aug 2020 15:26:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/nonlinear-regression/m-p/679183#M32667</guid>
      <dc:creator>pink_poodle</dc:creator>
      <dc:date>2020-08-25T15:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: nonlinear regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/nonlinear-regression/m-p/679207#M32669</link>
      <description>&lt;P&gt;Since you don't care for any particular function (or set of functions) I would suggest that you try &lt;STRONG&gt;proc adaptivereg&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetVersion=14.3&amp;amp;docsetTarget=statug_adaptivereg_overview.htm&amp;amp;locale=en" target="_self"&gt;https://documentation.sas.com/?docsetId=statug&amp;amp;docsetVersion=14.3&amp;amp;docsetTarget=statug_adaptivereg_overview.htm&amp;amp;locale=en&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it does (almost) everything for you.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 17:01:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/nonlinear-regression/m-p/679207#M32669</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2020-08-25T17:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: nonlinear regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/nonlinear-regression/m-p/679209#M32670</link>
      <description>&lt;P&gt;Another option is to use PROC TRANSREG, there are many different types of spline fits in there.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 17:09:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/nonlinear-regression/m-p/679209#M32670</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-08-25T17:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: nonlinear regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/nonlinear-regression/m-p/679271#M32674</link>
      <description>&lt;P&gt;However, &lt;EM&gt;proc nlin&lt;/EM&gt; is parametric, vs. &lt;EM&gt;proc adaptivereg&lt;/EM&gt; is non-parametric. It is good to know about &lt;EM&gt;proc adaptivereg&lt;/EM&gt;, but the results of &lt;EM&gt;proc nlin&lt;/EM&gt; may be more interpretable.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 19:30:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/nonlinear-regression/m-p/679271#M32674</guid>
      <dc:creator>pink_poodle</dc:creator>
      <dc:date>2020-08-25T19:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: nonlinear regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/nonlinear-regression/m-p/679443#M32686</link>
      <description>&lt;P&gt;Here is the issue:&amp;nbsp; There are an infinite number of possible non-linear curves.&amp;nbsp; Some will have interpretable coefficients, some may not.&amp;nbsp; You need to define a family of possible curves that have some sort of meaning for the data and the process that generates them. Then I would suggest using NLMIXED to fit each of these to exactly the same data, and collecting the AIC values, and selecting the model with the minimum AIC.&amp;nbsp; This preserves the most information in the data.&amp;nbsp; In most cases, this is the "best-fitting" model, plus you already have the output you need.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2020 13:10:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/nonlinear-regression/m-p/679443#M32686</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2020-08-26T13:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: nonlinear regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/nonlinear-regression/m-p/679445#M32687</link>
      <description>&lt;P&gt;Also try EFFECT statement in many PROC ,like proc glm ......&lt;/P&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt;&amp;nbsp; wrote a couple of blog about this topic .&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2020 13:12:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/nonlinear-regression/m-p/679445#M32687</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2020-08-26T13:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: nonlinear regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/nonlinear-regression/m-p/679462#M32688</link>
      <description>&lt;P&gt;Thank you very much for helpful suggestions!&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15363"&gt;@SteveDenham&lt;/a&gt;&amp;nbsp;, about NLMIXED, maybe I can use Poisson regression described here for my continuous outcome variable?:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://stats.idre.ucla.edu/sas/faq/how-can-i-run-simple-linear-and-nonlinear-models-using-nlmixed/" target="_blank" rel="noopener"&gt;https://stats.idre.ucla.edu/sas/faq/how-can-i-run-simple-linear-and-nonlinear-models-using-nlmixed/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Do you know why they set all parameters to zero in the code?:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc nlmixed data='D:datahsbdemo.sas7bdat';
  parms b0=0 b1=0 b2=0;
  xb=b0+b1*read+b2*female;
  mu = exp(xb);
  model awards ~ poisson(mu);
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 26 Aug 2020 13:40:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/nonlinear-regression/m-p/679462#M32688</guid>
      <dc:creator>pink_poodle</dc:creator>
      <dc:date>2020-08-26T13:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: nonlinear regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/nonlinear-regression/m-p/679512#M32691</link>
      <description>&lt;P&gt;The values in the PARMS statement are starting values for the function.&amp;nbsp; The maximum likelihood algorithm updates these until the convergence criterion is met.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now if you only want to do Poisson regression, there are other PROCs already geared for that - GENMOD and GLIMMIX come to mind, depending on whether you have random effects (GLIMMIX) or not (GENMOD).&amp;nbsp; Other PROCs capable of this sort of regression are really not for a first voyage into Poisson regression (BGLIMM, HPGENSELECT, MCMC)&amp;nbsp; And that is just in SAS/STAT - there are more in SAS/ETS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SteveDenham&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2020 14:58:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/nonlinear-regression/m-p/679512#M32691</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2020-08-26T14:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: nonlinear regression</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/nonlinear-regression/m-p/679527#M32692</link>
      <description>Thank you for a helpful reply! I will use GENMOD for Poisson regression.</description>
      <pubDate>Wed, 26 Aug 2020 15:24:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/nonlinear-regression/m-p/679527#M32692</guid>
      <dc:creator>pink_poodle</dc:creator>
      <dc:date>2020-08-26T15:24:18Z</dc:date>
    </item>
  </channel>
</rss>

