fig_confidence.RdResponse confidence ratings
fig_confidence(which_resp = c("null", "alt"), shade_limit = 20, filter_func = function(data, ...) return(data))
| 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 |
Invisibly returns NULL
fig_confidence( which_resp = "alt" )