merge_predictions: Merge predictions from multiple models

View source: R/allgeneric.R

merge_predictionsR Documentation

Merge predictions from multiple models

Description

Combine predictions from several models applied to the same test set.

Usage

merge_predictions(obj1, rest, ...)

Arguments

obj1

The first object containing predictions.

rest

The rest of the objects containing predictions.

...

Additional arguments to be passed to the function.

Value

A combined object containing merged predictions from multiple models.


bbuchsbaum/rMVPA documentation built on April 23, 2024, 7:35 a.m.