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 March 29, 2025, 5:18 a.m.