View source: R/mcpfit_methods.R
get_summary | R Documentation |
Internal function for summary.mcpfit, fixef.mcpfit, and ranef.mcpfit
get_summary(fit, width, varying = FALSE, prior = FALSE)
fit |
An |
width |
Float. The width of the highest posterior density interval (between 0 and 1). |
varying |
Boolean. Get results for varying (TRUE) or population (FALSE)? |
prior |
TRUE/FALSE. Summarise prior instead of posterior? |
A data.frame with summaries for each model parameter.
Jonas Kristoffer Lindeløv jonas@lindeloev.dk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.