Description Usage Arguments Value Examples
View source: R/cv_PMSignature.R
Output the maximum potential scale reduction statistic of all parameters estimated
1 | cv_PMSignature(inputG, Kfold = 3, nRep = 3, Klimit = 8)
|
inputG |
a MutationFeatureData S4 class. |
Kfold |
an integer number of the number of cross-validation folds. |
nRep |
an integer number of replications. |
Klimit |
an integer of the maximum value of number of signatures. |
a matrix of measures
1 2 | load(system.file("extdata/sample.rdata", package = "selectKSigs"))
results <- cv_PMSignature(G, Kfold = 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.