checkRank | R Documentation |
Plots a score vs. rank plot with a manually chosen rank cut-off for manual k selection.
checkRank(ranks, cutoff)
ranks |
getPCRanks output data frame |
cutoff |
integer, rank value to check |
Returns a grob
plotting the input cutoff
on a plot of absolute eigenvector score vs. absolute rank order.
ranks <- getPCRanks(eigen, IDs = c("trt", "ctl"), PC = 1)
test_50 <- checkRank(ranks, 50) # set cut-off to 50
test_500 <- checkRank(ranks, 500) # set cut-off to 500
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.