<?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 can I interpret the parameter estimates of the B-spline basis functions in SAS 9.4? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-can-I-interpret-the-parameter-estimates-of-the-B-spline/m-p/282205#M14874</link>
    <description>&lt;P&gt;A sentence just before the table that you reference says&lt;/P&gt;
&lt;P&gt;"&lt;SPAN&gt;This flexibility comes at the cost of largely removing any meaningful interpretation of the individual parameter estimates."&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Therefore you should not expect the results to be interpretable in terms of the underlying explanatory variable.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you question is "what do these coefficients mean," then the answer is given in the SAS/STAT doc in the section &lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_introcom_sect023.htm" target="_self"&gt;"Splines and Spline Bases."&lt;/A&gt;&amp;nbsp; Each coefficient represents the coefficient of a B-spline basis that are placed at uniformly spaced knots. The predicted values are represented as a linear combination of those coefficients&amp;nbsp;times the corresponding basis functions.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;As shown in the documentation of the TRANSREG procedure, &lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_transreg_details03.htm" target="_self"&gt;a spline effect generates columns in a design matrix.&lt;/A&gt;&amp;nbsp;The extra row of zeros occurs because you are using a SAS procedure (QUANTREG?) that uses &lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_introcom_sect003.htm" target="_self"&gt;a GLM parameterization of classification effects&lt;/A&gt;. &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 05 Jul 2016 16:43:23 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2016-07-05T16:43:23Z</dc:date>
    <item>
      <title>How can I interpret the parameter estimates of the B-spline basis functions in SAS 9.4?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-can-I-interpret-the-parameter-estimates-of-the-B-spline/m-p/281830#M14856</link>
      <description>&lt;P&gt;I am using the effect statement in SAS 9.4 in order to estimate a nonparametric quantile regression with quadratic B-splines. I had chosen 2 internal knots and therefore got 5 basis functions. But I am struggling with the interpretation of the output. How can I read the table containing the parameter estimates? What is the meaning of the values? Why do I get an additional row with zeros?&lt;BR /&gt;&lt;BR /&gt;My output looks similar to the second table given on this page:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support.sas.com/kb/57/682.html" target="_blank"&gt;http://support.sas.com/kb/57/682.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this example, there is also an extra row for the parameter of "sWeight7" which contains zeros.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Many thanks for your answer.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Jul 2016 05:01:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-can-I-interpret-the-parameter-estimates-of-the-B-spline/m-p/281830#M14856</guid>
      <dc:creator>DaLack</dc:creator>
      <dc:date>2016-07-02T05:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: How can I interpret the parameter estimates of the B-spline basis functions in SAS 9.4?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-can-I-interpret-the-parameter-estimates-of-the-B-spline/m-p/282205#M14874</link>
      <description>&lt;P&gt;A sentence just before the table that you reference says&lt;/P&gt;
&lt;P&gt;"&lt;SPAN&gt;This flexibility comes at the cost of largely removing any meaningful interpretation of the individual parameter estimates."&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Therefore you should not expect the results to be interpretable in terms of the underlying explanatory variable.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you question is "what do these coefficients mean," then the answer is given in the SAS/STAT doc in the section &lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_introcom_sect023.htm" target="_self"&gt;"Splines and Spline Bases."&lt;/A&gt;&amp;nbsp; Each coefficient represents the coefficient of a B-spline basis that are placed at uniformly spaced knots. The predicted values are represented as a linear combination of those coefficients&amp;nbsp;times the corresponding basis functions.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;As shown in the documentation of the TRANSREG procedure, &lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_transreg_details03.htm" target="_self"&gt;a spline effect generates columns in a design matrix.&lt;/A&gt;&amp;nbsp;The extra row of zeros occurs because you are using a SAS procedure (QUANTREG?) that uses &lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_introcom_sect003.htm" target="_self"&gt;a GLM parameterization of classification effects&lt;/A&gt;. &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2016 16:43:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-can-I-interpret-the-parameter-estimates-of-the-B-spline/m-p/282205#M14874</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-07-05T16:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: How can I interpret the parameter estimates of the B-spline basis functions in SAS 9.4?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-can-I-interpret-the-parameter-estimates-of-the-B-spline/m-p/282465#M14889</link>
      <description>&lt;P&gt;Many thanks for the profound answer. I will consider your comments.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2016 16:03:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-can-I-interpret-the-parameter-estimates-of-the-B-spline/m-p/282465#M14889</guid>
      <dc:creator>DaLack</dc:creator>
      <dc:date>2016-07-06T16:03:33Z</dc:date>
    </item>
  </channel>
</rss>

