ranked_balances {groupdata2} | R Documentation |
Extract ranked standard deviations from summary
Description
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()
.
Usage
ranked_balances(summary, measure = "SD")
Arguments
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. |
Value
The rows in `summary`
where `measure` == "SD"
,
ordered by the `SD_rank`
column.
Author(s)
Ludvig Renbo Olsen, r-pkgs@ludvigolsen.dk
See Also
Other summarization functions:
summarize_balances()
,
summarize_group_cols()