<?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: accessing spline design variables in proc surveylogistic in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/accessing-spline-design-variables-in-proc-surveylogistic/m-p/883222#M43695</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I believe you can do it in two steps.&lt;/P&gt;
&lt;P&gt;(Not sure as I am not aware of&amp;nbsp;peculiarities in survey-procedures)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you use the OUTDESIGN= option in PROC GLMSELECT, you would obtain the spline basis. PROC LOGISTIC and PROC GLIMMIX have the similar functionality (outdesign=). They all support the EFFECT statement.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Then use the design variables (as effects --&amp;gt; right-hand side x-variables) directly in the MODEL stmt of PROC SURVEYLOGISTIC. (you don't need EFFECT stmt anymore).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Tip : it can be a bit of a challenge to specify the model correctly. Keep going until you get exactly the same output without EFFECT statement (2 steps, but 1st step having EFFECT stmt of course) than with EFFECT statement (all in one step).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Good luck,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Koen&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 02 Jul 2023 08:28:16 GMT</pubDate>
    <dc:creator>sbxkoenk</dc:creator>
    <dc:date>2023-07-02T08:28:16Z</dc:date>
    <item>
      <title>accessing spline design variables in proc surveylogistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/accessing-spline-design-variables-in-proc-surveylogistic/m-p/883215#M43694</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;I am running Proc Surveylogistic where I have created spline variables through the effect statement. However, unlike proc logistic, this procedure (proc surveylogistic)&amp;nbsp; doesn't support the outdesign= option. Could you help me how to get access / retrieve the spline design variables constructed through the effect statement?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Jul 2023 22:18:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/accessing-spline-design-variables-in-proc-surveylogistic/m-p/883215#M43694</guid>
      <dc:creator>Saifulinfs</dc:creator>
      <dc:date>2023-07-01T22:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: accessing spline design variables in proc surveylogistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/accessing-spline-design-variables-in-proc-surveylogistic/m-p/883222#M43695</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I believe you can do it in two steps.&lt;/P&gt;
&lt;P&gt;(Not sure as I am not aware of&amp;nbsp;peculiarities in survey-procedures)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you use the OUTDESIGN= option in PROC GLMSELECT, you would obtain the spline basis. PROC LOGISTIC and PROC GLIMMIX have the similar functionality (outdesign=). They all support the EFFECT statement.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Then use the design variables (as effects --&amp;gt; right-hand side x-variables) directly in the MODEL stmt of PROC SURVEYLOGISTIC. (you don't need EFFECT stmt anymore).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Tip : it can be a bit of a challenge to specify the model correctly. Keep going until you get exactly the same output without EFFECT statement (2 steps, but 1st step having EFFECT stmt of course) than with EFFECT statement (all in one step).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Good luck,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Koen&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Jul 2023 08:28:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/accessing-spline-design-variables-in-proc-surveylogistic/m-p/883222#M43695</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2023-07-02T08:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: accessing spline design variables in proc surveylogistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/accessing-spline-design-variables-in-proc-surveylogistic/m-p/883223#M43696</link>
      <description>&lt;P&gt;Thank you but if I use the spline variables directly in the model statement, How I am going to allow nonlinear effect? Including the spline variables directly as right hand side variables in the model statement would assume linearity with the logit of the outcome&lt;/P&gt;</description>
      <pubDate>Sun, 02 Jul 2023 08:33:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/accessing-spline-design-variables-in-proc-surveylogistic/m-p/883223#M43696</guid>
      <dc:creator>Saifulinfs</dc:creator>
      <dc:date>2023-07-02T08:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: accessing spline design variables in proc surveylogistic</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/accessing-spline-design-variables-in-proc-surveylogistic/m-p/883228#M43700</link>
      <description>&lt;A href="https://communities.sas.com/t5/Statistical-Procedures/CUBIC-SPLINE-YIELD-CURVES/m-p/845315" target="_blank"&gt;https://communities.sas.com/t5/Statistical-Procedures/CUBIC-SPLINE-YIELD-CURVES/m-p/845315&lt;/A&gt;</description>
      <pubDate>Sun, 02 Jul 2023 09:51:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/accessing-spline-design-variables-in-proc-surveylogistic/m-p/883228#M43700</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2023-07-02T09:51:37Z</dc:date>
    </item>
  </channel>
</rss>

