Description Usage Arguments Examples
View source: R/summary_stat_funs.R
Calculate the percentage of female participants
1 | get_percentage_female(data, ..., num_digits = 0)
|
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 |
1 | get_percentage_female(three_toy_tidy, 3, condition == "Broken Button")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.