<?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: Restricted Cubic Splines question in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Restricted-Cubic-Splines-question/m-p/785935#M38547</link>
    <description>&lt;P&gt;the 'odds ratio ' table is not produced for the model with constructed fixed effects, but "estimate" dose, there are also&amp;nbsp;&lt;SPAN&gt;confidence intervals.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;A reference point will set at 5th. Yeah, &lt;SPAN&gt;You're absolutely right.&lt;/SPAN&gt; I&amp;nbsp;&lt;SPAN&gt;just want to estimate the odds ratio for a unit increase in STARTVERT with a range from minimum and maximum by 0.1.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Dec 2021 06:56:36 GMT</pubDate>
    <dc:creator>April2211</dc:creator>
    <dc:date>2021-12-14T06:56:36Z</dc:date>
    <item>
      <title>Restricted Cubic Splines question</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Restricted-Cubic-Splines-question/m-p/774103#M37864</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I am using restricted cubic splines with logistic regression. I can’t seem to find much documentation on the output so I am not sure how to interpret! I am using 5 knots (percentile list). &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc logistic data=EVENTS0;&lt;BR /&gt;effect spl = spline(PRALBUM / details naturalcubic basis=tpf(noint)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;KNOTMETHOD=PERCENTILELIST(5 27.5 50 72.5 95));&amp;nbsp;&lt;BR /&gt;model MAJOR(event="1") = spl / selection=none alpha=0.10;&lt;BR /&gt;oddsratio PRALBUM / at(PRALBUM=2.0 to 5.0 by .10) cl=pl;&lt;BR /&gt;ods output ORPlot=orp;&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tapruzzese_0-1634177629181.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/64687i4957B7D896C187C3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tapruzzese_0-1634177629181.png" alt="tapruzzese_0-1634177629181.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I specified 5 knots, which it shows above, so what does the ‘basis details for spline effect’ mean?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tapruzzese_1-1634177629185.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/64686iC54426C0FA3B8131/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tapruzzese_1-1634177629185.png" alt="tapruzzese_1-1634177629185.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I interpret the estimates for the splines?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tapruzzese_2-1634177629191.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/64685i8CECE49DC65698E0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tapruzzese_2-1634177629191.png" alt="tapruzzese_2-1634177629191.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I thought I could exponentiate the estimates to have the OR's for each spline, but that doesn't seem to go along with the OR's below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tapruzzese_3-1634177629199.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/64688iCCE8337CF4AF747B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tapruzzese_3-1634177629199.png" alt="tapruzzese_3-1634177629199.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated!!&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 02:20:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Restricted-Cubic-Splines-question/m-p/774103#M37864</guid>
      <dc:creator>tka726</dc:creator>
      <dc:date>2021-10-14T02:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Restricted Cubic Splines question</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Restricted-Cubic-Splines-question/m-p/774180#M37865</link>
      <description>&lt;P&gt;The best documentation for spline effects is &lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/v_013/statug/statug_introcom_sect015.htm" target="_self"&gt;the doc for the EFFECT statement.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Briefly, the "Details" table is telling you that the EFFECT statement resulted in four columns in the design matrix. The "break knots" define the regions on which each knot is nonzero, and shows that the interior knots are cubic polynomials (power=3).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To understand the parameter estimates, see the article, &lt;A href="https://blogs.sas.com/content/iml/2019/10/16/visualize-regression-splines.html" target="_self"&gt;"Visualize a regression with splines."&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I do not know the answer to your question about odds ratios.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 11:22:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Restricted-Cubic-Splines-question/m-p/774180#M37865</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2021-10-14T11:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Restricted Cubic Splines question</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Restricted-Cubic-Splines-question/m-p/774181#M37866</link>
      <description>&lt;P&gt;here you'll find the answer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A title="Visualize a regression with splines" href="https://blogs.sas.com/content/iml/2019/10/16/visualize-regression-splines.html" target="_self"&gt;https://blogs.sas.com/content/iml/2019/10/16/visualize-regression-splines.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 11:23:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Restricted-Cubic-Splines-question/m-p/774181#M37866</guid>
      <dc:creator>acordes</dc:creator>
      <dc:date>2021-10-14T11:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Restricted Cubic Splines question</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Restricted-Cubic-Splines-question/m-p/774239#M37871</link>
      <description>&lt;P&gt;Exponentiating a predictor's parameter estimate only works when the predictor is not involved in interactions or in constructed effects such as splines. In general, the computation of the odds ratio is a linear combination of model parameters. This is correctly done by the ODDSRATIO statement. So, your odds ratio results are properly telling you the change in odds for a unit increase in the original predictor at various points on that predictor.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 14:34:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Restricted-Cubic-Splines-question/m-p/774239#M37871</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2021-10-14T14:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: Restricted Cubic Splines question</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Restricted-Cubic-Splines-question/m-p/774276#M37872</link>
      <description>&lt;P&gt;I know that the parameter estimates from logistic regression are the change in log odds.. I guess my question is - how are these odds ratios actually calculated from the parameter estimates? For example, I see that if someone has a level of 3.6 then the OR is 0.379 but I can't figure out how this is calculated from the parameter estimates.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 16:20:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Restricted-Cubic-Splines-question/m-p/774276#M37872</guid>
      <dc:creator>tka726</dc:creator>
      <dc:date>2021-10-14T16:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: Restricted Cubic Splines question</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Restricted-Cubic-Splines-question/m-p/774360#M37874</link>
      <description>&lt;P&gt;See &lt;A href="https://support.sas.com/kb/67/024.html" target="_self"&gt;this note&lt;/A&gt;, particularly the "Models involving constructed effects such as splines" section and &lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/statug/statug_introcom_sect036.htm" target="_self"&gt;this section&lt;/A&gt; on the ESTIMATE statement where its use with spline models is discussed. The following uses the kyphosis data example in &lt;A href="http://support.sas.com/kb/35189" target="_self"&gt;this note&lt;/A&gt;. The PROC LOGISTIC statements below fit a spline model similar to yours and computes the odds ratio for the predictor at 10. As discussed in the first note above, you can use the HAZARDRATIO statement in PROC PHREG to determine the coefficients of the linear combination of model parameters that estimates a unit increase in the predictor. Those coefficients are used in an ESTIMATE statement to reproduce the results from the ODDSRATIO statement. Alternatively, you can use the nonpositional syntax in the ESTIMATE, along with the E option, to see the coefficients for the estimated log odds at 10 and at 11. The difference in those two sets of coefficients is the set of coefficients for the unit change as from the HAZARDRATIO statement. The effect plot gives a visual confirmation of the values.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc phreg data=kyphosis;
