Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

I want to run a discriminant analysis on different motion capture measures to see which of the measures distinguishes best between my two conditions. The problem is that some of the standardized discriminant function coefficients are >1 and <-1. How is that possible? What did I do wrong? I used z-transformed data to make sure the scales are no issue. Thanks for your help.

share|improve this question
standardization, in general, does not guarantee the quantity being standardized will lie between -1 and 1. – Macro Jan 23 '12 at 19:19
To have unstandardized discriminant coefficients equal the standardized ones one must scale the predictor variables to variance 1 within groups (did you do that?). But the standardized coefficients can exceed 1 in magnitude. Do not confuse them with regression coefficients beta. – ttnphns Jan 23 '12 at 19:39

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.