R/fig_sig_testing_opinion.R
fig_sig_testing_opinion.Rd
Distribution of opinions about significance testing in sample
fig_sig_testing_opinion( filter_func = function(data, ...) return(data), print_plot = TRUE )
filter_func | function to filter the data before plotting |
---|---|
print_plot | (logical) set to FALSE to prevent printing the ggplot object |
Invisibly returns the ggplot object
suppressWarnings( fig_sig_testing_opinion() )