print.causal_model: Print a short summary for a causal model

View source: R/methods.R

print.causal_modelR Documentation

Print a short summary for a causal model

Description

print method for class causal_model.

Usage

## S3 method for class '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.


macartan/gbiqq documentation built on April 28, 2024, 10:07 p.m.