Ex9.2: Reproduce Example 9.2

View source: R/split-tcga.R

Ex9.2R Documentation

Reproduce Example 9.2

Description

Reproduces Example 9.2 from the book. If you specify any options, your results may be different.

Usage

Ex9.2(N = 100, seed = 1)

Arguments

N

Number of random splits

seed

Random seed for reproducibility

Examples

p <- Ex9.2(N=5)
head(sort(p))


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