RemoveRowsWithNaNs: Remove rows that contains NaNs (missing data)
Description
Remove rows that contains NaNs to obtain a matrix wothout missind data
Usage
RemoveRowsWithNaNs(x, cols = NULL)
Value
- x
Matrix without missing data
Arguments
- x
The matrix to be arranged
- cols
A set of columns to check as a vector of integers
Author
Jose Luis Vicente-Villardon
Details
Remove rows that contains NaNs to obtain a matrix wothout missind data