print.causalmodel {causaloptim} | R Documentation |
Print relevant information about the causal model
Description
Print relevant information about the causal model
Usage
## S3 method for class 'causalmodel'
print(x, omit_cf_constraints = FALSE, omit_obs_constraints = FALSE, ...)
Arguments
x |
object of class "causalmodel" |
omit_cf_constraints |
Do not print the counterfactual constraints |
omit_obs_constraints |
Do not print the observable constraints |
... |
Not used |
Value
x, invisibly
[Package causaloptim version 1.0.0 Index]