<?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: Unable to produce confidence limits in PROC HPGENSELECT in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Unable-to-produce-confidence-limits-in-PROC-HPGENSELECT/m-p/842997#M41777</link>
    <description>&lt;P&gt;What does your LOG show when you run the code, as in all of the messages or notes?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you intend to include those Class variables in the model?&lt;/P&gt;</description>
    <pubDate>Mon, 07 Nov 2022 22:59:05 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2022-11-07T22:59:05Z</dc:date>
    <item>
      <title>Unable to produce confidence limits in PROC HPGENSELECT</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Unable-to-produce-confidence-limits-in-PROC-HPGENSELECT/m-p/842797#M41775</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to run a logistic regression and implement LASSO variable selection using PROC HPGENSELECT. However, SAS did not produce confidence limits for the regression estimates even though I have requested it. Any idea what I did wrong? Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Panji&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;proc hpgenselect data=mydata;
class a b c;
model y(event='1')=x1 x2 x3 x4 x5/dist=binary link=logit cl;
selection method=lasso(choose=aicc);
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 06 Nov 2022 23:53:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Unable-to-produce-confidence-limits-in-PROC-HPGENSELECT/m-p/842797#M41775</guid>
      <dc:creator>panjifh</dc:creator>
      <dc:date>2022-11-06T23:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to produce confidence limits in PROC HPGENSELECT</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Unable-to-produce-confidence-limits-in-PROC-HPGENSELECT/m-p/842989#M41776</link>
      <description>I moved this post to the 'Statistical Procedures' board under the 'Analytics' heading!&lt;BR /&gt;Koen</description>
      <pubDate>Mon, 07 Nov 2022 21:36:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Unable-to-produce-confidence-limits-in-PROC-HPGENSELECT/m-p/842989#M41776</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2022-11-07T21:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to produce confidence limits in PROC HPGENSELECT</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Unable-to-produce-confidence-limits-in-PROC-HPGENSELECT/m-p/842997#M41777</link>
      <description>&lt;P&gt;What does your LOG show when you run the code, as in all of the messages or notes?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you intend to include those Class variables in the model?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2022 22:59:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Unable-to-produce-confidence-limits-in-PROC-HPGENSELECT/m-p/842997#M41777</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-11-07T22:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to produce confidence limits in PROC HPGENSELECT</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Unable-to-produce-confidence-limits-in-PROC-HPGENSELECT/m-p/843125#M41779</link>
      <description>&lt;P&gt;You should see a NOTE in the LOG alerting you to the fact that the CL option is not available when you use Lasso selection.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NOTE: The CL option is not available for the LASSO method.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Keep in mind that Lasso selection does not actually produce standard errors for the parameter estimates either, so it will not give you confidence limits.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 13:58:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Unable-to-produce-confidence-limits-in-PROC-HPGENSELECT/m-p/843125#M41779</guid>
      <dc:creator>SAS_Rob</dc:creator>
      <dc:date>2022-11-08T13:58:03Z</dc:date>
    </item>
  </channel>
</rss>

