Number of samples per participant for each activity, by effect size

fig_sampling_behavior(
  filter_func = function(data, ...) return(data),
  print_plot = TRUE
)

Arguments

filter_func

function to filter the data before plotting

print_plot

(logical) set to FALSE to prevent printing the ggplot object

Value

Invisibly returns a list containing the ggplot objects and the result of the robust regression analysis

Examples

suppressWarnings( fig_sampling_behavior() )