get_percentage_female: Calculate the percentage of female participants

Description Usage Arguments Examples

View source: R/summary_stat_funs.R

Description

Calculate the percentage of female participants

Usage

1
get_percentage_female(data, ..., num_digits = 0)

Arguments

data

A tibble (formatted data from exp 1, 2, or 3)

...

Any criteria you want to filter by

num_digits

The number of significant digits

Examples

1
get_percentage_female(three_toy_tidy, 3, condition == "Broken Button")

skaltman/yvw documentation built on May 21, 2019, 9:39 a.m.