medianPolish {MsCoreUtils} | R Documentation |
Fits an additive model (two way decomposition) using Tukey's median
polish procedure using stats::medpolish()
.
medianPolish(x, verbose = FALSE, ...)
x |
A |
verbose |
Default is |
... |
Additional arguments passed to |
A numeric
vector of length identical to ncol(x)
.
Laurent Gatto
Other Quantitative feature aggregation:
aggregate_by_vector()
,
colCounts()
,
robustSummary()
x <- matrix(rnorm(30), nrow = 3) medianPolish(x)