Sim_data_test | R Documentation |
A test set of outcomes and predictor variables to be used with 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.
Simulated data.
data(Sim_data_test)
attach(Sim_data_test)
length(Y_test)
dim(X_test)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.