<?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 proc glmselect lasso selection p-values and standard error missing in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/proc-glmselect-lasso-selection-p-values-and-standard-error/m-p/332151#M17541</link>
    <description>&lt;P&gt;I am using this&amp;nbsp;skeleton code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC GLMSELECT DATA = Training TESTDATA = Test;
... 
MODEL
... /selection=lasso(stop=none choose=AIC) stb showpvalues;
...
"Parameter Estimates" = WORK.ParameterEstimates
RUN;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I look at&amp;nbsp;&lt;SPAN&gt;WORK.ParameterEstimates I noticed that:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;StdErr Probt&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;are missing. Can I somehow ensure that these values are included?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Also can I force a selection method to use certain IVs/features?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 13 Feb 2017 12:57:26 GMT</pubDate>
    <dc:creator>csetzkorn</dc:creator>
    <dc:date>2017-02-13T12:57:26Z</dc:date>
    <item>
      <title>proc glmselect lasso selection p-values and standard error missing</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-glmselect-lasso-selection-p-values-and-standard-error/m-p/332151#M17541</link>
      <description>&lt;P&gt;I am using this&amp;nbsp;skeleton code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC GLMSELECT DATA = Training TESTDATA = Test;
... 
MODEL
... /selection=lasso(stop=none choose=AIC) stb showpvalues;
...
"Parameter Estimates" = WORK.ParameterEstimates
RUN;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I look at&amp;nbsp;&lt;SPAN&gt;WORK.ParameterEstimates I noticed that:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;StdErr Probt&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;are missing. Can I somehow ensure that these values are included?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Also can I force a selection method to use certain IVs/features?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2017 12:57:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-glmselect-lasso-selection-p-values-and-standard-error/m-p/332151#M17541</guid>
      <dc:creator>csetzkorn</dc:creator>
      <dc:date>2017-02-13T12:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: proc glmselect lasso selection p-values and standard error missing</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-glmselect-lasso-selection-p-values-and-standard-error/m-p/332465#M17552</link>
      <description>&lt;PRE&gt;
Can you post your full code and output?
If that was reference class variable, StdErr could be missing because that level has been absorbed .


&lt;/PRE&gt;</description>
      <pubDate>Tue, 14 Feb 2017 03:30:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-glmselect-lasso-selection-p-values-and-standard-error/m-p/332465#M17552</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-02-14T03:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: proc glmselect lasso selection p-values and standard error missing</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-glmselect-lasso-selection-p-values-and-standard-error/m-p/332498#M17553</link>
      <description>The above is basically the code.</description>
      <pubDate>Tue, 14 Feb 2017 07:39:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-glmselect-lasso-selection-p-values-and-standard-error/m-p/332498#M17553</guid>
      <dc:creator>csetzkorn</dc:creator>
      <dc:date>2017-02-14T07:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: proc glmselect lasso selection p-values and standard error missing</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/proc-glmselect-lasso-selection-p-values-and-standard-error/m-p/416901#M21882</link>
      <description>&lt;P&gt;I have the same question that you posed in this post. Did you find an answer? I am conducting a multiple regression and none of the variables (or levels of variables) have p-values or standard errors.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2017 22:08:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/proc-glmselect-lasso-selection-p-values-and-standard-error/m-p/416901#M21882</guid>
      <dc:creator>MY32</dc:creator>
      <dc:date>2017-11-28T22:08:03Z</dc:date>
    </item>
  </channel>
</rss>

