bullet_chart {GenderInfer}R Documentation

Create a bullet chart with significance bars to compare different baselines in percentage for gender analysis

Description

Create a bullet chart with significance bars to compare different baselines in percentage for gender analysis

Usage

bullet_chart(data_df, baseline_female, x_label, y_label, baseline_label)

Arguments

data_df

dataframe in output from percent_df

baseline_female

numeric vector containing the baseline for each level

x_label

label for x axis

y_label

label for y axis

baseline_label

label used to define the baseline name.

Value

This function create a bullet chart containing the percentage of submission with the corresponding baseline for the level defined in percent_df.


[Package GenderInfer version 0.1.0 Index]