powered by
A test set of outcomes and predictor variables to be used with Sim_data.
Sim_data
data("Sim_data_test")
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.
data(Sim_data_test) attach(Sim_data_test) length(Y_test) dim(X_test)
Run the code above in your browser using DataLab