Summarizes the output of a Because model run.
Usage
# S3 method for class 'because'
summary(
object,
show_internal = FALSE,
show_nodes = FALSE,
show_random = FALSE,
...
)Arguments
- object
A
becauseobject.- show_internal
Logical. If
TRUE, shows internal parameters created for deterministically defined nodes (e.g.,beta_..._det_...). Defaults toFALSE.- show_nodes
Logical. If
TRUE, shows latent node values (e.g.,Age[1]). Defaults toFALSEto prevent clutter whenmonitor="all".- show_random
Logical. If
TRUE, shows random effect estimates (e.g.,u_...). Defaults toFALSE.- ...
Additional arguments passed to
summary.mcmc.
