Fig9.3: Reproduce Figure 9.3

View source: R/stab-tcga.R

Fig9.3R Documentation

Reproduce Figure 9.3

Description

Reproduces Figure 9.3 from the book. If you specify any options, your results may look different.

Usage

Fig9.3(N = 100, seed = 1)

Arguments

N

Number of simulated realizations

seed

Random number seed for reproducibility

Examples

res <- Fig9.3(N=10)
S <- res$Stability
s <- apply(S, 1, max)
head(sort(s[s>0.6], decreasing=TRUE), n=20)


pbreheny/hdrm documentation built on Jan. 17, 2024, 8:53 p.m.