Fig9.2: Reproduce Figure 9.2

View source: R/stab-toy.R

Fig9.2R Documentation

Reproduce Figure 9.2

Description

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

Usage

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

Arguments

out

Output of Ex9.1

N

Number of simulated realizations

seed

Random number seed for reproducibility

Examples

out <- Ex9.1()
res <- Fig9.2(out)
head(sort(res$Stability[,20], decreasing=TRUE))

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