print.summary.dosearch | R Documentation |
dosearch
ObjectPrint the Summary of a dosearch
Object
## S3 method for class 'summary.dosearch'
print(x, max_chars = 300L, ...)
x |
An object of class |
max_chars |
Maximum number of characters of the formula to display. The default is 300. |
... |
Not used. |
x
(invisibly)
data <- "p(x,y,z)"
query <- "p(y|do(x))"
graph <- "
x -> y
Z -> x
z -> y
"
x <- dosearch(data, query, graph)
y <- summary(x)
print(y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.