Fig9.1: Reproduce Figure 9.1

View source: R/multi-split.R

Fig9.1R Documentation

Reproduce Figure 9.1

Description

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

Usage

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

Arguments

out

Output of Ex9.1()

N

Number of random splits

seed

Random number seed for reproducibility

Value

A vector of p-values

Examples

Data <- Ex9.1()
out <- Fig9.1(Data)
head(out)

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