Description Usage Arguments Value Author(s) See Also
View source: R/F_replaceNAsFeatures.R
Taks a data.frame and replaces all NA values with a certain value.
1 | replaceNAsFeatures(indata, features, replacement = 0)
|
indata |
a data.frame |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.