summ_stats: Summary with 'n, sum'

View source: R/summ_stats.R

summ_statsR Documentation

Summary with n, sum

Description

Summary with n, sum.

Usage

summ_stats(
  data,
  stats_var = "ratio_log",
  group_var = NULL,
  prune_var = NULL,
  log = TRUE
)

Arguments

data

Dataframe.

stats_var

Name of variable used to compute the stats.

group_var

Name of grouping variable. If NULL, the summary will only have one line for all rows, without grouping.

prune_var

Name of variable with prune id. If NULL, no filter is used to remove pruned rows.

log

TRUE: Convert computations with exp.

Details

The summary allows to exclude pruned data from the stats.

Value

Data.frame with boxplot.stats by group_var.


FrankLef/eflMuncher documentation built on July 9, 2022, 11:43 a.m.