combine.predicted.list: combine outcomes of multiple predictors

View source: R/classifier_model_summary.R

combine.predicted.listR Documentation

combine outcomes of multiple predictors

Description

combine outcomes of multiple predictors

Usage

combine.predicted.list(predicted.list, min.prob = 0.25)

Arguments

predicted.list

a list of predicted outcomes (tables). Each table should have two columns: prob, predicted

min.prob

a minimum probability/likelihood to be called a class. (default = 0.25)

Value

combined table (prob, predicted) of each table will be prefixed with class name, and combined. The last two columns will be the final outcomes.


skimlab/CCSBUtils documentation built on March 30, 2022, 4:52 a.m.