powered by
summary method for class "model_query".
model_query
# S3 method for model_query summary(object, ...)# S3 method for summary.model_query print(x, ...)
# S3 method for summary.model_query print(x, ...)
Returns the object of class summary.model_query
summary.model_query
An object of model_query class produced using query_model
query_model
Further arguments passed to or from other methods.
an object of model_query class produced using query_model
# \donttest{ model <- make_model("X -> Y") |> query_model("Y[X=1] > Y[X=1]") |> summary() # }
Run the code above in your browser using DataLab