Skip to contents

summary method for class causal_model.

Usage

# S3 method for causal_model
summary(object, ...)

# S3 method for summary.causal_model
print(x, stanfit = FALSE, ...)

Arguments

object

An object of causal_model class produced using make_model or update_model.

...

Further arguments passed to or from other methods.

x

An object of summary.causal_model class, usually a result of a call to summary.causal_model.

stanfit

Logical. Whether to include readable summary of stanfit produced when updating a model via update_model. Defaults to `FALSE`.

Details

print.summary.causal_model reports DAG data frame, full specification of nodal types and summary of model restrictions in addition to standard print.causal_model output.