Skip to content
Prev 205647 / 398506 Next

logistic regression based on principle component analysis

Hi,
On Thu, Jan 7, 2010 at 11:57 AM, ??? <biology0046 at hotmail.com> wrote:
Is this any different than first doing PCA to do the dimensionality
reduction (which presumably will take care of your colinearity), then
doing the logistic regression on your reduced input space?

If so: no package is really necessary, right? It's just a two-step
solution you need to write up.

-steve