pcalg integration {bnlearn} | R Documentation |
Convert pcAlgo
objects to bn
objects.
## S3 method for class 'pcAlgo' as.bn(x, ..., check.cycles = TRUE)
x |
an object of class |
... |
extra arguments from the generic method (currently ignored). |
check.cycles |
a boolean value. If |
An object of class bn
.
Marco Scutari