get_summary {mcp} | R Documentation |
Internal function for summary.mcpfit, fixef.mcpfit, and ranef.mcpfit
Description
Internal function for summary.mcpfit, fixef.mcpfit, and ranef.mcpfit
Usage
get_summary(fit, width, varying = FALSE, prior = FALSE)
Arguments
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? |
Value
A data.frame with summaries for each model parameter.
Author(s)
Jonas Kristoffer Lindeløv jonas@lindeloev.dk
[Package mcp version 0.3.4 Index]