GCD.3 - Applying Discriminant Analysis

Printer-friendly versionPrinter-friendly version

For discriminant analysis all the predictors are not used. Only the continuous variables and the ordinal variables are used as for the nominal variables there will be no concept of group means and linear discriminants will be difficult to interpret. The predictors are assumed to have a multivariate normal distribution.

Sample R code for
Discriminant Analysis.

Prior probability was taken as observed in the Training sample:

71.4% Creditable and 28.6% Non-creditable

discriminant analysis results

Linear Discriminant Analysis

linear discriminant analysis results

linear discriminant analysis results

Quadratic Discriminant Analysis

quadratic discriminant analysis results

Neither logistic regression nor discriminant analysis is performing well for this data. The reason DA may not do well is that, most of the predictors are categorical and nominal predictors are not used in this analysis.