Description Usage Arguments Details Value
Form bridges between datasets by pairing across different sets. Currently,
this function samples the first snippet from bridge_size
pairs
randomly drawn from each input dataset, and then forms all pairwise
combinations between all of these. This is overkill, perhaps, but ensures
good linkage between the pairs drawn both within and across datasets.
1 | pairs_bridge(..., bridge_size = 3)
|
... |
data.frames of pairs created by |
bridge_size |
how many snippets to pair from one set to another |
So for instance, with three datasets of 10 pairs each, 3 pairs would be drawn from each dataset, for 9 total pairs, forming 9 choose 2 =
a new paired dataset of all combinations of bridging pairs between input datasets
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.