print.parameters_posterior {CausalQueries}R Documentation

Print a short summary for causal_model parameter posterior distributions

Description

print method for class parameters_posterior.

Usage

## S3 method for class 'parameters_posterior'
print(x, ...)

Arguments

x

An object of parameters_posterior class, which is a sub-object of an object of the causal_model class produced using update_model.

...

Further arguments passed to or from other methods.


[Package CausalQueries version 1.1.1 Index]