- data
An object of type mids, which stands for 'multiply imputed
data set', typically created by a call to function mice()
- alpha
Significance level
- labels
(Optional) character vector of variable (or "node") names.
Typically preferred to specifying p
- p
(Optional) number of variables (or nodes). May be specified if
labels are not, in which case labels is set to 1:p.
- method
Character string specifying method; the default, "stable"
provides an order-independent skeleton, see
pcalg::pc()
for details.
- m.max
Maximal size of the conditioning sets that are considered in
the conditional independence tests.
- fixedGaps
Logical symmetric matrix of dimension p*p. If entry [i,j]
is true, the edge i-j is removed before starting the
algorithm. Therefore, this edge is guaranteed to be absent
in the resulting graph.
- fixedEdges
A logical symmetric matrix of dimension p*p. If entry [i,j]
is true, the edge i-j is never considered for removal.
Therefore, this edge is guaranteed to be present in the
resulting graph.
- NAdelete
Logical needed for the case indepTest(*) returns NA.
If it is true, the corresponding edge is deleted, otherwise not.
- verbose
If TRUE, detailed output is provided.