<?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 Model selection using proc genmod in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Model-selection-using-proc-genmod/m-p/124816#M6531</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone know if there is an option for model selection using proc genmod? I am building a model with 30+ covariates&lt;/P&gt;&lt;P&gt;and need a means to select the best fitted model. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Aug 2013 23:15:41 GMT</pubDate>
    <dc:creator>MJHUS</dc:creator>
    <dc:date>2013-08-28T23:15:41Z</dc:date>
    <item>
      <title>Model selection using proc genmod</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Model-selection-using-proc-genmod/m-p/124816#M6531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone know if there is an option for model selection using proc genmod? I am building a model with 30+ covariates&lt;/P&gt;&lt;P&gt;and need a means to select the best fitted model. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 23:15:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Model-selection-using-proc-genmod/m-p/124816#M6531</guid>
      <dc:creator>MJHUS</dc:creator>
      <dc:date>2013-08-28T23:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: Model selection using proc genmod</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Model-selection-using-proc-genmod/m-p/124817#M6532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From my limited knowledge of Genmod, I don't think there is an automatic selection method.&lt;/P&gt;&lt;P&gt;Here is a relevant - somehow, post.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://communities.sas.com/message/100613#100613"&gt;https://communities.sas.com/message/100613#100613&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...Good luck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 02:18:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Model-selection-using-proc-genmod/m-p/124817#M6532</guid>
      <dc:creator>AncaTilea</dc:creator>
      <dc:date>2013-08-29T02:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: Model selection using proc genmod</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Model-selection-using-proc-genmod/m-p/124818#M6533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In particular look at Dale's response regarding the controversial nature of automatic selection methods.&amp;nbsp; What does the response variable look like--is PROC LOGISTIC a viable alternative?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 13:48:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Model-selection-using-proc-genmod/m-p/124818#M6533</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-08-29T13:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Model selection using proc genmod</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Model-selection-using-proc-genmod/m-p/124819#M6534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to you both, Anca and Steve. I have seen the post you refer to and no proc logistic will not work in &lt;/P&gt;&lt;P&gt;my situation since I am modelling a poisson outcome with repeated measures.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 16:39:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Model-selection-using-proc-genmod/m-p/124819#M6534</guid>
      <dc:creator>MJHUS</dc:creator>
      <dc:date>2013-08-29T16:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Model selection using proc genmod</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Model-selection-using-proc-genmod/m-p/124820#M6535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A selection algorithm would be a great feature to have in GENMOD. Although automatic selection methods are controversial in some instances, in some cases all one needs is a reasonable good-enough model with some of the noise removed. It would also be great to be able to obtain such model within a reasonable time and without too much programming.&lt;/P&gt;&lt;P&gt;In absence of the repeated measures, you could conduct the analysis in R, using the step() function. This function finds a model that minimizes either AIC or BIC, using a backward, forward, or stepwise (both backward and forward) searches. The function should work with models of the following families:&amp;nbsp; binomial, gaussian, Gamma, inverse.gaussian,&amp;nbsp; poisson, quasibinomial, quasipoisson. The&amp;nbsp; quasibinomial and quasipoisson families are the over-dispersed versions of the binomial and poisson, respectively.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, the situation is even more complex when you have repeated measures. As far as I know there are no readily available selection algorithms for generalized linear models with repeated measures. A couple of months ago, I was working on a similar problem, and all I could find was a couple of experimental R packages, and that's about it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aside from the traditional stats methodology, there are some convoluted ways to approach the problem using data mining techniques, for instance: assuming that all subjects have similar number and timing for the repeated measures, you could conduct cluster analysis for the outcome and transform it into a categorical variable for trajectories (the clusters). Predictors that are time-dependent can also be transformed into trajectories. Then the transformed outcome, a nominal variable, can be used as dependent variable of a non-linear model such as a regression tree; the predictor selection is implicit in the tree-building algorithm. This is likely not implementable in SAS stat alone, as the clustering algorithms are there, but, as far as I know, the regression trees are not part of SAS stat, they are included in the SAS enterprise miner product. The approach can be attempted in R; however, regardless of the software, there are the issues of how many trajectories (clusters) to select, which is not a simple problem, and also what type of tree model to use, as there are many varieties (not sure which are available in SAS enterprise miner).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For lack of simpler alternatives, I would suggest a quick-and-dirty approach, albeit imperfect and with risk of bias: in GENMOD you could begin by fixing the correlation structure to exchangeable, and then try a humble backward selection manually, one-at-a-time, using p-values and checking at what point the information criterion (QIC for GEE in GENMOD) is minimized in the backward selection sequence. Select the set of predictors that minimize QIC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just and idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 16:48:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Model-selection-using-proc-genmod/m-p/124820#M6535</guid>
      <dc:creator>AA1973</dc:creator>
      <dc:date>2013-08-29T16:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Model selection using proc genmod</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Model-selection-using-proc-genmod/m-p/124821#M6536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very much, AA1973, these are very helpful suggestions! &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 19:37:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Model-selection-using-proc-genmod/m-p/124821#M6536</guid>
      <dc:creator>MJHUS</dc:creator>
      <dc:date>2013-08-29T19:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Model selection using proc genmod</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Model-selection-using-proc-genmod/m-p/124822#M6537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steve Denham's suggestion about using the "best-subset" selection algorithm for independent variables in PROC LOGISTIC would give you a good clue about "important" independent variables.&amp;nbsp; Also consider PROC GLMSELECT that selects "good" sets of independent variables for models that are less affected by the biases in the usual forward and backwards stepwise selection methods.&amp;nbsp; Given that you have more than 30 independent variables, this implies more than one billion possible models; thus, using exhaustive searches through macros that successively select sets of independent variables is probably less feasible than the above two alternatives.&amp;nbsp; You may consider reducing the number of independent variables by using a method like PROC VARCLUS to "cluster" the independent variables and by then selecting one or a few of these variables to represent a given variable cluster.&amp;nbsp; Finally, you have the problem of selecting an appropriate variance-covariance/correlation matrix among the repeated measures.&amp;nbsp; This compounds the selection problem you have. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Aug 2013 22:00:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Model-selection-using-proc-genmod/m-p/124822#M6537</guid>
      <dc:creator>1zmm</dc:creator>
      <dc:date>2013-08-31T22:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Model selection using proc genmod</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Model-selection-using-proc-genmod/m-p/124823#M6538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Model effect selection for generalized linear models is available beginning in the current release - SAS 9.4 TS1M0 - using PROC HPGENSELECT.&amp;nbsp; For count models, it can also be done using the SELECTVAR= option in PROC COUNTREG in SAS/ETS software.&amp;nbsp; See the documentation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://support.sas.com/documentation/cdl/en/stathpug/66410/HTML/default/stathpug_hpgenselect_toc.htm"&gt;http://support.sas.com/documentation/cdl/en/stathpug/66410/HTML/default/stathpug_hpgenselect_toc.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://support.sas.com/documentation/cdl/en/etsug/66100/HTML/default/etsug_countreg_toc.htm"&gt;http://support.sas.com/documentation/cdl/en/etsug/66100/HTML/default/etsug_countreg_toc.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Sep 2013 17:48:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Model-selection-using-proc-genmod/m-p/124823#M6538</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2013-09-03T17:48:37Z</dc:date>
    </item>
  </channel>
</rss>

