| gAlgo-class {pcalg} | R Documentation |
Class "gAlgo"
Description
"gAlgo" is a "VIRTUAL" class, the common basis of classes
"pcAlgo" and "fciAlgo".
We describe the common slots here; for more see the help pages of the specific classes.
Slots
call:a
callobject: the original function call.n:an
"integer", the sample size used to estimate the graph.max.ord:an
integer, the maximum size of the conditioning set used in the conditional independence tests of the (first part of the algorithm), in functionskeleton.n.edgetests:the number of conditional independence tests performed by the (first part of the) algorithm.
sepset:a
list, the conditioning sets that led to edge deletions. The set that led to the removal of the edgei -- jis saved in eithersepset[[i]][[j]]or insepset[[j]][[i]].pMax:a numeric square
matrix, where the(i,j)th entry contains the maximal p-value of all conditional independence tests for edgei -- j.
Author(s)
Martin Maechler
See Also
Examples
showClass("gAlgo")