SampleOverlapMatrix: An example data of sample-overlap matrices.
Description
An example data of sample-overlap matrices for five different diseases in the Kaiser
GERA cohort (a real data).
SampleOverlapMatrix is a list that contains an example of the sample overlap matrices
for five different diseases in the Kaiser GERA cohort. SampleOverlapMatrix$n11
provides the number of cases shared between all possible pairs of diseases.
SampleOverlapMatrix$n00 provides the number of controls shared between all possible
pairs of diseases. SampleOverlapMatrix$n10 provides the number of subjects who
are case for one disease and control for another disease.
Usage
data(SampleOverlapMatrix)
Arguments
Format
A list consisting of three integer square matrices (each of dimension 5 by 5):
n11
number of cases shared between all possible pairs of diseases.
n00
number of controls shared between all possible pairs of diseases.
n10
number of subjects who are case for one disease and control for another disease.