<?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 HPlogistic variable selection in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/HPlogistic-variable-selection/m-p/577440#M28368</link>
    <description>&lt;P&gt;I am using a selection procedure within hplogistic on partitioned data.&amp;nbsp; I have set the entry to .001 and the stay to 0.01 and choose=validate.&amp;nbsp; However, I get some variables (that were not forced in) that have p&amp;gt;0.01.&amp;nbsp; Why is this happening?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC HPlogistic DATA=inpatient_outcomes;&lt;BR /&gt;PARTITION ROLEVAR = PART(TRAIN="1" VALIDATE="0");&lt;BR /&gt;model outcome (event='1')= var1 var2.....var30/ include=4;&lt;/P&gt;&lt;P&gt;SELECTION METHOD=stepwise (CHOOSE=VALIDATE sle=0.001 sls=0.01);&lt;BR /&gt;run;&lt;/P&gt;</description>
    <pubDate>Mon, 29 Jul 2019 16:58:54 GMT</pubDate>
    <dc:creator>shutfle1</dc:creator>
    <dc:date>2019-07-29T16:58:54Z</dc:date>
    <item>
      <title>HPlogistic variable selection</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/HPlogistic-variable-selection/m-p/577440#M28368</link>
      <description>&lt;P&gt;I am using a selection procedure within hplogistic on partitioned data.&amp;nbsp; I have set the entry to .001 and the stay to 0.01 and choose=validate.&amp;nbsp; However, I get some variables (that were not forced in) that have p&amp;gt;0.01.&amp;nbsp; Why is this happening?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC HPlogistic DATA=inpatient_outcomes;&lt;BR /&gt;PARTITION ROLEVAR = PART(TRAIN="1" VALIDATE="0");&lt;BR /&gt;model outcome (event='1')= var1 var2.....var30/ include=4;&lt;/P&gt;&lt;P&gt;SELECTION METHOD=stepwise (CHOOSE=VALIDATE sle=0.001 sls=0.01);&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 16:58:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/HPlogistic-variable-selection/m-p/577440#M28368</guid>
      <dc:creator>shutfle1</dc:creator>
      <dc:date>2019-07-29T16:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: HPlogistic variable selection</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/HPlogistic-variable-selection/m-p/577700#M28369</link>
      <description>&lt;P&gt;Don't use STEPWISE selection . That would get you bigger Type I ERROR.&lt;/P&gt;
&lt;P&gt;Try LASSO or ADPTIVE&amp;nbsp; via&amp;nbsp; PROC HPGENSELECT .&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 12:36:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/HPlogistic-variable-selection/m-p/577700#M28369</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2019-07-30T12:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: HPlogistic variable selection</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/HPlogistic-variable-selection/m-p/578111#M28391</link>
      <description>&lt;P&gt;This can happen because a step in the selection process consists of adding or dropping a single variable. Note that if a variable is added it is entirely possible that one or more of the other variables could have their p-values change to be larger than the SLS= criterion. Since the models at all of the steps are evaluated by the CHOOSE= criterion and one is selected as the final model, that model could be one where one or more of its variables has p-values greater than the SLS= criterion. If you want to ensure that this doesn't happen, you need to remove the CHOOSE= option so that the model in the last step is chosen.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 15:26:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/HPlogistic-variable-selection/m-p/578111#M28391</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2019-07-31T15:26:57Z</dc:date>
    </item>
  </channel>
</rss>

