Description Usage Format Examples
A sample dataset to test functions. This dataset has binomial responses.
1 |
A data.table with 4 rows and 4 variables:
gender, either M
ale or F
emale
indicating whether a person has a criminal record (yes
) or not (no
)
the number of rich people that satisfies (gender, criminal_record)
combination
the number of non-rich people that satisfies the same combination as in rich
1 2 | data(rich_binom)
binarize_binom(rich_binom, c('rich', 'not_rich'), 'is_rich')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.