View source: R/aggregate_by_vector.R
medianPolish | 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()
,
colCounts()
,
robustSummary()
x <- matrix(rnorm(30), nrow = 3)
medianPolish(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.