print.parents_df {CausalQueries}R Documentation

Print a short summary for a causal_model parents data-frame

Description

print method for class parents_df.

Usage

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

Arguments

x

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

...

Further arguments passed to or from other methods.


[Package CausalQueries version 1.1.1 Index]