effect spl = spline(StartVert / naturalcubic basis=tpf(noint));
model Kyphosis = spl;
hazardratio StartVert / at(StartVert=10) e;
run;
proc logistic data=kyphosis;
effect spl = spline(StartVert / naturalcubic basis=tpf(noint));
model Kyphosis(event="1") = spl;
oddsratio StartVert / at(StartVert=10);
estimate 'or' spl 1 8.992647 / e exp cl;
estimate 'at 10' intercept 1 spl[1,10] / e exp cl;
estimate 'at 11' intercept 1 spl[1,11] / e exp cl;
effectplot / link;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;But I have to ask, what is the need to know the actual coefficients of the linear combination that the ODDSRATIO statement uses if the ODDSRATIO statement determines them for you?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 20:41:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Restricted-Cubic-Splines-question/m-p/774360#M37874</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2021-10-14T20:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: Restricted Cubic Splines question</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Restricted-Cubic-Splines-question/m-p/774378#M37877</link>
      <description>Thank you!! That is very helpful! I like to manually check my answers when I can.&lt;BR /&gt;One more question - I understand the estimates 'at 10' and 'at 11', but what is this estimate statement estimating the OR of?&lt;BR /&gt;estimate 'or' spl 1 8.992647 / e exp cl;&lt;BR /&gt;I tried that in my program (with a different value) and it did not match the result from the Odds Ratios Estimates.&lt;BR /&gt;For example, I tried estimate: 'or' spl 1 3.5 / e exp cl and the exponentiated result is 0.5510 which doesn't match with the 0.398 from the Odds Ratios Estimates section.&lt;BR /&gt;Thanks again, your help is greatly appreciated!</description>
      <pubDate>Thu, 14 Oct 2021 22:10:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Restricted-Cubic-Splines-question/m-p/774378#M37877</guid>
      <dc:creator>tka726</dc:creator>
      <dc:date>2021-10-14T22:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Restricted Cubic Splines question</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Restricted-Cubic-Splines-question/m-p/774408#M37878</link>
      <description>Ignore above, I understand perfectly now. Thanks again!</description>
      <pubDate>Fri, 15 Oct 2021 01:17:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Restricted-Cubic-Splines-question/m-p/774408#M37878</guid>
      <dc:creator>tka726</dc:creator>
      <dc:date>2021-10-15T01:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: Restricted Cubic Splines question</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Restricted-Cubic-Splines-question/m-p/785671#M38540</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thank you very much for your patient answer! But&lt;/SPAN&gt;&amp;nbsp;how is "8.992647"calculated with spline&lt;span class="lia-unicode-emoji" title=":thinking_face:"&gt;🤔&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2021 01:33:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Restricted-Cubic-Splines-question/m-p/785671#M38540</guid>
      <dc:creator>April2211</dc:creator>
      <dc:date>2021-12-13T01:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Restricted Cubic Splines question</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Restricted-Cubic-Splines-question/m-p/785673#M38541</link>
      <description>&lt;P&gt;exp("at 11")/exp("at 10")=exp("or")?&lt;/P&gt;&lt;P&gt;spl 1 8.992647=spl [1,8.992647 ] ?&lt;/P&gt;&lt;P&gt;"8.992647"=10-1?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;Thanks for your answer, I’d be very grateful!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2021 03:37:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Restricted-Cubic-Splines-question/m-p/785673#M38541</guid>
      <dc:creator>April2211</dc:creator>
      <dc:date>2021-12-13T03:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Restricted Cubic Splines question</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Restricted-Cubic-Splines-question/m-p/785867#M38543</link>
      <description>&lt;P&gt;You need to run the example that you marked as the correct solution. When you run the PROC PHREG example, you will see that the parameter estimates for the hazard ratios for STARTVERT are&amp;nbsp;&lt;/P&gt;
