summarize: Summarize iterations to estimates!

View source: R/array-helpers.R

summarizeR Documentation

Summarize iterations to estimates!

Description

Summarize iterations to estimates!

Usage

summarize(x, f, ...)

Arguments

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)

Value

data frame (further merging of estimates is dissalowed due to "transform then summarize" pattern.


sakrejda/stannis documentation built on June 25, 2022, 3:19 a.m.