Return the Median Polish (Robust Twoway Decomposition) of a matrix
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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.