splitG: Output the maximum potential scale reduction statistic of all...

Description Usage Arguments Value Examples

View source: R/split_G.R

Description

Output the maximum potential scale reduction statistic of all parameters estimated

Usage

1
splitG(inputG, Kfold = 3)

Arguments

inputG

a MutationFeatureData S4 class output by the pmsignature.

Kfold

an integer number of the number of cross-validation folds.

Value

a matrix made of perplexity from the results of cross-validation.

Examples

1
2
load(system.file("extdata/sample.rdata", package = "selectKSigs"))
G_split <- splitG(G, Kfold = 3)

selectKSigs documentation built on Nov. 8, 2020, 5:38 p.m.