<?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: Predicting values using nonlinear regression in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Predicting-values-using-nonlinear-regression/m-p/708822#M217872</link>
    <description>&lt;P&gt;Are you using PROC NLIN?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If so, the &lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_nlin_syntax11.htm&amp;amp;locale=en" target="_self"&gt;OUTPUT&lt;/A&gt; statement gives you predicted values for any row in the data set which has all non-missing X variables, whether or not Y is missing.&lt;/P&gt;</description>
    <pubDate>Wed, 30 Dec 2020 22:49:48 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2020-12-30T22:49:48Z</dc:date>
    <item>
      <title>Predicting values using nonlinear regression</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Predicting-values-using-nonlinear-regression/m-p/708797#M217868</link>
      <description>&lt;P&gt;Hi all. Most of the observations in my large data set have non-missing values for both X and Y, but some are missing Y values.&amp;nbsp;I am looking to predict values for Y using values from X. X may predict Y in a nonlinear fashion. While the end goal is to predict Y for those missing it, I would like to also predict Y for the whole population.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is easy to do with a linear regression - just plug in the formula generated by regressing X on Y to those missing Y. However, how do I do this using some kind of nonlinear regression or splines? Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 30 Dec 2020 20:26:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Predicting-values-using-nonlinear-regression/m-p/708797#M217868</guid>
      <dc:creator>kpberger</dc:creator>
      <dc:date>2020-12-30T20:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Predicting values using nonlinear regression</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Predicting-values-using-nonlinear-regression/m-p/708822#M217872</link>
      <description>&lt;P&gt;Are you using PROC NLIN?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If so, the &lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_nlin_syntax11.htm&amp;amp;locale=en" target="_self"&gt;OUTPUT&lt;/A&gt; statement gives you predicted values for any row in the data set which has all non-missing X variables, whether or not Y is missing.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Dec 2020 22:49:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Predicting-values-using-nonlinear-regression/m-p/708822#M217872</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-12-30T22:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: Predicting values using nonlinear regression</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Predicting-values-using-nonlinear-regression/m-p/709349#M218107</link>
      <description>&lt;P&gt;Hello. I actually ended up using proc glmselect to fit a model with splines per this blog post:&amp;nbsp;&lt;A href="https://blogs.sas.com/content/iml/2017/04/19/restricted-cubic-splines-sas.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2017/04/19/restricted-cubic-splines-sas.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It outputs a data set that has the predicted values.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2021 00:20:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Predicting-values-using-nonlinear-regression/m-p/709349#M218107</guid>
      <dc:creator>kpberger</dc:creator>
      <dc:date>2021-01-05T00:20:09Z</dc:date>
    </item>
  </channel>
</rss>

