<?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 Saving generated splines in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Saving-generated-splines/m-p/408766#M21308</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I save the spline "spl" generated by code below? (Line three)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods select ANOVA ParameterEstimates SplineKnots;&lt;BR /&gt;proc glmselect data=sashelp.cars;&lt;BR /&gt;effect spl = spline(weight / details naturalcubic basis=tpf(noint)&lt;BR /&gt;knotmethod=percentiles(5) );&lt;BR /&gt;model mpg_city = spl / selection=none; /* fit model by using spline effects */&lt;BR /&gt;output out=SplineOut predicted=Fit; /* output predicted values for graphing */&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Fatemeh&lt;/P&gt;</description>
    <pubDate>Mon, 30 Oct 2017 16:10:45 GMT</pubDate>
    <dc:creator>fatemehkp</dc:creator>
    <dc:date>2017-10-30T16:10:45Z</dc:date>
    <item>
      <title>Saving generated splines</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Saving-generated-splines/m-p/408766#M21308</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I save the spline "spl" generated by code below? (Line three)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods select ANOVA ParameterEstimates SplineKnots;&lt;BR /&gt;proc glmselect data=sashelp.cars;&lt;BR /&gt;effect spl = spline(weight / details naturalcubic basis=tpf(noint)&lt;BR /&gt;knotmethod=percentiles(5) );&lt;BR /&gt;model mpg_city = spl / selection=none; /* fit model by using spline effects */&lt;BR /&gt;output out=SplineOut predicted=Fit; /* output predicted values for graphing */&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Fatemeh&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2017 16:10:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Saving-generated-splines/m-p/408766#M21308</guid>
      <dc:creator>fatemehkp</dc:creator>
      <dc:date>2017-10-30T16:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Saving generated splines</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Saving-generated-splines/m-p/408773#M21309</link>
      <description>&lt;P&gt;Use the OUTDESIGN= option on the PROC GLMSELECT statement. For details and an example, see the section&amp;nbsp;"Write the spline basis functions to a SAS data set" in the article &lt;A href="https://blogs.sas.com/content/iml/2017/04/19/restricted-cubic-splines-sas.html" target="_self"&gt;"Regression with restricted cubic splines in SAS"&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Oct 2017 16:12:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Saving-generated-splines/m-p/408773#M21309</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-10-30T16:12:49Z</dc:date>
    </item>
  </channel>
</rss>

