Learn R Programming

CausalQueries (version 1.1.0)

print.dag: Print a short summary for a causal_model DAG

Description

print method for class dag.

Usage

# S3 method for dag
print(x, ...)

Arguments

x

An object of dag class, which is a sub-object of an object of the causal_model class produced using make_model or update_model.

...

Further arguments passed to or from other methods.