<?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: Output from a SPLINE effect with DETAILS - how to interpret? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Output-from-a-SPLINE-effect-with-DETAILS-how-to-interpret/m-p/588529#M28807</link>
    <description>&lt;P&gt;My article on &lt;A href="https://blogs.sas.com/content/iml/2017/04/19/restricted-cubic-splines-sas.html" target="_self"&gt;"Regression with Cubic Splines"&lt;/A&gt; contains many references for splines and the EFFECT statement in SAS, including the doc and a SAS Usage Note.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Usage Note &lt;/SPAN&gt;&lt;I&gt;57975&lt;A href="http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a003121095.htm" target="_self"&gt;: &lt;/A&gt;&lt;/I&gt;&lt;A href="http://support.sas.com/kb/57/975.html" target="_self"&gt;&lt;SPAN&gt;Understanding splines in the EFFECT statement&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_introcom_sect021.htm&amp;amp;docsetVersion=15.1&amp;amp;locale=en" target="_self"&gt;&lt;SPAN&gt;Doc on Splines and Spline Basis:&amp;nbsp;&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The three fixed effects are the spline basis functions, which you can output by using the OUTDESIGN= option on the PROC GLMSELECT statement, as shown in my article. Pictures of the spline basis functions are in the doc link. The fixed-effect model is in terms of the linear combinations of the spline basis functions.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Oct 2019 00:30:06 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2019-10-08T00:30:06Z</dc:date>
    <item>
      <title>Output from a SPLINE effect with DETAILS - how to interpret?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Output-from-a-SPLINE-effect-with-DETAILS-how-to-interpret/m-p/587991#M28785</link>
      <description>&lt;P&gt;I am running SAS 9.4 TS 1M6 on Windows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In GLIMMIX, I had the following code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt; effect splineaccent = spline(accent/naturalcubic details) ;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;the results included:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="branch"&gt;&lt;DIV&gt;&lt;DIV align="center"&gt;Knots for Spline Effect splineaccentKnot Number Accent123 &lt;TABLE cellspacing="0" cellpadding="5"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;25&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;50&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;75&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;which, to me, indicates 3 knots at 25, 50 and 75 but also&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="branch"&gt;&lt;DIV&gt;&lt;DIV align="center"&gt;Basis Details for Spline Effect splineaccentColumn Power Break Knot123 &lt;TABLE cellspacing="0" cellpadding="5"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;25&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;which I am not sure of.&amp;nbsp; And the solutions for fixed effects showed 3 effects for spline. Are those 0-25, 25-50, 50-75 and an unshown (presumably 0) effect for 75 and up? Or is it the other way round (with the 0 effect for 0-25)? Or something else?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2019 19:12:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Output-from-a-SPLINE-effect-with-DETAILS-how-to-interpret/m-p/587991#M28785</guid>
      <dc:creator>plf515</dc:creator>
      <dc:date>2019-09-11T19:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Output from a SPLINE effect with DETAILS - how to interpret?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Output-from-a-SPLINE-effect-with-DETAILS-how-to-interpret/m-p/588529#M28807</link>
      <description>&lt;P&gt;My article on &lt;A href="https://blogs.sas.com/content/iml/2017/04/19/restricted-cubic-splines-sas.html" target="_self"&gt;"Regression with Cubic Splines"&lt;/A&gt; contains many references for splines and the EFFECT statement in SAS, including the doc and a SAS Usage Note.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Usage Note &lt;/SPAN&gt;&lt;I&gt;57975&lt;A href="http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a003121095.htm" target="_self"&gt;: &lt;/A&gt;&lt;/I&gt;&lt;A href="http://support.sas.com/kb/57/975.html" target="_self"&gt;&lt;SPAN&gt;Understanding splines in the EFFECT statement&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_introcom_sect021.htm&amp;amp;docsetVersion=15.1&amp;amp;locale=en" target="_self"&gt;&lt;SPAN&gt;Doc on Splines and Spline Basis:&amp;nbsp;&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The three fixed effects are the spline basis functions, which you can output by using the OUTDESIGN= option on the PROC GLMSELECT statement, as shown in my article. Pictures of the spline basis functions are in the doc link. The fixed-effect model is in terms of the linear combinations of the spline basis functions.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2019 00:30:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Output-from-a-SPLINE-effect-with-DETAILS-how-to-interpret/m-p/588529#M28807</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2019-10-08T00:30:06Z</dc:date>
    </item>
  </channel>
</rss>

