Returns a summary of the fitted secondary model including posterior
parameter estimates with credible intervals.
# S3 method for estimate_secondary
summary(
object,
type = c("compact", "parameters"),
params = NULL,
CrIs = c(0.2, 0.5, 0.9),
...
)A <data.table> with summary statistics (mean, sd, median,
credible intervals) for model parameters. When type = "compact",
returns only key parameters (delay distribution parameters and scaling
factors). When type = "parameters", returns all or filtered parameters.
A fitted model object from estimate_secondary()
Character string indicating the type of summary to return. Options are "compact" (default) which returns delay distribution parameters and scaling factors, or "parameters" for all parameters or a filtered set.
Character vector of parameter names to include. Only used
when type = "parameters". If NULL (default), returns all parameters.
Numeric vector of credible intervals to calculate.
Additional arguments (currently unused)