make_matched_ds | R Documentation |
make_matched_ds() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make matched dataset. The function returns Matched dataset (a tibble).
make_matched_ds(sngl_grp_ds_tb, cmprsn_smry_tb, ds_smry_ls)
sngl_grp_ds_tb |
Single group dataset (a tibble) |
cmprsn_smry_tb |
Comparison summary (a tibble) |
ds_smry_ls |
Dataset summary (a list) |
Matched dataset (a tibble)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.