Diff for "FAQ/condnoR" - CBU statistics Wiki
location: Diff for "FAQ/condnoR"
Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2007-02-14 16:42:13
Size: 501
Editor: PeterWatson
Comment:
Revision 4 as of 2013-03-08 10:17:18
Size: 514
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
For a matrix, m, typing kappa(matrix) produces the condition index using R. Typing help(kappa) in R gives further details. For a matrix, m, typing '''kappa(m)''' produces the condition index for m using R. Typing '''help(kappa)''' in R gives further details.

Condition number in R

The condition number is the ratio of the largest to the smallest eigenvalue of a matrix. It is used in assessing multicollinearity. See an example of its use in Hair JF, Anderson, RE, Tatham, RL and Black WC Multivariate Data Analysis (1998) Prentice-Hall, NJ. High values are associated with high correlations amongst variables in a matrix.

For a matrix, m, typing kappa(m) produces the condition index for m using R. Typing help(kappa) in R gives further details.

None: FAQ/condnoR (last edited 2013-03-08 10:17:18 by localhost)