kendallW.eSet | R Documentation |
Compute Kendall's W for an eSet object
## S3 method for class 'eSet'
kendallW(
object,
row.factor,
summary = c("none", "mean", "median", "max.mean.sig", "max.var.sig"),
na.rm = TRUE,
alpha = 0.01,
...
)
object |
An |
row.factor |
A factor indicating groups of rows. In expression analysis, for instance, this can be GeneIDs indicating which probesets in rows belong to the same gene. |
summary |
Summary type, passed to |
na.rm |
Logical, whether |
alpha |
Numeric, passed to |
... |
Not used |
kendallWmat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.