summary.causal_model {CausalQueries} | R Documentation |
Summarizing causal models
Description
summary method for class causal_model
.
Usage
## S3 method for class 'causal_model'
summary(object, ...)
## S3 method for class 'summary.causal_model'
print(x, stanfit = FALSE, ...)
Arguments
object |
An object of |
... |
Further arguments passed to or from other methods. |
x |
An object of |
stanfit |
Logical. Whether to include readable summary of
|
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.
[Package CausalQueries version 1.1.1 Index]