uncongeniality_analysis/analysis_config_templates/template_plot_grouped_histogram.yaml

12 lines
333 B
YAML
Raw Normal View History

---
visualization:
- !grouped_histogram
name: "Example_grouped_histogram"
dataset: "data"
group_by: 'user_id'
aggregation_variable: 'bayes-corrected (q=0.25) valence'
aggregation_function: 'mean'
x_axis_label: 'Valence'
y_axis_label: 'Number of users'
title: 'Histogram of Mean Valence per User'
...