Description Usage Arguments Value Author(s) Examples
Multi-collinearity Visualization plots
Multi-collinearity Visualization plots
Multi-collinearity Visualization plots
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | alt_mcvis(mcvis_result, eig_max = 1L, var_max = ncol(mcvis_result$MC))
ggplot_mcvis(
mcvis_result,
eig_max = 1L,
var_max = ncol(mcvis_result$MC),
label_dodge = FALSE
)
igraph_mcvis(mcvis_result, eig_max = 1L, var_max = ncol(mcvis_result$MC))
## S3 method for class 'mcvis'
plot(
x,
type = c("ggplot", "igraph", "alt"),
eig_max = 1L,
var_max = ncol(x$MC),
label_dodge = FALSE,
...
)
|
mcvis_result |
Output of the mcvis function |
eig_max |
The maximum number of eigenvalues to be displayed on the plot. |
var_max |
The maximum number of variables to be displayed on the plot. |
label_dodge |
If variable names are too long, it might be helpful to dodge the labelling. Default to FALSE. |
x |
Output of the mcvis function |
type |
Plotting mcvis result using "igraph" or "ggplot". Default to "ggplot". |
... |
additional arguments (currently unused) |
A mcvis visualization plot
Chen Lin, Kevin Wang, Samuel Mueller
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.