get_paired_ds | R Documentation |
Produces a dataset in which duplicated pair_id are averaged across different groups specified in
get_paired_ds(ds, rowAnn1, pair_id = 1)
ds |
A dataset object (a list with vals, rowAnn, colAnn, comparison, name). |
rowAnn1 |
A column name in df indicating which groups to stratify by |
pair_id |
Name or column index in ds$rowAnn that count as patients or groups to pair by. |
A new dataset object averaged for each rowAnn pair_id
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.