impute.med | R Documentation |
Replaces missing values with medians for column (ignoring NA's in computing median)
impute.med(x)
x |
column of numeric values |
x <- c(0:10, 100, rep(NA,10), 1000, NA) impute.med(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.