Learn R Programming

CausalQueries (version 1.3.2)

summary.model_query: Summarizing model queries

Description

summary method for class "model_query".

Usage

# S3 method for model_query
summary(object, ...)

# S3 method for summary.model_query print(x, ...)

Value

Returns the object of class summary.model_query

Arguments

object

An object of model_query class produced using query_model

...

Further arguments passed to or from other methods.

x

an object of model_query class produced using query_model

Examples

Run this code
# \donttest{
model <-
  make_model("X -> Y") |>
  query_model("Y[X=1] > Y[X=1]")  |>
  summary()
# }

Run the code above in your browser using DataLab