Plots coefficient tables produced by coeftab
, clustered either by models or by parameter names.
coeftab_plot( x , y , pars , col.ci="black" , by.model=FALSE ,
prob=0.95 , ... )
Object produced by coeftab
NULL
and unused. Required for compatibility with base plot
Optional vector of parameter names or indexes to display. If missing, all parameters shown.
Color to draw confidence intervals
Cluster estimates by model instead of by parameter (default)
Probability mass for confidence intervals. Default is 0.95.
This function plots the tabular output of coeftab
, using a dotchart
. By default, estimates are grouped by parameter, with a row for each model. Model's without a parameter still appear as a row, but with no estimate. By setting by.model=TRUE
, the dotchart will instead be grouped by model, with each row being a parameter.
MAP estimates are displayed with percentile confidence (credible) intervals. Default is 95% intervals. Use prob
to change the interval mass.