View source: R/check_predictor_matrix.R
check_predictor_matrix | R Documentation |
Performs a number of checks on a custom predictor matrix and returns error if the matrix is not in a valid format.
check_predictor_matrix(predictor_matrix, data, verbose = TRUE)
predictor_matrix |
custom predictor matrix |
data |
dataframe to be imputed |
verbose |
if TRUE, returns human readable message for the checks performed. |
No return value, only verifies the validity the provided predictor matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.