Description Usage Arguments Value Examples
View source: R/summary_stat_funs.R
Create a tibble with counts of excluded kids for different reasons
1 | get_num_excluded(data, exclude_code_var, ...)
|
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 |
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)
1 | get_num_excluded(three_toy, excludeCode, parent, sibling, exp)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.