Sim_data_test {probe}R Documentation

Simulated high-dimensional test data set for sparse linear regression

Description

A test set of outcomes and predictor variables to be used with Sim_data.

Usage

data("Sim_data_test")

Format

A data frame with 400 observations and the following objects:

Y_test

Outcome variable of length 400 for test set.

Z_test

A 400 \times 400 matrix of binary predictor variables for test set.

Source

Simulated data.

Examples

data(Sim_data_test)
attach(Sim_data_test)
length(Y_test)
dim(X_test)

[Package probe version 1.1 Index]