powered by
dosearch
Print the Summary of a dosearch Object
# S3 method for summary.dosearch print(x, max_chars = 300L, ...)
x (invisibly)
x
An object of class summary.dosearch.
summary.dosearch
Maximum number of characters of the formula to display. The default is 300.
Not used.
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)
Run the code above in your browser using DataLab