Response confidence ratings

fig_confidence(
  which_resp = c("null", "alt"),
  shade_limit = 20,
  filter_func = function(data, ...) return(data)
)

Arguments

which_resp

Which responses to plot (responses indicating null or alt)

shade_limit

N for column below which will be shaded to indicate interpretability problems from small N

filter_func

function to filter the data before plotting

Value

Invisibly returns NULL

Examples

fig_confidence( which_resp = "alt" )