Description Usage Arguments Value Examples
Calculate summaries for specified group using a summary function and an optional transformation.
1 | sum_samp_with(pred, ..., g = mean, t = identity)
|
pred |
The predictions as returned by |
... |
The grouping. e.g. |
g |
The summary-function. A function of type |
t |
Additional transformation to be applied before |
A tibble with the summaries.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.