total_gender_df: Create a dataframe that will be the input to generate the bar...

Description Usage Arguments Value

View source: R/total_gender_df.R

Description

Create a dataframe that will be the input to generate the bar chart of the full amount of female and male

Usage

1
total_gender_df(data_df, level)

Arguments

data_df,

dataframe from calculate_binom_baseline containing Level, LCI, UCI, Significance and Male and Female percentages

level,

name of level

Value

The output is a dataframe with the columns x_values, total_female_male, gender, y_values. This data frame is the input to create the bar chart for bar_chart


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