Learn R Programming

mcp (version 0.3.3)

get_summary: 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)

Value

A data.frame with summaries for each model parameter.

Arguments

fit

An mcpfit` object.

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?

Author

Jonas Kristoffer Lindeløv jonas@lindeloev.dk