get_num_excluded: Create a tibble with counts of excluded kids for different...

Description Usage Arguments Value Examples

View source: R/summary_stat_funs.R

Description

Create a tibble with counts of excluded kids for different reasons

Usage

1
get_num_excluded(data, exclude_code_var, ...)

Arguments

data

Raw data from exp 1, 2, or 3

exclude_code_var

Unquoted variable name of the variable specifying the reason for exclusion

...

Unquoted names of the exclude codes that you want in the resulting tibble. If you want to include all of them, set this equal to everything()

Value

A tibble whose columns are the specified exclusion codes and values are the number of children excluded under that code. The total column sums over all specified exclusion codes (not the total number of excluded kids for any reason)

Examples

1
get_num_excluded(three_toy, excludeCode, parent, sibling, exp)

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