naInf_omit {SmartMeterAnalytics} | R Documentation |
Removes the rows with NA or Inf values
Description
Cleans up a data.frame or matrix which is useful for cases wehere you need complete datasets
Usage
naInf_omit(V)
Arguments
V |
A data.frame or matrix which has to be cleaned |
Value
A cleaned version of data.frame or matrix
Author(s)
Konstantin Hopf konstantin.hopf@uni-bamberg.de
See Also
replaceNAsFeatures, remove_empty_features
[Package SmartMeterAnalytics version 1.0.3 Index]