Create a bullet chart with significance bars to compare different baselines in percentage for gender analysis
bullet_chart(data_df, baseline_female, x_label, y_label, baseline_label)dataframe in output from percent_df
numeric vector containing the baseline for each level
label for x axis
label for y axis
label used to define the baseline name.
This function create a bullet chart containing the percentage of
submission with the corresponding baseline for the level defined in
percent_df.