Computes equal-tailed posterior intervals for selected model variables.
Usage
# S3 method for class 'RprobitB_fit'
confint(object, parm = NULL, level = 0.95, ...)Arguments
- object
[
RprobitB_fit]
Fitted choice model.- parm
[
character()|NULL]
Variables to include.NULLincludes every population-level posterior variable that is not fixed by the normalization or the model structure. Individual coefficients can be selected by theirindividual[effect,decider]names.- level
[
numeric(1)]
Probability of the equal-tailed credible intervals.- ...
Currently not used.
Value
A numeric matrix with one row per selected variable and columns for the lower and upper credible limits.
Details
The returned intervals are credible intervals, not confidence intervals.
They are reported through stats::confint() because it is the standard
way to ask a fitted model for interval estimates.
