Description Usage Arguments Details Value Author(s) References
Calculate the condition number of a set of covariates.
1 |
x |
A character string containing covariates present in |
df |
A dataframe containing the data to be used for subsequent modeling. |
Included covariates stored as class factor
within df
are expanded via function model.matrix
via the use of reference-cell
coding. Thus, a k-level factor contributes k - 1 variables in
the design matrix ultimately used in modeling.
Currently, the function does not check if each variable within x
is
actually contained within df
.
The condition number, a number within the range 1,∞).
WEST, Inc.
Belsley, D.A., Kuh, E., and Welsch, R. E. (1980). Regression Diagnostics: Identifying Influential Data and Sources of Collinearity. New York, NY: John Wiley \& Sons, Inc.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.