addRanks | R Documentation |
Defines the best principle component to use for downstream analysis.
addRanks(ranks)
ranks |
getPCRanks output data frame. |
The input data.frame
with rank order and absolute rank order columns.
ranks <- getPCRanks(eigen, IDs = c("trt", "ctl"))
ranks <- addRanks(ranks)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.