View source: R/ranked_balances.R
ranked_balances | R Documentation |
Extract the standard deviations (default) from the "Summary" data.frame
from the output of summarize_balances()
,
ordered by the `SD_rank`
column.
See examples of usage in
summarize_balances()
.
ranked_balances(summary, measure = "SD")
summary |
Can also be the direct output list of
|
measure |
The measure to extract rows for. One of:
The most meaningful measures to consider as metrics of balance are NOTE: Ranks are of standard deviations and not affected by this argument. |
The rows in `summary`
where `measure` == "SD"
,
ordered by the `SD_rank`
column.
Ludvig Renbo Olsen, r-pkgs@ludvigolsen.dk
Other summarization functions:
summarize_balances()
,
summarize_group_cols()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.