<?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: HPGENSELECT Error in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/HPGENSELECT-Error/m-p/658063#M31509</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/16672"&gt;@BTAinRVA&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="page" title="Page 32"&gt;
&lt;DIV class="layoutArea"&gt;
&lt;DIV class="column"&gt;
&lt;P&gt;&lt;SPAN&gt;The SELECT= option is not supported by the LASSO method.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;Here is the link to the documentation:&amp;nbsp;&lt;A href="https://support.sas.com/documentation/onlinedoc/stat/142/hpgenselect.pdf" target="_blank" rel="noopener"&gt;https://support.sas.com/documentation/onlinedoc/stat/142/hpgenselect.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Please check p.4224 regarding the SELECTION statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;</description>
    <pubDate>Fri, 12 Jun 2020 13:48:34 GMT</pubDate>
    <dc:creator>ed_sas_member</dc:creator>
    <dc:date>2020-06-12T13:48:34Z</dc:date>
    <item>
      <title>HPGENSELECT Error</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/HPGENSELECT-Error/m-p/658061#M31508</link>
      <description>&lt;P&gt;Hello Everybody!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I ran the code below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc hpgenselect data=out.final lassosteps=50;
	model &amp;amp;depvar (event='1') =  &amp;amp;VARLIST / dist=binomial;
	partition ROLEVAR=Selected(TRAIN="1" VALIDATE="0");
	selection method=LASSO(SELECT=SBC choose=validate stop=none);
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and I get the error below&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ERROR 22-322: Syntax error, expecting one of the following: ), ADAPTIVE, CHOOSE, LSCOEFFS, MAXEF, MAXEFFECTS, MAXSTEP, MAXSTEPS, SLE, SLENTRY, SLS, SLSTAY, STOP.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I'm a newbie with HPGENSELECT. Anyone know what I'm doing wrong?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2020 13:39:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/HPGENSELECT-Error/m-p/658061#M31508</guid>
      <dc:creator>BTAinRVA</dc:creator>
      <dc:date>2020-06-12T13:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: HPGENSELECT Error</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/HPGENSELECT-Error/m-p/658063#M31509</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/16672"&gt;@BTAinRVA&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="page" title="Page 32"&gt;
&lt;DIV class="layoutArea"&gt;
&lt;DIV class="column"&gt;
&lt;P&gt;&lt;SPAN&gt;The SELECT= option is not supported by the LASSO method.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;Here is the link to the documentation:&amp;nbsp;&lt;A href="https://support.sas.com/documentation/onlinedoc/stat/142/hpgenselect.pdf" target="_blank" rel="noopener"&gt;https://support.sas.com/documentation/onlinedoc/stat/142/hpgenselect.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Please check p.4224 regarding the SELECTION statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2020 13:48:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/HPGENSELECT-Error/m-p/658063#M31509</guid>
      <dc:creator>ed_sas_member</dc:creator>
      <dc:date>2020-06-12T13:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: HPGENSELECT Error</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/HPGENSELECT-Error/m-p/658067#M31510</link>
      <description>&lt;P&gt;I think it is choking on the SELECT= option.&amp;nbsp; The selection method is based on the CHOOSE= option (which you have.&amp;nbsp; Take a look here for the valid options.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_hpgenselect_syntax14.htm&amp;amp;docsetVersion=15.1&amp;amp;locale=en"&gt;https://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_hpgenselect_syntax14.htm&amp;amp;docsetVersion=15.1&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2020 14:01:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/HPGENSELECT-Error/m-p/658067#M31510</guid>
      <dc:creator>SAS_Rob</dc:creator>
      <dc:date>2020-06-12T14:01:13Z</dc:date>
    </item>
  </channel>
</rss>

