Nicely formats the result of prior_build_from_beliefs(), showing the
elicited beliefs, implied prior distributions, and (optionally) the
corresponding prior code.
# S3 method for qbrms_prior_build
print(
x,
digits = 3,
show_data = FALSE,
show_code = TRUE,
code_object_name = "priors",
max_terms = 12,
...
)Invisibly returns the input object x.
An object of class "qbrms_prior_build" as returned by
prior_build_from_beliefs.
Integer scalar giving the number of decimal places to display
for numeric summaries (default: 3).
Logical; if TRUE, print a compact summary of the
elicitation data used to construct the priors.
Logical; if TRUE, print the corresponding prior code
that can be copied into a modelling script.
Character string giving the name that will be used
for the prior object in the displayed code (default: "priors").
Integer scalar giving the maximum number of individual terms
to display before truncating the printed output (default: 12).
Currently ignored. Included for method compatibility.