summary.Knowledge: Summarize a Knowledge Object

View source: R/knowledge.R

summary.KnowledgeR Documentation

Summarize a Knowledge Object

Description

Summarize a Knowledge Object

Usage

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

Arguments

object

A Knowledge object.

...

Additional arguments (not used).

Value

Invisibly returns the Knowledge object.

Examples

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


causalDisco documentation built on April 13, 2026, 5:06 p.m.