format_for_between_stats: Create a tibble with the number and percentage of children in...

Description Usage Arguments Value

View source: R/between_stats_funs.R

Description

Create a tibble with the number and percentage of children in each condition with variable = variable_option

Usage

1
format_for_between_stats(data, variable, variable_option)

Arguments

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

Value

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")


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