The simulated example data contains 100 observations, 200 predictors, and an continuous outcome. Z contains 3 columns, each column is
indicator variable (can be viewed as the grouping of predictors).
Usage
data(example)
Arguments
Format
The example object is a list containing three elements:
X: A simulated 100 by 200 matrix
Y: Continuous response vector of length 100
Z: A 200 by 3 matrix. Z_jk indicates whether predictor X_j has external variable Z_k or not.