Sim_data_test: Simulated high-dimensional test data set for sparse linear...

Sim_data_testR 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)

probe documentation built on Nov. 2, 2023, 5:49 p.m.