:og:description: :og:image:alt: Benchpress logo :og:sitename: Benchpress causal discovery platform :og:title: PC (bnlearn) .. meta:: :title: PC (bnlearn) :description: .. _bnlearn_pcstable: PC (bnlearn) ************* .. list-table:: * - Module name - `bnlearn_pcstable `__ * - Package - `bnlearn `__ * - Version - 4.8.3 * - Language - `R `__ * - Docs - `here `__ * - Paper - :footcite:t:`doi:10.1177/089443939100900106` * - Graph type - `DAG `__ * - MCMC - No * - Edge constraints - :ref:`Yes ` * - Data type - C, D, M * - Data missingness - * - Intervention type - * - Docker - `bpimages/bnlearn:4.8.3 `__ PC ------ .. rubric:: Some fields described * ``edgeConstraints`` Name of the JSON file containing background knowledge .. rubric:: Example JSON .. code-block:: json [ { "id": "pcstable-zf", "alpha": [ 0.01, 0.05 ], "test": "zf", "B": null, "maxsx": null, "debug": false, "undirected": false, "timeout": null, "edgeConstraints": "edgeConstraints.json" }, { "id": "pcstable-mi", "alpha": [ 0.01, 0.05 ], "test": "mi", "B": null, "maxsx": null, "debug": false, "undirected": false, "timeout": null, "edgeConstraints": "edgeConstraints.json" } ] .. footbibliography::