data {pqrBayes} | R Documentation |
simulated data for demonstrating the features of pqrBayes
Description
Simulated gene expression data for demonstrating the features of pqrBayes.
Format
The data object consists of five components: g, y, u, e and coeff. coeff contains the true values of parameters used for generating the response variable .
Details
The 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
disease phenotype.
denotes a
–dimensional vector of predictors (e.g. genetic factors) with the first element
.
The environmental factor
is a univariate index variable.
is the
-dimensional vector
of clinical covariates. At a given quantile level
,
considering the following quantile varying coefficient model:
where 's are the regression coefficients for the clinical covariates and
's are unknown smooth varying-coefficient functions.
The regression coefficients of
vary with the univariate index variable
.
The
is the random error. For simplicity of notation, the quantile level
has been suppressed hereafter.
The true model that we used to generate Y:
where ,
),
,
and
.
See Also
Examples
data(data)
g=data$g
dim(g)
coeff=data$coeff
print(coeff)