| summary.Disco | R Documentation |
Summarize a Disco Object
## S3 method for class 'Disco'
summary(object, ...)
object |
A |
... |
Additional arguments (not used). |
Invisibly returns the Disco object.
data(tpc_example)
kn <- knowledge(
tpc_example,
tier(
child ~ starts_with("child"),
youth ~ starts_with("youth"),
old ~ starts_with("old")
)
)
cd_tges <- tpc(engine = "causalDisco", test = "fisher_z")
disco_cd_tges <- disco(data = tpc_example, method = cd_tges, knowledge = kn)
summary(disco_cd_tges)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.