num.pc | R Documentation |
estimates the number of 'significant' principle components for the SVD decomposition – this is the minimum k for PLIER
num.pc(data, method = "elbow", B = 20, seed = NULL)
data |
the same data as to be used for PLIER (z-score recommended) or alternatively the result of an svd calculation |
method |
Either "eblow" (fast) or "permutation" (slower, but less heuristic) |
B |
number of permutations |
seed |
seed for reproducibility |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.