BCDAG 1.1.3
- Corrected tests which were returning errors only on some
flavors
BCDAG 1.1.2
- Improved documentation of learn_DAG()
BCDAG 1.1.1
New functions
- New confint()method for objects of classbcdagCE
BCDAG 1.1.0
New functions
- New print()andplotmethods for objects
of classbcdag;
- New object class bcdagCE, containing the output of
functionget_causaleffect(), and associatedprint(),summary()andplotmethods;
- New function get_neighboringDAGs()to obtain all the
DAGs that can be reached from a given DAG through an edge addition,
removal or reversal;
- New function as_graphNEL()easily converting an
adjacency matrix into agraphNELobject;
Minor improvements and fixes
- Faster matrix inversion in DW_nodelml()and internal
functionrnodeDAGWishart()via Cholesky decomposition;
- Faster matrix crossproduct via crossprod(X)inlearn_DAG();
- get_diagnostics()now allows for different graphical
settings and selection of specific nodes of the DAG;
- Bug correction in summary()method for object of classbcdag;
BCDAG 1.0
- First release of the package;