&lt;P&gt;spl1 Coefficient = 1.0&lt;/P&gt;
&lt;P&gt;spl2 Coefficient =&amp;nbsp;8.992647&lt;/P&gt;
&lt;P&gt;That is why those value are use in the first ESTIMATE statement in PROC LOGISTIC.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2021 20:08:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Restricted-Cubic-Splines-question/m-p/785867#M38543</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2021-12-13T20:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Restricted Cubic Splines question</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Restricted-Cubic-Splines-question/m-p/785921#M38545</link>
      <description>&lt;P&gt;The result of this calculation (estimate 'or' spl 1 8.992647 / e exp cl;) &amp;nbsp;&lt;/P&gt;&lt;P&gt;is the same as the result of&amp;nbsp; (estimate 'or' spl [-1,10] [1,11]/ e exp cl;).&lt;/P&gt;&lt;P&gt;So can I get odds ratio from "estimate" by&amp;nbsp;&lt;SPAN&gt;using a loop macro and specifying a reference?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you very much!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Dec 2021 00:46:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Restricted-Cubic-Splines-question/m-p/785921#M38545</guid>
      <dc:creator>April2211</dc:creator>
      <dc:date>2021-12-14T00:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Restricted Cubic Splines question</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Restricted-Cubic-Splines-question/m-p/785930#M38546</link>
      <description>&lt;P&gt;It's not clear what you are asking, but if you mean that you want to estimate the odds ratio for a unit increase in STARTVERT at more than one value - for example, at 10, 12, and 14 instead of just at 10 - then the easiest way is to simply specify the values in the AT option in the ODDSRATIO statement:&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;oddsratio StartVert / at(StartVert=10 12 14);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;To do the same with ESTIMATE statements, you would need to produce multiple ESTIMATE statements - the first with values 10 and 11 like you've done, the next with values 12 and 13, and the last with values 14 and 15.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Dec 2021 04:14:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Restricted-Cubic-Splines-question/m-p/785930#M38546</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2021-12-14T04:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: Restricted Cubic Splines question</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Restricted-Cubic-Splines-question/m-p/785935#M38547</link>
      <description>&lt;P&gt;the 'odds ratio ' table is not produced for the model with constructed fixed effects, but "estimate" dose, there are also&amp;nbsp;&lt;SPAN&gt;confidence intervals.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;A reference point will set at 5th. Yeah, &lt;SPAN&gt;You're absolutely right.&lt;/SPAN&gt; I&amp;nbsp;&lt;SPAN&gt;just want to estimate the odds ratio for a unit increase in STARTVERT with a range from minimum and maximum by 0.1.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Dec 2021 06:56:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Restricted-Cubic-Splines-question/m-p/785935#M38547</guid>
      <dc:creator>April2211</dc:creator>
      <dc:date>2021-12-14T06:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Restricted Cubic Splines question</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Restricted-Cubic-Splines-question/m-p/785938#M38548</link>
      <description>&lt;P&gt;This is a sad story&lt;span class="lia-unicode-emoji" title=":weary_face:"&gt;😩&lt;/span&gt;. I want to generate a spline plot with "proc glimmix-effect", by using "estimate" to obtain odds ratio and the confidence interval, as shown below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="April2211_0-1639466284520.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/66733iB7BFAF0A04C68777/image-size/medium?v=v2&amp;amp;px=400" role="button" title="April2211_0-1639466284520.png" alt="April2211_0-1639466284520.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can I use a loop macro and specify a reference (a reference point will set at 5th) in "estimate" statement to realize? Thank you very much!&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The macro is as follows&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;%macro est(ref=, start=, end=, by=);
