replaceNAsFeatures {SmartMeterAnalytics} | R Documentation |
Taks a data.frame and replaces all NA values with a certain value.
replaceNAsFeatures(indata, features, replacement = 0)
indata |
|
features |
a vector of variable names (must be colum names of |
replacement |
the alternative value, NA values should be replaced with, zero by default |
the modified data.frame with replaced values
Konstantin Hopf konstantin.hopf@uni-bamberg.de
naInf_omit, remove_empty_features