powered by
Summarize a Knowledge Object
# S3 method for Knowledge summary(object, ...)
Invisibly returns the Knowledge object.
Knowledge
A Knowledge object.
Additional arguments (not used).
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