Description Usage Format Examples
A sample dataset to test functions. This dataset has a count response.
1 |
A data.table with 8 rows and 4 variables:
gender, either M
ale or F
emale
indicating whether a person has a criminal record (yes
) or not (no
)
factors, rich
if a person is rich and not_rich
otherwise
the number of people that satisfies (gender, criminal_record, is_rich)
combination
1 2 | data(rich_pois)
binarize_pois(rich_pois, 'count')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.