data {spinBayes} | R Documentation |
simulated data for demonstrating the features of BVCfit
Description
Simulated gene expression data for demonstrating the features of BVCfit.
Usage
data("gExp")
data("gExp.new")
data("gExp.L")
Format
gExp consists of five components: X, Y, Z, E and clin. gExp.new contains the data of new observations (X.new, Y.new, Z.new, E.new and clin.new) which can be used for evaluating the prediction performance.
gExp.L contains larger datasets: X2, Y2, Z2, E2 and clin2
Details
the same true model is used for generating Y, Y.new and Y2
where ,
,
and
See Also
Examples
data(gExp)
dim(X)
data(gExp.L)
dim(X)
[Package spinBayes version 0.2.1 Index]