uncongeniality_analysis/analysis_config_templates/template_plot_surfaceplot.yaml

31 lines
817 B
YAML
Raw Permalink Normal View History

---
analysis:
- !linear_regression
name: "Example_linear_regression"
dataset: "data"
independent_variables:
- 'bayes-corrected (q=0.25) valence'
- 'totalvotes'
dependent_variable: 'number O(n+1)-replies'
standardize: false
report_effect_size: false
- !function_inverse_bayes_transformed_regression
name: "function_Example"
dataset: "data"
model_name: "Example_linear_regression"
visualization:
- !surfaceplot
name: "Example_surfaceplot"
dataset: "data"
function_name: "function_Example"
x_axis_maximum: 20
y_axis_maximum: 20
x_axis_label: "downvotes"
y_axis_label: "upvotes"
z_axis_label: "replies"
elevation_angle: 45
azimuth_angle: 205
title: 'Effect of up- and downvotes according to example linear regression'
...