dat {Bayenet} | R Documentation |
simulated data for demonstrating the features of Bayenet.
Description
Simulated gene expression data for demonstrating the features of Bayenet.
Usage
data("dat")
Format
dat consists of four components: X, Y, clin, coef.
Details
The data model for generating Y
Use subscript to denote the
th subject. Let
(
) be
independent and identically distributed random vectors.
is a continuous response variable representing the
cancer outcome and disease phenotype.
is the
–dimensional vector of genetic factors. The clinical factors
is denoted as the
-dimensional vector
.
The
follows some heavy-tailed distribution. Considering the following model:
where is the intercept,
's and
's are the regression coefficients corresponding to effects of clinical factors and genetic variants, respectively.
Denote
,
.
Then model can be written as
See Also
Examples
data(dat)
dim(X)
[Package Bayenet version 0.2 Index]