<?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 gampl logistic regression splines adjusted model in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/proc-gampl-logistic-regression-splines-adjusted-model/m-p/435715#M22998</link>
    <description>&lt;P&gt;Thanks Steve.&lt;/P&gt;&lt;P&gt;Yes it does. I had uploaded the code I had used in my original question but do not see it there now.&lt;/P&gt;&lt;P&gt;That happens alot when I start a new thread. It takes several attempts to get it to actually post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Christos&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Feb 2018 17:19:48 GMT</pubDate>
    <dc:creator>ChristosK</dc:creator>
    <dc:date>2018-02-09T17:19:48Z</dc:date>
    <item>
      <title>proc gampl logistic regression splines adjusted model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-gampl-logistic-regression-splines-adjusted-model/m-p/435506#M22977</link>
      <description>&lt;P&gt;Having trouble with creating a fully adjusted logistic model using proc gampl at this stage:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We were trying to get a smoothed out spline figure for the adjusted model...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the error message:&lt;/P&gt;&lt;DIV class="sasNote"&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;75 id Ind_DBP1 Vent__240;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;76 model Vent__240(reference ='0') = spline(Ind_DBP1) spline(age)&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;77 &lt;FONT color="#FF0000"&gt;Sex_num&lt;/FONT&gt; Redo1 NIDDM1 COPD Hyperlip CHF Afib CM CAD MI AICD DDRF PVD BB Steroids Amio AA1 Statin1 Nitrates1 Diurectics1&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;77 ! IABP_ever1&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&lt;FONT color="#FF0000"&gt;ERROR 22-322: Syntax error, expecting one of the following: ;, /, PARAM, SPLINE.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&lt;FONT color="#FF0000"&gt;ERROR 76-322: Syntax error, statement will be ignored.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;78 Age pre_Na pre_BUN pre_Cr pre_Gluc pre_PTT pre_Neutr o pre_Lymph pre_Hgb&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;79 / dist=binary;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;80 output out = spline3age upper = u lower = l predicted = fit;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;81 run;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;82&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;83 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&lt;FONT color="#FF0000"&gt;ERROR: Calling global tagset function 'detach_stream':&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&lt;FONT color="#FF0000"&gt;Out of space writing to file /tmp/SAS_workB8270000F42E_localhost.localdomain/#LN01123.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;title "Age as covariate";&lt;BR /&gt;proc &amp;nbsp;data = forgampl3;&lt;BR /&gt;id Ind_DBP1 Vent__240;&lt;BR /&gt;model Vent__240(reference ='0') = spline(Ind_DBP1) spline(age)&lt;BR /&gt;Sex_num Redo1 NIDDM1 COPD Hyperlip CHF Afib CM CAD MI AICD DDRF PVD BB Steroids Amio AA1 Statin1 Nitrates1 Diurectics1 IABP_ever1&lt;BR /&gt;Age pre_Na pre_BUN pre_Cr pre_Gluc pre_PTT pre_Neutr o pre_Lymph pre_Hgb&lt;BR /&gt;/ dist=binary;&lt;BR /&gt;output out = spline3age upper = u lower = l predicted = fit;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2018 00:31:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-gampl-logistic-regression-splines-adjusted-model/m-p/435506#M22977</guid>
      <dc:creator>ChristosK</dc:creator>
      <dc:date>2018-02-09T00:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: proc gampl logistic regression splines adjusted model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-gampl-logistic-regression-splines-adjusted-model/m-p/435507#M22978</link>
      <description>&lt;P&gt;The only thing I just tried was adding param ( &amp;nbsp; ) to the covariates in the proc gampl statement.&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;param (&lt;BR /&gt;Redo1 NIDDM1 COPD Hyperlip CHF Afib CM CAD MI AICD DDRF PVD BB Steroids Amio AA1 Statin1 Nitrates1 Diurectics1 IABP_ever1&lt;BR /&gt;/* Age pre_Na pre_BUN pre_Cr pre_Gluc pre_PTT pre_Neutro pre_Lymph pre_Hgb */&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2018 00:49:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-gampl-logistic-regression-splines-adjusted-model/m-p/435507#M22978</guid>
      <dc:creator>ChristosK</dc:creator>
      <dc:date>2018-02-09T00:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: proc gampl logistic regression splines adjusted model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-gampl-logistic-regression-splines-adjusted-model/m-p/435643#M22986</link>
      <description>All of your predictors must be either in PARAM( ) or in SPLINE( ). None can be listed outside of one of those. Also, I assume your code actually says "proc gampl data=forgampl3" and that you didn't leave out "gampl".</description>
      <pubDate>Fri, 09 Feb 2018 13:53:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-gampl-logistic-regression-splines-adjusted-model/m-p/435643#M22986</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2018-02-09T13:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: proc gampl logistic regression splines adjusted model</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-gampl-logistic-regression-splines-adjusted-model/m-p/435715#M22998</link>
      <description>&lt;P&gt;Thanks Steve.&lt;/P&gt;&lt;P&gt;Yes it does. I had uploaded the code I had used in my original question but do not see it there now.&lt;/P&gt;&lt;P&gt;That happens alot when I start a new thread. It takes several attempts to get it to actually post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Christos&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2018 17:19:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-gampl-logistic-regression-splines-adjusted-model/m-p/435715#M22998</guid>
      <dc:creator>ChristosK</dc:creator>
      <dc:date>2018-02-09T17:19:48Z</dc:date>
    </item>
  </channel>
</rss>

