View source: R/array-helpers.R
summarize | R Documentation |
Summarize iterations to estimates!
summarize(x, f, ...)
x |
list from with named elements 'values' and 'grouping'. The 'values' element is a matrix (n-groups by n-iterations) with sampled parameter values. The 'grouping' element is a data.frame with n-groups rows and one column per index. |
f |
function to use to aggregate (applied row-wise) |
data frame (further merging of estimates is dissalowed due to "transform then summarize" pattern.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.