SAS does not provide the capability to fit logistic regression models using automated model selection methods, such as forward selection and backwards elimination, when the response variable is nominal. PROC LOGISTIC can provide automated model selection, but is only capable of fitting models with binary or ordinal response variables. This paper details a group of macros that are written to perform automated forward model selection using PROC CATMOD. It is intended for SAS users with a solid background in SAS Macros and the model fitting capabilities found in SAS/STAT.
Related white papers
XML-GL: A Graphical Language for Querying and Restructuring XML Documents
The widespreading of XML as a standard for semi-structured documents on the Web opens up challenging opportunities for Web query languages. In this paper we introduce XML-GL, a graphical query...
C++ Migration Guide
This book explains what you need to know when moving from 4.0, 4.0.1, 4.1, or 4.2 versions of the C++ compiler to the C++ 5.0 version. If you are moving...
Writing Optimized C Code for Microcontroller Applications
Generally, when programs are written in C and compiled by a C compiler, the code efficiency decreases compared to an Assembly language program. In order to improve code efficiency, most...
Efficiently Adapting Java Binaries in Limited Memory Contexts
This paper presents a compilation framework that allows executable code to be shared across different Java Virtual Machine (JVM) instances. All fully compliant JVMs that target servers rely on run-time...
IBM Informix Client Software Development Kit Version 2.8
Using Informix Client SDK, developers can write applications in the language that they prefer, whether it is Java, C++, C, ESQL or any application tools with ODBC or OLEDB access....
Java Application Client Container
This paper describes an approach to design clients in a multitier enterprise application with the Java 2 Platform, using Enterprise Java Bean Containers for the client application. The paper does...
International String Class
In the current world business environment handling different languages and character sets is an everyday problem. Tivoli's enterprise management products are designed to support the business enterprise model. Handling multiple...


