summary.model_query | R Documentation |
summary method for class "model_query
".
## S3 method for class 'model_query'
summary(object, ...)
## S3 method for class 'summary.model_query'
print(x, ...)
object |
An object of |
... |
Further arguments passed to or from other methods. |
x |
an object of |
Returns the object of class summary.model_query
model <-
make_model("X -> Y") |>
query_model("Y[X=1] > Y[X=1]") |>
summary()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.