summary method for class causal_model
.
# S3 method for causal_model
summary(object, ...)# S3 method for summary.causal_model
print(x, stanfit = FALSE, ...)
An object of causal_model
class produced using
make_model
or update_model
.
Further arguments passed to or from other methods.
An object of summary.causal_model
class, usually a result of
a call to summary.causal_model
.
Logical. Whether to include readable summary of
stanfit
produced when updating a model via update_model
.
Defaults to `FALSE`.
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.