<?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 How to estimate the parameters for nonlinear function? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-estimate-the-parameters-for-nonlinear-function/m-p/85603#M4171</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to fit my data with the function as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;y=a*exp(b*x1)+c*x2+d*x3+e*x4&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;x1,x2&lt;/STRONG&gt; are continoues preditc variables,and &lt;STRONG&gt;x3,x4&lt;/STRONG&gt; are catogory preditc variables. &lt;STRONG&gt;a,b,c,d,e&lt;/STRONG&gt; are paramters which need to be estimated.&lt;/P&gt;&lt;P&gt;Which procedure will work? proc nlin works for catogory preditc variables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tomi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Mar 2013 13:10:53 GMT</pubDate>
    <dc:creator>TomiKong</dc:creator>
    <dc:date>2013-03-22T13:10:53Z</dc:date>
    <item>
      <title>How to estimate the parameters for nonlinear function?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-estimate-the-parameters-for-nonlinear-function/m-p/85603#M4171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to fit my data with the function as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;y=a*exp(b*x1)+c*x2+d*x3+e*x4&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;x1,x2&lt;/STRONG&gt; are continoues preditc variables,and &lt;STRONG&gt;x3,x4&lt;/STRONG&gt; are catogory preditc variables. &lt;STRONG&gt;a,b,c,d,e&lt;/STRONG&gt; are paramters which need to be estimated.&lt;/P&gt;&lt;P&gt;Which procedure will work? proc nlin works for catogory preditc variables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tomi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2013 13:10:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-estimate-the-parameters-for-nonlinear-function/m-p/85603#M4171</guid>
      <dc:creator>TomiKong</dc:creator>
      <dc:date>2013-03-22T13:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to estimate the parameters for nonlinear function?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-estimate-the-parameters-for-nonlinear-function/m-p/85604#M4172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have x3 and x4 coded as categorical, then you should be ready to use PROC NLIN.&amp;nbsp; If they have not yet been coded, you will probably want to run your data through PROC GLMMOD to automatically convert categorical variables to the coded form needed for regression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2013 13:19:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-estimate-the-parameters-for-nonlinear-function/m-p/85604#M4172</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-03-22T13:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to estimate the parameters for nonlinear function?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-estimate-the-parameters-for-nonlinear-function/m-p/85605#M4173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Steve.&lt;/P&gt;&lt;P&gt;I'm supposed to create dummy variables for all catogary data first and then use PROC NLIN to do regreesion, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tomi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2013 17:07:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-estimate-the-parameters-for-nonlinear-function/m-p/85605#M4173</guid>
      <dc:creator>TomiKong</dc:creator>
      <dc:date>2013-03-22T17:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to estimate the parameters for nonlinear function?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-estimate-the-parameters-for-nonlinear-function/m-p/85606#M4174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you need dummy variables. If X3 has three levels, then you need two dummy variables. Using GLM-type parametrization, you would need X3_1 (where X3_1 = 1 if X3 is at level &lt;STRONG&gt;1&lt;/STRONG&gt;, 0 otherwise) and X3_2 (where X3_2 = 1 if X3 is at level &lt;STRONG&gt;2&lt;/STRONG&gt;, and 0 otherwise). Same for X4. This means you could have many parameters to estimate and interpret with proc nlin or proc nlmixed. It can get tricky.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2013 20:34:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-estimate-the-parameters-for-nonlinear-function/m-p/85606#M4174</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2013-03-22T20:34:52Z</dc:date>
    </item>
  </channel>
</rss>

