Your hub for statistical analysis, data management, and data documentation. Connect, learn, and share with your peers!
Using GENLIN how do I do a reduced linear regression and do I get a choice of the method of reduction?
GENLIN does not provide variable selection methods. You would have to do that manually. Alternatively, use REGRESSION, LINEAR (produces a model object requiring double clicking the output), or the STATS RELIMP extension command (requires the R Essentials).