Description Usage Arguments Value
Aggregate and evaluate statistic
1 | agg_eval_stat(.data, .value_col, .group_col, .statistic_col, .block_col)
|
.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. |
a data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.