simdata.1 {MetaHD} | R Documentation |
Simulated Dataset 1 : With Complete Data
Description
This dataset consists of a list of two data frames containing treatment effect-sizes and within-study covariance matrices
Usage
simdata.1
Format
A list of data frames as follows:
Y
treatment effect sizes of the metabolites in the form of a 12 x 30 matrix, where 12 is the number of studies and 30 is the number of metabolites.
Slist
12-dimensional list of 30 x 30 matrices representing within-study variances and covariances of the treatment effects
Examples
Y <- simdata.1$Y
Slist <- simdata.1$Slist
head(Y)
head(Slist[[1]])
head(Slist[[12]])
[Package MetaHD version 0.1.2 Index]