RemoveRowsWithNaNs function

Remove rows that contains NaNs (missing data)

Remove rows that contains NaNs (missing data)

Remove rows that contains NaNs to obtain a matrix wothout missind data

RemoveRowsWithNaNs(x, cols = NULL)

Arguments

  • x: The matrix to be arranged
  • cols: A set of columns to check as a vector of integers

Details

Remove rows that contains NaNs to obtain a matrix wothout missind data

Returns

  • x: Matrix without missing data

Author(s)

Jose Luis Vicente-Villardon

  • Maintainer: Jose Luis Vicente Villardon
  • License: GPL (>= 2)
  • Last published: 2023-11-21

Useful links