print.causal_model: Print a short summary for a causal model
Description
print method for class causal_model
.
Usage
# S3 method for causal_model
print(x, ...)
Arguments
- x
An object of causal_model
class, usually a result of
a call to make_model
or update_model
.
- ...
Further arguments passed to or from other methods.
Details
The information regarding the causal model includes the statement describing
causal relations using dagitty syntax,
number of nodal types per parent in a DAG, and number of causal types.