Description Usage Arguments Value Author(s) See Also Examples
Fits an additive model (two way decomposition) using Tukey's median
polish procedure using stats::medpolish()
.
1 | 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()
1 2 | 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.