Description Usage Arguments Details Value Examples
View source: R/describePredMat.R
Briefly describe a predictor matrix
1 | describePredMat(predMat, usePcNames = FALSE)
|
predMat |
a numeric matrix. |
usePcNames |
a scalar boolean value indicating whether or not to include a report about principal components. |
The function splits the predictor matrix by categories: overall, incomplete variables, complete variables and principal components. The number or predictors and the names of the predictors are then withdrawn for each variable in each category and are returned to the user.
a list containing information about the names and numbers of predictors.
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.