na.replace.cont {siggenes} | R Documentation |
Replaces missing values by either the rowwise mean or median.
na.replace.cont(X, na.method = "mean")
X |
a matrix |
na.method |
character string specifying the statistic
with which the missing values should be replaced. Must be either
"mean" or "median" |
The matrix X
with missing values replaced by either the
rowwise mean or median.
Holger Schwender, holger.schw@gmx.de