Internal function for summary.mcpfit, fixef.mcpfit, and ranef.mcpfit
get_summary(fit, width, varying = FALSE, prior = FALSE)
A data.frame with summaries for each model parameter.
An mcpfit
` object.
Float. The width of the highest posterior density interval (between 0 and 1).
Boolean. Get results for varying (TRUE) or population (FALSE)?
TRUE/FALSE. Summarise prior instead of posterior?
Jonas Kristoffer Lindeløv jonas@lindeloev.dk