eip {GGMnonreg} | R Documentation |
Edge Inclusion "Probability"
Description
Compute the proportion of bootstrap samples that each relation was selected.
Usage
eip(Y, method = "pearson", B = 1000, progress = TRUE)
Arguments
Y |
The data matrix of dimensions n (observations) by p (nodes). |
method |
Character string. Which type of correlation coefficients
to be computed. Options include |
B |
Integer. Number of bootstrap replicates (defaults to |
progress |
Logical. Should a progress bar be included (defaults to |
Details
The order is the upper-triangular.
Value
An object of class eip
, including a matrix of edge inclusions.
Examples
# data
Y <- ptsd
# eip
fit_eip <- eip(Y, method = "spearman")
# print
fit_eip
[Package GGMnonreg version 1.0.0 Index]