Preprocess | R Documentation |
This function loads a matrix or a data-fram a file as a matrix. It ensures that each column of the matrix is numeric, has all non-missing values, and is not constant. It drops any columns that violate these conditions.
Preprocess(z)
z |
A matrix or a data frame. |
A cleaned matrix or data frame with violating columns dropped.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.