agg_eval_stat: Aggregate and evaluate statistic

Description Usage Arguments Value

View source: R/prep_values.R

Description

Aggregate and evaluate statistic

Usage

1
agg_eval_stat(.data, .value_col, .group_col, .statistic_col, .block_col)

Arguments

.data

a data frame.

.value_col

a character string representing the name of the column in .data containing observed parameter values.

.group_col

a character string representing the name of the column in .data containing a value to group .data.

.block_col

a character string representing the name of the column in .data containing a string used to block (aggregate) the data.

.statistic

a character string representing the name of the column in .data containing the name of a statistical function.

Value

a data frame.


BWAM/stayCALM documentation built on May 21, 2020, 3:24 p.m.