aggregate_models_by_group_structure | R Documentation |
Takes a grouped collection of ideal observers or adaptors (or MVG / NIW_belief objects) and averages them into a single
object. Aggregation proceeds sequentially from
the first to the last element of group_structure
: first, a mean and covariance matrix will be obtained for all combinations
of grouping variables; then the first grouping variable is collapsed over, creating an average for all combinations of the remaining
grouping variables; and so on. For this process to have a reasonable outcome, it is important that the grouping variables are hierarchically
organized from more specific to less specific: the second group variable should be a superset of the first group variable; the third group
variable should be a superset of the second group variable; etc.
aggregate_models_by_group_structure(x, group_structure = NULL)
x |
An MVG, MVG_ideal_observer, NIW_belief, or NIW_ideal_adaptor object. |
group_structure |
The group structure that will be used for aggregation. |
The aggregated object.
TBD
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.