- data
a matrix in row-nodes format or a data.frame in column-nodes format
- perturbations
a binary matrix with the dimensions of data. A value 1 designates the corresponding node in the sample as perturbed
- maxParentSet
an integer, the maximal number of parents per node
- parentSizes
an integer vector, maximal number of parents per node
- maxComplexity
an integer, the maximal network complexity for the search
- nodeCats
a list of node categories
- parentsPool
a list of parent sets to choose from
- fixedParents
a list of parent sets to choose from
- score
a character, network selection score such as "AIC" and "BIC"
- weight
a character, specifies how the
- maxIter
an integer, the number of single order searches to be performed
- numThreads
an integer value, the number of parallel threads
- echo
a boolean that sets on/off some functional progress and debug information