Sim_data_cov | R Documentation |
This dataset was simulated using a 100 \times 100
2-dimensional setting described in the reference only two covariates are added. The data contains 400 subjects with one outcome, 10000 predictor variables which are to be subjected to the sparsity assumption, and 2 covariates which are not to be subjected to the sparsity assumption.
data("Sim_data_cov")
A data frame with 400 observations and the following objects:
Y
Outcome variable of length 400
.
Z
A dataframe of a continuous (Cont_cov
) and binary (Binary_cov
) covariate.
X
A 400 \times 10000
matrix of binary predictor variables.
beta_tr
The true values of all 10000
regression coefficients.
beta_Z_tr
The true values of the intercept, Cont_cov
, and Binary_cov
.
signal
The locations of the non-zero regression coefficients.
data(Sim_data_cov)
str(Sim_data_cov)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.