percent_df: Create a dataframe that will be the input to generate stacked...

Description Usage Arguments Value

View source: R/percent_df.R

Description

Create a dataframe that will be the input to generate stacked bar chart and bullet chart that show percentage to compare proportions among gender.

Usage

1
percent_df(data_df)

Arguments

data_df,

dataframe containing level, lower_CI, upper_CI, significance and female and male percentages from calculate_binom_baseline

Value

The output dataframe contains the columns x_values, y_values, gender, labels


GenderInfer documentation built on Sept. 29, 2021, 9:07 a.m.