Learn R Programming

causalDisco (version 1.0.1)

summary.Knowledge: Summarize a Knowledge Object

Description

Summarize a Knowledge Object

Usage

# S3 method for Knowledge
summary(object, ...)

Value

Invisibly returns the Knowledge object.

Arguments

object

A Knowledge object.

...

Additional arguments (not used).

Examples

Run this code
kn <- knowledge(
  tpc_example,
  tier(
    child ~ starts_with("child"),
    youth ~ starts_with("youth"),
    old ~ starts_with("old")
  )
)
summary(kn)

Run the code above in your browser using DataLab