View source: R/rc.feature.replace.na.R
replace_na | R Documentation |
add rc.feature.replace.na params in ramclustObj
replace_na(data, replace.int, replace.zero, replace.noise)
data |
selected data frame to use |
replace.int |
default = 0.1. proportion of minimum feature value to replace NA (or zero) values with |
replace.zero |
logical if TRUE, any zero values are replaced with noise as if they were NA values |
replace.noise |
default = 0.1. proportion ofreplace.int value by which noise is added via 'jitter' |
selected ramclustR data frame with NA and zero values removed.
number of features replaced
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.