getDominantRADJ {EDOIF} | R Documentation |
getDominantRADJ function
Description
getDominantRADJ is a support function for inferring a dominant-distribution network using mean-difference confidence intervals.
Usage
getDominantRADJ(MegDiffList, methodType)
Arguments
MegDiffList |
is a list of objects that contains mean-difference confidence intervals inferred by getMegDiffConfInv function. |
methodType |
is an option for bootstrapping methods:either "perc" or "bca". |
Value
This function returns an adjacency matrix of a dominant-distribution network adjMat
and the corresponding lower-bound of mean difference CIs adjDiffMat
.
adjDiffMat[i , j] |
A lower bound of confidence interval of mean difference for j minus i using methodType bootstrap. |
adjMat[i , j] |
An element of adjacency matrix: One if adjDiffMat[i,j] is positive, otherwise, zero. |
[Package EDOIF version 0.1.3 Index]