Description Usage Arguments Value
View source: R/between_stats_funs.R
Create a tibble with the number and percentage of children in each condition with variable = variable_option
1 | format_for_between_stats(data, variable, variable_option)
|
data |
Formatted data from exp 1, 2, or 3 |
variable |
Unquoted name of the variable you want to look at |
variable_option |
String representing the value of the variable for which you want the number/percentage of children |
A tibble with the number of children with "variable_option" for variable per condition (num_bb and num_bt) and the percentage of children with "variable_option" for variable per condition (bb_"variable_option" and bt_"variable_option")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.