Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Thread: Binary Logistic Regression with Categorical Dependents /AIC Model Selection

Started 1 month ago by Raychl
I am wanting to investigate the relationship between bear-human conflicts and a number of continuous variables (ex. aspect, slope, solar radiation, etc.) by using true conflicts and pseudo conflicts (created by generating random points from true points) as my dependent variable. I was wanting to use PROC REG, but from what I understand this is limited to non-categorical ...
Site: SAS Discussion Forums  SAS Discussion Forums - site profile
Forum: SAS Statistical Procedures   SAS Statistical Procedures
 - forum profile
Total authors: 4 authors
Total thread posts: 4 posts
Thread activity: no new posts during last week
Domain info for: sas.com

Other posts in this thread:

Doc@Duke replied 1 month ago
Go to support.sas.com and search for catmod aic and you will find a paper that should answer your question.

StatDave@sas replied 2 weeks, 2 days ago
If your response is binary, you can fit a logistic model using PROC LOGISTIC or PROC GENMOD. Neither does model selection based on AIC. However, both display the AIC for any single model that you fit (in GENMOD, AIC is displayed beginning in SAS 9.2). You can do model selection based on p-values using the SELECTION= option in PROC LOGISTIC. See also the SLENTRY= and SLSTAY=...

plf515 replied 2 weeks, 1 day ago
You can use PROC GLMSELECT for the model selection, and then use the model that it selects in PROC LOGISTIC or PROC GENMOD. Although GLMSELECT is designed for model selection for GLM, it works well with logistic models too. See my paper (coauthored with David Cassell) at NESUG last year .... www.nesug.org/Proceedings/nesug09/sa/sa01.pdf although I recomend LASSO or LAR ...

 

Top contributing authors

Name
Posts
Raychl
1
user's latest post:
Binary Logistic Regression with...
Published (2009-11-05 04:29:00)
I am wanting to investigate the relationship between bear-human conflicts and a number of continuous variables (ex. aspect, slope, solar radiation, etc.) by using true conflicts and pseudo conflicts (created by generating random points from true points) as my dependent variable. I was wanting to use PROC REG, but from what I understand this is limited to non-categorical dependent variables. I just recently tested out CATMOD, but I am not sure...
Doc@Duke
1
user's latest post:
Binary Logistic Regression with...
Published (2009-11-05 10:01:00)
Go to support.sas.com and search for catmod aic and you will find a paper that should answer your question.
StatDave@sas
1
user's latest post:
Binary Logistic Regression with...
Published (2009-11-24 11:06:00)
If your response is binary, you can fit a logistic model using PROC LOGISTIC or PROC GENMOD. Neither does model selection based on AIC. However, both display the AIC for any single model that you fit (in GENMOD, AIC is displayed beginning in SAS 9.2). You can do model selection based on p-values using the SELECTION= option in PROC LOGISTIC. See also the SLENTRY= and SLSTAY= options, all in the MODEL statement.
plf515
1
user's latest post:
Binary Logistic Regression with...
Published (2009-11-25 08:31:00)
You can use PROC GLMSELECT for the model selection, and then use the model that it selects in PROC LOGISTIC or PROC GENMOD. Although GLMSELECT is designed for model selection for GLM, it works well with logistic models too. See my paper (coauthored with David Cassell) at NESUG last year .... www.nesug.org/Proceedings/nesug09/sa/sa01.pdf although I recomend LASSO or LAR rather than AIC, this PROC can use AIC selection Peter

Related threads on "SAS Discussion Forums":

Related threads on other sites:

Thread profile page for "Binary Logistic Regression with Categorical Dependents /AIC Model Selection" on http://www.sas.com. This report page is a snippet summary view from a single thread "Binary Logistic Regression with Categorical Dependents /AIC Model Selection", located on the Message Board at http://www.sas.com. This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity