Skip to contents

This function merges two or more classification/regression result objects into a single object.

Usage

merge_results(x, ...)

Arguments

x

The first classification/regression result object to merge.

...

Additional classification/regression result objects to merge.

Value

A single merged classification/regression result object containing the combined results of all input objects.