Learn R Programming

probe (version 1.1)

Sim_data_test: 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")

Arguments

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.

Examples

Run this code
data(Sim_data_test)
attach(Sim_data_test)
length(Y_test)
dim(X_test)

Run the code above in your browser using DataLab