Ex1.1: Reproduce Example 1.1

View source: R/model-selection.r

Ex1.1R Documentation

Reproduce Example 1.1

Description

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

Usage

Ex1.1(N = 100, n = 25, p = 100, bar = TRUE, seed = 1)

Arguments

N

Number of simulated realizations

n

Sample size

p

Number of features

bar

Show progress bar?

seed

For reproducibility (optional)

Examples

Ex1.1(N=10)

pbreheny/hdrm documentation built on March 29, 2025, 5:18 a.m.