<?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: Proc Hplogistic and Splines in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Hplogistic-and-Splines/m-p/714229#M34525</link>
    <description>&lt;P&gt;You would need to use Proc LOGISTIC instead and invoke the EFFECT statement.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_logistic_syntax12.htm&amp;amp;locale=en"&gt;https://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_logistic_syntax12.htm&amp;amp;locale=en&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Proc HPLOGISTIC because of its high performance capabilities cannot add spline effects.&lt;/P&gt;</description>
    <pubDate>Tue, 26 Jan 2021 12:22:03 GMT</pubDate>
    <dc:creator>SAS_Rob</dc:creator>
    <dc:date>2021-01-26T12:22:03Z</dc:date>
    <item>
      <title>Proc Hplogistic and Splines</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Hplogistic-and-Splines/m-p/714148#M34519</link>
      <description>&lt;P&gt;I am new to hplogistic, and was wondering if it possesses the capability to specify splines for continuous covariates?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If so, pointing me in the right direction, providing a reference, or sending a link would be much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 02:02:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Hplogistic-and-Splines/m-p/714148#M34519</guid>
      <dc:creator>davis</dc:creator>
      <dc:date>2021-01-26T02:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Hplogistic and Splines</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Hplogistic-and-Splines/m-p/714229#M34525</link>
      <description>&lt;P&gt;You would need to use Proc LOGISTIC instead and invoke the EFFECT statement.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_logistic_syntax12.htm&amp;amp;locale=en"&gt;https://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_logistic_syntax12.htm&amp;amp;locale=en&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Proc HPLOGISTIC because of its high performance capabilities cannot add spline effects.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 12:22:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Hplogistic-and-Splines/m-p/714229#M34525</guid>
      <dc:creator>SAS_Rob</dc:creator>
      <dc:date>2021-01-26T12:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Hplogistic and Splines</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Hplogistic-and-Splines/m-p/714231#M34526</link>
      <description>CONTROLLED&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;proc logistic/effect statement is where I started. runs fine, but relatively slower than proc hplogistic.&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Jan 2021 12:44:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Hplogistic-and-Splines/m-p/714231#M34526</guid>
      <dc:creator>davis</dc:creator>
      <dc:date>2021-01-26T12:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Hplogistic and Splines</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Proc-Hplogistic-and-Splines/m-p/714268#M34534</link>
      <description>&lt;P&gt;Use PROC LOGISTIC or PROC GLMSELECT to generate the spline effects and to output the design matrix, then use HPLOGISTIC to fit the model.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://blogs.sas.com/content/iml/2016/02/24/create-a-design-matrix-in-sas.html" target="_self"&gt;Design matrix from PROC LOGISTIC&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://blogs.sas.com/content/iml/2020/08/31/best-generate-dummy-variables-sas.html" target="_self"&gt;Design matrix from PROC GLMSELECT&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;How to use the design matrix: See the last section in &lt;A href="https://blogs.sas.com/content/iml/2017/04/19/restricted-cubic-splines-sas.html" target="_self"&gt;this article about regression with splines.&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 26 Jan 2021 14:21:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Proc-Hplogistic-and-Splines/m-p/714268#M34534</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2021-01-26T14:21:49Z</dc:date>
    </item>
  </channel>
</rss>

