summ_stats | R Documentation |
n, sum
Summary with n, sum
.
summ_stats( data, stats_var = "ratio_log", group_var = NULL, prune_var = NULL, log = TRUE )
data |
Dataframe. |
stats_var |
Name of variable used to compute the stats. |
group_var |
Name of grouping variable. If |
prune_var |
Name of variable with prune id. If |
log |
TRUE: Convert computations with |
The summary allows to exclude pruned data from the stats.
Data.frame with boxplot.stats by group_var
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.