example {xtune}R Documentation

An simulated example dataset

Description

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)

Format

The example object is a list containing three elements:

Examples

data(example)
X <- example$X
Y <- example$Y
Z <- example$Z
xtune(X,Y,Z)

[Package xtune version 2.0.0 Index]