<?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: Does SAS have LASSO or LAR variable selection implemented for Logistic Regression? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-LASSO-or-LAR-variable-selection-implemented-for/m-p/170342#M8862</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there - the Proceedings for 2015 are now live. Here is a link to all the papers &lt;A href="http://support.sas.com/resources/papers/proceedings15/index.html" title="http://support.sas.com/resources/papers/proceedings15/index.html"&gt;SAS Global Forum Proceedings 2015&lt;/A&gt;. Here is a link to Robert's paper: &lt;A href="http://support.sas.com/resources/papers/proceedings15/SAS1742-2015.pdf" title="http://support.sas.com/resources/papers/proceedings15/SAS1742-2015.pdf"&gt;http://support.sas.com/resources/papers/proceedings15/SAS1742-2015.pdf&lt;/A&gt;. If you would like me to try to get a copy of the PPT let me know (that has not yet been posted). You can email Robert as his contact info is in the paper. Thanks!&amp;nbsp; &lt;A __default_attr="535527" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt; (logged in as Community Admin)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Apr 2015 14:48:03 GMT</pubDate>
    <dc:creator>Community_Help</dc:creator>
    <dc:date>2015-04-30T14:48:03Z</dc:date>
    <item>
      <title>Does SAS have LASSO or LAR variable selection implemented for Logistic Regression?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-LASSO-or-LAR-variable-selection-implemented-for/m-p/170335#M8855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've not been able to find a way to do LASSO or LAR variable selection in SAS for a binary outcome.&amp;nbsp; Please let me know if I am missing it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it does not exist, I am curious about your thoughts on what's a better alternative: using GLMSELECT with a 0/1 variable as an outcome or running a LOGISTIC regression with a set of strong predictors for the 0/1 variable and then using GLMSELECT on the residuals from the LOGISTIC?&amp;nbsp; How far off would a GLM solution for a LOGISTIC problem be with samples in the 100,000?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Haris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 17:41:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-LASSO-or-LAR-variable-selection-implemented-for/m-p/170335#M8855</guid>
      <dc:creator>Haris</dc:creator>
      <dc:date>2014-11-13T17:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: Does SAS have LASSO or LAR variable selection implemented for Logistic Regression?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-LASSO-or-LAR-variable-selection-implemented-for/m-p/170336#M8856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you google? &lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/statug/66859/HTML/default/viewer.htm#statug_introreg_sect004.htm" title="http://support.sas.com/documentation/cdl/en/statug/66859/HTML/default/viewer.htm#statug_introreg_sect004.htm"&gt;SAS/STAT(R) 13.1 User's Guide&lt;/A&gt;&amp;nbsp; (lasso lar in glmselect) &lt;/P&gt;&lt;P&gt;&lt;A href="https://support.sas.com/resources/papers/proceedings09/259-2009.pdf" title="https://support.sas.com/resources/papers/proceedings09/259-2009.pdf"&gt;https://support.sas.com/resources/papers/proceedings09/259-2009.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 16:25:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-LASSO-or-LAR-variable-selection-implemented-for/m-p/170336#M8856</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-11-14T16:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: Does SAS have LASSO or LAR variable selection implemented for Logistic Regression?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-LASSO-or-LAR-variable-selection-implemented-for/m-p/170337#M8857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no LAR or LASSO selection options for generalized linear models, such as logistic regression. There is the new HPGENSELECT procedure for distributions in the exponential family (such as binomial, binary), but this only has the more traditional stepwise selection methods (which I do not recommend). As an ad hoc method, you could take your first approach (direct analysis on the binary observations) using GLMSELECT, with LASSO or LAR. Then you could refit the model in GENMOD just using the LASSO/LAR selected variables from GLMSELECT. I am sure there are all kinds of theoretical issues with this, but I have others recommend this in talks. I would not do your second suggestion (based on residuals).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 16:51:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-LASSO-or-LAR-variable-selection-implemented-for/m-p/170337#M8857</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2014-11-14T16:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: Does SAS have LASSO or LAR variable selection implemented for Logistic Regression?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-LASSO-or-LAR-variable-selection-implemented-for/m-p/170338#M8858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the input.&amp;nbsp; Why not residuals?&amp;nbsp; That's basically what LAR does.&amp;nbsp; For a further complication, in my case I am actually using GLIMMIX because my data are clustered.&amp;nbsp; The first run in GLIMMIX will account for most of the cluster effects as well as give me a true continuous variable in the residual which I can plug into GLMSELECT with the remaining set of predictors.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 17:00:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-LASSO-or-LAR-variable-selection-implemented-for/m-p/170338#M8858</guid>
      <dc:creator>Haris</dc:creator>
      <dc:date>2014-11-14T17:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Does SAS have LASSO or LAR variable selection implemented for Logistic Regression?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-LASSO-or-LAR-variable-selection-implemented-for/m-p/170339#M8859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I have seen this paper, Jaap.&amp;nbsp; Does not really answer my question, does it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 17:04:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-LASSO-or-LAR-variable-selection-implemented-for/m-p/170339#M8859</guid>
      <dc:creator>Haris</dc:creator>
      <dc:date>2014-11-14T17:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: Does SAS have LASSO or LAR variable selection implemented for Logistic Regression?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-LASSO-or-LAR-variable-selection-implemented-for/m-p/170340#M8860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Moe it does not really answer your question. But it was more clear mentioning what you have found.&amp;nbsp; A question in the middle of your thoughts.&lt;/P&gt;&lt;P&gt;The result those guys working with this in a daily approach to react.&amp;nbsp;&amp;nbsp; See LVM came in...&amp;nbsp;&amp;nbsp;&amp;nbsp; I am hoping on some stat specialists at SAS also.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 17:16:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-LASSO-or-LAR-variable-selection-implemented-for/m-p/170340#M8860</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-11-14T17:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Does SAS have LASSO or LAR variable selection implemented for Logistic Regression?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-LASSO-or-LAR-variable-selection-implemented-for/m-p/170341#M8861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yesterday I attended a presentation by Robert Rodriguez at the SAS Global Forum on the latest version (SAS/STAT 13.1) of the HPGENSELECT procedure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The lasso variable selection procedure &lt;STRONG&gt;is&lt;/STRONG&gt; available for logistic regression (in fact that was one of the examples in his slides), although I can't speak for least angle regression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 14:10:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-LASSO-or-LAR-variable-selection-implemented-for/m-p/170341#M8861</guid>
      <dc:creator>RobF</dc:creator>
      <dc:date>2015-04-30T14:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: Does SAS have LASSO or LAR variable selection implemented for Logistic Regression?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-LASSO-or-LAR-variable-selection-implemented-for/m-p/170342#M8862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there - the Proceedings for 2015 are now live. Here is a link to all the papers &lt;A href="http://support.sas.com/resources/papers/proceedings15/index.html" title="http://support.sas.com/resources/papers/proceedings15/index.html"&gt;SAS Global Forum Proceedings 2015&lt;/A&gt;. Here is a link to Robert's paper: &lt;A href="http://support.sas.com/resources/papers/proceedings15/SAS1742-2015.pdf" title="http://support.sas.com/resources/papers/proceedings15/SAS1742-2015.pdf"&gt;http://support.sas.com/resources/papers/proceedings15/SAS1742-2015.pdf&lt;/A&gt;. If you would like me to try to get a copy of the PPT let me know (that has not yet been posted). You can email Robert as his contact info is in the paper. Thanks!&amp;nbsp; &lt;A __default_attr="535527" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt; (logged in as Community Admin)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 14:48:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-LASSO-or-LAR-variable-selection-implemented-for/m-p/170342#M8862</guid>
      <dc:creator>Community_Help</dc:creator>
      <dc:date>2015-04-30T14:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Does SAS have LASSO or LAR variable selection implemented for Logistic Regression?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-LASSO-or-LAR-variable-selection-implemented-for/m-p/170343#M8863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for sharing the link to Robert's paper, very useful! In his paper he says that the LASSO method is only available in SAS/STAT 14.1? Is this correct? How can I access this version of SAS/STAT? I am currently on SAS/STAT 13.2 and though this was the most up-to-date release?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A swift reply would be appreciated as trying to see if I can use SAS for this work or whether I will need to resort to R.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 15:00:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-LASSO-or-LAR-variable-selection-implemented-for/m-p/170343#M8863</guid>
      <dc:creator>emmamcentee</dc:creator>
      <dc:date>2015-05-05T15:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: Does SAS have LASSO or LAR variable selection implemented for Logistic Regression?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-LASSO-or-LAR-variable-selection-implemented-for/m-p/170344#M8864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may have to purchase an updated SAS 9.4 license to obtain SAS/STAT 14.1. I'd contact the SAS licensing dept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've run a lasso on logistic regression models in R if you need help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you're dead set on using SAS (or your data is too big for R to handle in memory), I wrote a short program in Base SAS 9.3 that runs a logistic regression lasso &amp;amp; presented at the SAS Global Forum last week. If you're interested I can send you the link.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 16:12:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-LASSO-or-LAR-variable-selection-implemented-for/m-p/170344#M8864</guid>
      <dc:creator>RobF</dc:creator>
      <dc:date>2015-05-06T16:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Does SAS have LASSO or LAR variable selection implemented for Logistic Regression?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-LASSO-or-LAR-variable-selection-implemented-for/m-p/170345#M8865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@robf Needing a updated license? That would be a very new approach. It is normal to have SAS licensed and you can get the new versions with that.&lt;/P&gt;&lt;P&gt;What is needed is a new installation SID / Setinit&amp;nbsp; to install that into an ICT managed environment. That is normal life cycle-management. &lt;BR /&gt;The numbering of the releases base/foundation&amp;nbsp; SAS (9.3 - 9.4) has been made different to SAS/STAT as they can have different life-cycles.&lt;BR /&gt;You need a Chief Versions Officer for that to understand it.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 17:06:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-LASSO-or-LAR-variable-selection-implemented-for/m-p/170345#M8865</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-05-06T17:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Does SAS have LASSO or LAR variable selection implemented for Logistic Regression?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-LASSO-or-LAR-variable-selection-implemented-for/m-p/170346#M8866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jaap - if you've already installed SAS 9.3, do you have to purchase a 9.4 license to upgrade to SAS/STAT 14.1? I haven't a clue - the process is very opaque to me. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 17:41:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-LASSO-or-LAR-variable-selection-implemented-for/m-p/170346#M8866</guid>
      <dc:creator>RobF</dc:creator>
      <dc:date>2015-05-06T17:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Does SAS have LASSO or LAR variable selection implemented for Logistic Regression?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-LASSO-or-LAR-variable-selection-implemented-for/m-p/170347#M8867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H3&gt;&lt;A href="https://www.sas.com/order_licenses/faq.html#q3" title="https://www.sas.com/order_licenses/faq.html#q3"&gt;Buy SAS&amp;amp;reg; Software: Frequently Asked Questions&lt;/A&gt;&lt;/H3&gt;&lt;P&gt;What will I receive with my online order?&lt;/P&gt;&lt;P&gt;Your license for the product includes software, technical support, online documentation &lt;STRONG&gt;and software upgrades&lt;/STRONG&gt;.&lt;BR /&gt;This same kind of agreement always seen on all the contracts. Being allowed to run the newest version no additional cost. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The installation itself is initial done with a SID file it reflects the license order. One of the parts of that is the setinit code that is applied to core-files allowing the system to run. &lt;BR /&gt;That setinit is something like a key for starting your car. You can see the current active settings with "Proc setinit;run;". There is a yearly purchase-order as that is your payment.&lt;/P&gt;&lt;P&gt;Getting a new SID/Setinit is calling your sales-office. That is a rather easy part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The real problem is getting the software you have got to run on managed servers according to in house business data and it/data/business policies.&amp;nbsp; That is a problem because SAS is not aligned to IT departments. &lt;/P&gt;&lt;P&gt;The same issue is there with a lot of others tools. R Phyton installing by yourself is not compliant as you could be the cause or data-breaches ad other similar big problems.&lt;/P&gt;&lt;P&gt;There is an IT/business gap. So what now?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 17:58:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-LASSO-or-LAR-variable-selection-implemented-for/m-p/170347#M8867</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-05-06T17:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Does SAS have LASSO or LAR variable selection implemented for Logistic Regression?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-LASSO-or-LAR-variable-selection-implemented-for/m-p/170348#M8868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. I have since contacted SAS and SAS / STAT 14.1 won't be released until Q3/Q4 this year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would be very much interested in the program you have written in SAS, and also perhaps to discuss your experience with LASSO in R?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Emma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 10:25:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-LASSO-or-LAR-variable-selection-implemented-for/m-p/170348#M8868</guid>
      <dc:creator>emmamcentee</dc:creator>
      <dc:date>2015-05-07T10:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: Does SAS have LASSO or LAR variable selection implemented for Logistic Regression?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-LASSO-or-LAR-variable-selection-implemented-for/m-p/170349#M8869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Emma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My paper is available at this link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/resources/papers/proceedings15/3297-2015.pdf"&gt;http://support.sas.com/resources/papers/proceedings15/3297-2015.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you have any questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lasso can be run in R using the glmnet package, which may be freely downloaded (along with the R language itself at &lt;A href="http://www.r-project.org/"&gt;http://www.r-project.org/&lt;/A&gt;) from a number of online sites. The glmnet package is very fast and reliable. However if you're working with large datasets that cannot be contained within your computer memory (RAM) then glmnet may not be able to execute properly - this is where SAS shines. If you'd like me to email you examples of my R code I can do that. (I don't know if this is the appropriate forum to discuss R. )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 14:21:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-LASSO-or-LAR-variable-selection-implemented-for/m-p/170349#M8869</guid>
      <dc:creator>RobF</dc:creator>
      <dc:date>2015-05-07T14:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Does SAS have LASSO or LAR variable selection implemented for Logistic Regression?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-LASSO-or-LAR-variable-selection-implemented-for/m-p/170350#M8870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Harris,&lt;/P&gt;&lt;P&gt;If you have SAS Enterprise Miner, you can obtain the LASSO fit for binary target by using the LARS node.&lt;/P&gt;&lt;P&gt;Funda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 14:59:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-LASSO-or-LAR-variable-selection-implemented-for/m-p/170350#M8870</guid>
      <dc:creator>Funda_SAS</dc:creator>
      <dc:date>2015-05-07T14:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Does SAS have LASSO or LAR variable selection implemented for Logistic Regression?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-LASSO-or-LAR-variable-selection-implemented-for/m-p/252897#M13331</link>
      <description>Hello RobF. I'm having the same issue . Could you please send me the link to your short program that runs a logistic regression using LASSO in Base SAS 9.3. It will be greatly appreciated . Thanks ..</description>
      <pubDate>Sat, 27 Feb 2016 05:38:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-LASSO-or-LAR-variable-selection-implemented-for/m-p/252897#M13331</guid>
      <dc:creator>Salomon</dc:creator>
      <dc:date>2016-02-27T05:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Does SAS have LASSO or LAR variable selection implemented for Logistic Regression?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-LASSO-or-LAR-variable-selection-implemented-for/m-p/252929#M13332</link>
      <description>Hello &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/51007"&gt;@RobF&lt;/a&gt;. I'm having the same issue . Could you please send me the link to your short program that runs a logistic regression using LASSO in Base SAS 9.3. It will be greatly appreciated . Thanks</description>
      <pubDate>Sat, 27 Feb 2016 14:36:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-LASSO-or-LAR-variable-selection-implemented-for/m-p/252929#M13332</guid>
      <dc:creator>Salomon</dc:creator>
      <dc:date>2016-02-27T14:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Does SAS have LASSO or LAR variable selection implemented for Logistic Regression?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-LASSO-or-LAR-variable-selection-implemented-for/m-p/253264#M13357</link>
      <description>&lt;P&gt;Hi Salomon,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's the code for both the logistic regression and Poisson regression tested on the Diabetes dataset (available at &lt;A href="http://www4.stat.ncsu.edu/~boos/var.select/diabetes.tab.txt" target="_blank"&gt;http&lt;/A&gt;&lt;A href="http://www4.stat.ncsu.edu/~boos/var.select/diabetes.tab.txt" target="_blank"&gt;://www4.stat.ncsu.edu/~&lt;/A&gt;&lt;A href="http://www4.stat.ncsu.edu/~boos/var.select/diabetes.tab.txt" target="_blank"&gt;boos/var.select/diabetes.tab.txt&lt;/A&gt;&lt;A href="http://www4.stat.ncsu.edu/~boos/var.select/diabetes.tab.txt" target="_blank"&gt;). &lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Either ridge regression (alpha=0), lasso (alpha=1), or elastic net (0 &amp;lt; alpha &amp;lt; 1) may be run by inputing alpha and lambda parameters.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please note that my code isn't quite complete: in order to decide on an optimal lambda&amp;nbsp;value for the lasso, the standard approach is to use cross-validation to&amp;nbsp;minimize prediciton errors across a range of specified lambda values.&amp;nbsp;To do this,&amp;nbsp;split your analysis dataset into &lt;EM&gt;k&lt;/EM&gt; CV folds (typically &lt;EM&gt;k&lt;/EM&gt;=5 or &lt;EM&gt;k&lt;/EM&gt;=10). Run the program (including the standardization and parameter initialization code) on each of the &lt;EM&gt;k&lt;/EM&gt;&amp;nbsp;training datasets.&amp;nbsp;Then score the validation datasets with coefficients generated from each run. Select the value of lambda with the lowest average prediction error. Another option is the “one-standard-error” rule: select the largest lambda value that is still within 1 stnd error of the lambda value with the minimal prediction error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Feb 2016 19:52:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-LASSO-or-LAR-variable-selection-implemented-for/m-p/253264#M13357</guid>
      <dc:creator>RobF</dc:creator>
      <dc:date>2016-02-29T19:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Does SAS have LASSO or LAR variable selection implemented for Logistic Regression?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-LASSO-or-LAR-variable-selection-implemented-for/m-p/298721#M15894</link>
      <description>&lt;P&gt;Hi RobF,&lt;/P&gt;
&lt;P&gt;I like to see your Logistic regression lasso SAS code as you mentioned.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;_kamal&lt;/P&gt;
&lt;P&gt;&lt;A href="mailto:koomalkc@gmail.com" target="_blank"&gt;koomalkc@gmail.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2016 16:42:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Does-SAS-have-LASSO-or-LAR-variable-selection-implemented-for/m-p/298721#M15894</guid>
      <dc:creator>koomalkc</dc:creator>
      <dc:date>2016-09-15T16:42:12Z</dc:date>
    </item>
  </channel>
</rss>

