<?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: How to include some variables by default in proc glmselect for Lasso regression? in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-include-some-variables-by-default-in-proc-glmselect-for/m-p/342119#M17986</link>
    <description>&lt;P&gt;Thank you for your replies.&lt;/P&gt;&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt;, I had done exactly this but was wondering if I could do it all in one step for cleaner presentation of methodology and results.&lt;/P&gt;&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp&lt;/a&gt;, is there a way to run proc hpgenselect in SAS 9.3 TS Level 1M2, X64_8PRO platform?&lt;/P&gt;</description>
    <pubDate>Fri, 17 Mar 2017 19:09:31 GMT</pubDate>
    <dc:creator>jindalrp</dc:creator>
    <dc:date>2017-03-17T19:09:31Z</dc:date>
    <item>
      <title>How to include some variables by default in proc glmselect for Lasso regression?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-include-some-variables-by-default-in-proc-glmselect-for/m-p/341871#M17975</link>
      <description>&lt;P&gt;Is there a way to include 2 class variables in Lasso regression by default? Basically I want to allow Lasso to choose from among a list of continuous variables but want to include 2 class variables (one has 9 categories and the other has 6 categories) for sure. I am using SAS version 9.3 X64_8PRO.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2017 06:03:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-include-some-variables-by-default-in-proc-glmselect-for/m-p/341871#M17975</guid>
      <dc:creator>jindalrp</dc:creator>
      <dc:date>2017-03-17T06:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to include some variables by default in proc glmselect for Lasso regression?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-include-some-variables-by-default-in-proc-glmselect-for/m-p/341912#M17976</link>
      <description>&lt;PRE&gt;
Unfortunately, INCLUDE= option is not available for PROC GLMSELECT.

But INCLUDE= option is available for PROC HPGENSELECT .



&lt;/PRE&gt;</description>
      <pubDate>Fri, 17 Mar 2017 10:12:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-include-some-variables-by-default-in-proc-glmselect-for/m-p/341912#M17976</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-03-17T10:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to include some variables by default in proc glmselect for Lasso regression?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-include-some-variables-by-default-in-proc-glmselect-for/m-p/341941#M17977</link>
      <description>&lt;P&gt;You can run a regression on the two variables, then use the residuals as the response in PROC GLMSELECT. It might look something like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc glm data=Have;
   class C1 C2;
   model Y = C1 C2;
   output out=Residuals r=NewY;
run;

proc glmselect data=Residuals;
   model NewY = x1 - x1000;
   ...
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 17 Mar 2017 12:22:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-include-some-variables-by-default-in-proc-glmselect-for/m-p/341941#M17977</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-03-17T12:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to include some variables by default in proc glmselect for Lasso regression?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-include-some-variables-by-default-in-proc-glmselect-for/m-p/342119#M17986</link>
      <description>&lt;P&gt;Thank you for your replies.&lt;/P&gt;&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt;, I had done exactly this but was wondering if I could do it all in one step for cleaner presentation of methodology and results.&lt;/P&gt;&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp&lt;/a&gt;, is there a way to run proc hpgenselect in SAS 9.3 TS Level 1M2, X64_8PRO platform?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2017 19:09:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-include-some-variables-by-default-in-proc-glmselect-for/m-p/342119#M17986</guid>
      <dc:creator>jindalrp</dc:creator>
      <dc:date>2017-03-17T19:09:31Z</dc:date>
    </item>
  </channel>
</rss>

