FAQ/condnoR - CBU statistics Wiki

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment
Finzd thee wrang lelters ino eacuh wosrd

location: FAQ / condnoR

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.