<?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: Warning message in GLMSELECT (Adaptive LASSO) in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Warning-message-in-GLMSELECT-Adaptive-LASSO/m-p/283956#M14967</link>
    <description>&lt;P&gt;Not sure, but you could try SELECTION option:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;L1=&lt;/P&gt;
&lt;P&gt;L1CHOICE=&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Jul 2016 02:57:12 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2016-07-13T02:57:12Z</dc:date>
    <item>
      <title>Warning message in GLMSELECT (Adaptive LASSO)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Warning-message-in-GLMSELECT-Adaptive-LASSO/m-p/283733#M14955</link>
      <description>&lt;DIV class="sasWarning focus-line"&gt;I was running GLMSELECT adaptive LASSO and obtained the following:&lt;/DIV&gt;&lt;DIV class="sasWarning focus-line"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasWarning focus-line"&gt;WARNING: The adaptive weights for the LASSO method are not uniquely determined because the full least squares model is singular.&lt;/DIV&gt;&lt;DIV class="sasWarning focus-line"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasWarning focus-line"&gt;Been searching but it seems no one has posted anything on this. I imagine this is due to formation of singular matrix problem (struggling to understand what that is..).&lt;/DIV&gt;&lt;DIV class="sasWarning focus-line"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasWarning focus-line"&gt;Does this mean adaptive LASSO is not 'valid'? Would appreciate if anyone can guide me through this.&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasWarning focus-line"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasWarning focus-line"&gt;Thank you in advance.&lt;/DIV&gt;&lt;DIV class="sasWarning focus-line"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasWarning focus-line"&gt;Saiful.&lt;/DIV&gt;&lt;DIV class="sasWarning focus-line"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasWarning focus-line"&gt;code:&lt;/DIV&gt;&lt;DIV class="sasWarning focus-line"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasWarning focus-line"&gt;proc glmselect data=WORK.SD outdesign(addinputvars)=Work.Glmselect_Design&lt;BR /&gt;plots=(ASEplot criterionpanel coefficientpanel) seed=123456;&lt;BR /&gt;partition fraction(validate=0.3);&lt;BR /&gt;class Phase_at_admission Phase_at_SD Lethargy Bleed Multiple_comorbids /&lt;BR /&gt;param=glm;&lt;BR /&gt;model Outcome=Age_yr_ PR Plt Sr_Creat AST ALT HCO3 Lactate Phase_at_admission&lt;BR /&gt;Phase_at_SD Lethargy Bleed Multiple_comorbids AST*ALT HCO3*Lactate&lt;BR /&gt;Phase_at_admission*Phase_at_SD Age_yr_*Multiple_comorbids / stb&lt;BR /&gt;selection=lasso&lt;BR /&gt;(adaptive stop=none choose=sbc) stats=all;&lt;BR /&gt;run;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2016 10:55:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Warning-message-in-GLMSELECT-Adaptive-LASSO/m-p/283733#M14955</guid>
      <dc:creator>Dcicantab5</dc:creator>
      <dc:date>2016-07-12T10:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: Warning message in GLMSELECT (Adaptive LASSO)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Warning-message-in-GLMSELECT-Adaptive-LASSO/m-p/283855#M14960</link>
      <description>&lt;P&gt;Collinearity will more likely occur between CLASS variables when some class combinations are empty (i.e. if all males are right-handed in your data there is no way to estimate the left-handed male effect). If you can't find where the problem is, you can get collinearity diagnosis with proc reg after expanding your design matrix (create dummy variables for class effects) with proc glmmod.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2016 18:01:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Warning-message-in-GLMSELECT-Adaptive-LASSO/m-p/283855#M14960</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2016-07-12T18:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Warning message in GLMSELECT (Adaptive LASSO)</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Warning-message-in-GLMSELECT-Adaptive-LASSO/m-p/283956#M14967</link>
      <description>&lt;P&gt;Not sure, but you could try SELECTION option:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;L1=&lt;/P&gt;
&lt;P&gt;L1CHOICE=&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2016 02:57:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Warning-message-in-GLMSELECT-Adaptive-LASSO/m-p/283956#M14967</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-07-13T02:57:12Z</dc:date>
    </item>
  </channel>
</rss>

