combine_standard: Combine standard classifier results

View source: R/searchlight.R

combine_standardR Documentation

Combine standard classifier results

Description

This function combines the standard classifier results from a good results data frame by binding the performance rows together and optionally computes the observed probabilities.

Usage

combine_standard(model_spec, good_results, bad_results)

Arguments

model_spec

A list containing the model specification.

good_results

A data frame containing the successful classifier results.

bad_results

A data frame containing the unsuccessful classifier results.

Value

A list containing the combined performance matrix, observed probabilities, and other information from the dataset.


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