dat {marble} | R Documentation |
simulated data for demonstrating the features of marble.
Description
Simulated gene expression data for demonstrating the features of marble.
Usage
data("dat")
Format
dat consists of four components: X, Y, E, clin.
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
phenotype.
is the
–dimensional vector of genetic factors. The environmental factors and clinical factors
are denoted as the
-dimensional vector
and the
-dimensional vector
, respectively.
The
follows some heavy-tailed distribution. For
(
), the measurement of the
th genetic factor on the
th subject,
considering the following model:
where is the intercept,
's and
's are the regression coefficients corresponding to effects of environmental and clinical factors, respectively.
The
's and
's are the regression coefficients of the genetic variants and G
E interactions effects, correspondingly.
The G
E interactions effects are defined with
With a slight abuse of notation, denote
Denote
,
,
,
,
.
Then model can be written as
See Also
Examples
data(dat)
dim(X)