call:a call object: the original function call.
n:The sample
size used to estimate the graph.
max.ord:The
maximum size of the conditioning set used
in the conditional independence tests of
the first part of the algorithm.
n.edgetests:The number of
conditional independence tests performed by
the first part of the algorithm.
sepset:Separation sets.
pMax:A square matrix
, where the (i, j)th entry contains the
maximum p-value of all conditional
independence tests for edge i--j.
graph:Object of class "'>graph":
The undirected or partially directed graph that was estimated.
zMin:Deprecated.
test:The number of tests that have been performed.
alpha:The level of significance
for the current test.
R:All of the decisions made from tests that have been performed. A 1 indicates a rejected null hypothesis and 0 represents a null hypothesis that was not rejected.
K:The total number of rejections.
pval:A vector of p-values calculated for each test.
normalizer:The value that ensures the gammai vector sums to one.
exponent:The exponent of the p-series used to calculate each value of the gammai vector.
alphai:A vector containing the alpha value calculated for each test.
kappai:A vector containing the iteration at which each rejected test occurs.
kappai_star:Each element of this vector is the sum of the Si vector up to the iteration at which each rejection occurs.
Ci:A vector indicating whether or not a p-value is a candidate for being rejected.
Si:A vector indicating whether or not a p-value was discarded.
Ci_plus:Each element of this vector represents the number of times each kappai value was counted when calculating each alphai value.
gammai:The elements of this vector are the values of the p-series 0.4374901658/(m^(1.6)), where m is the iteration at which each test is performed.
gammai_sum:The sum of the gammai vector. This value is used in calculating the alphai value at each iteration.