%Do i = 1 %To %eval(%SysFunc( Ceil( %SysEvalF( ( &amp;amp;End - &amp;amp;Start ) / &amp;amp;By ) ) ) +1) ;
%Let value=%SysEvalF( ( &amp;amp;Start - &amp;amp;By ) + ( &amp;amp;By * &amp;amp;I ) ) ;
estimate "&amp;amp;value." spl [-1, &amp;amp;ref] [1, &amp;amp;value] / exp cl;
%end;
%mend est;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Dec 2021 07:22:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Restricted-Cubic-Splines-question/m-p/785938#M38548</guid>
      <dc:creator>April2211</dc:creator>
      <dc:date>2021-12-14T07:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Restricted Cubic Splines question</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Restricted-Cubic-Splines-question/m-p/785940#M38549</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Any help is appreciated!!&lt;/SPAN&gt;&lt;span class="lia-unicode-emoji" title=":weary_face:"&gt;😩&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Dec 2021 07:24:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Restricted-Cubic-Splines-question/m-p/785940#M38549</guid>
      <dc:creator>April2211</dc:creator>
      <dc:date>2021-12-14T07:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: Restricted Cubic Splines question</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Restricted-Cubic-Splines-question/m-p/785964#M38550</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/393918"&gt;@April2211&lt;/a&gt;&amp;nbsp;You are posting questions to a thread that has been marked "solved," but it is not clear whether you are asking the same question of a new question. To maximize the chance that your question will be answered, start a new thread. Post your question, the code you have tried, and sample data, if possible.&amp;nbsp; You can link to an older thread (like this one) or to a blog post or SAS documentation if those resources are relevant to your question.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In general, &lt;A href="https://communities.sas.com/t5/Getting-Started/How-to-get-fast-helpful-answers/ta-p/226133" target="_self"&gt;these tips are helpful for getting a fast answer to your question.&lt;/A&gt;&amp;nbsp;The article includes lots of great advice, including, "Don’t post a new question on an old discussion thread."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Dec 2021 11:10:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Restricted-Cubic-Splines-question/m-p/785964#M38550</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2021-12-14T11:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: Restricted Cubic Splines question</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Restricted-Cubic-Splines-question/m-p/785974#M38551</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thank you for your advice!&amp;nbsp;I just think the contributor in the present post will understand this question better. I am a new SAS user. And I am very sorry with posting a new question on an old discussion thread.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Dec 2021 11:40:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Restricted-Cubic-Splines-question/m-p/785974#M38551</guid>
      <dc:creator>April2211</dc:creator>
      <dc:date>2021-12-14T11:40:47Z</dc:date>
    </item>
  </channel>
</rss>

