<?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: How to do forecast using Proc Transreg (pspline option)? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-do-forecast-using-Proc-Transreg-pspline-option/m-p/493070#M25578</link>
    <description>&lt;P&gt;You can put multiple variable names inside the PSPLINE transformation:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc transreg data=sashelp.cars(where=(Type^="Hybrid")) plots=all;
model identity(mpg_city) = pspline(Horsepower Wheelbase / nknots=1);
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 06 Sep 2018 15:27:48 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2018-09-06T15:27:48Z</dc:date>
    <item>
      <title>How to do forecast using Proc Transreg (pspline option)?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-do-forecast-using-Proc-Transreg-pspline-option/m-p/492911#M25572</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to use two-dimensional p-spline method to forecast death rates for next year. How can I do it using Proc Transreg procedure in SAS?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 08:29:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-do-forecast-using-Proc-Transreg-pspline-option/m-p/492911#M25572</guid>
      <dc:creator>viollete</dc:creator>
      <dc:date>2018-09-06T08:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to do forecast using Proc Transreg (pspline option)?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-do-forecast-using-Proc-Transreg-pspline-option/m-p/493070#M25578</link>
      <description>&lt;P&gt;You can put multiple variable names inside the PSPLINE transformation:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc transreg data=sashelp.cars(where=(Type^="Hybrid")) plots=all;
model identity(mpg_city) = pspline(Horsepower Wheelbase / nknots=1);
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 06 Sep 2018 15:27:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-do-forecast-using-Proc-Transreg-pspline-option/m-p/493070#M25578</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2018-09-06T15:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to do forecast using Proc Transreg (pspline option)?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-do-forecast-using-Proc-Transreg-pspline-option/m-p/493076#M25579</link>
      <description>&lt;P&gt;I'm wondering if it is really valid to use a spline to do a forecast. A forecast seems like extrapolation to me, and I doubt that a spline does a good job at that.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 15:40:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-do-forecast-using-Proc-Transreg-pspline-option/m-p/493076#M25579</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2018-09-06T15:40:18Z</dc:date>
    </item>
  </channel>
</rss>

