ComputeSignificance: Compute the significance value for a given prediction. You...

View source: R/compositemodelfunctions.R

ComputeSignificanceR Documentation

Compute the significance value for a given prediction. You may use information gain, odds ratio, or t-statistic.

Description

Compute the significance value for a given prediction. You may use information gain, odds ratio, or t-statistic.

Usage

ComputeSignificance(pred, trueVal, pruningMethod = "error.t.test")

Arguments

pred

Predicted values

trueVal

The true values (predictions or outcomes) of the input data.

pruningMethod

The method to use for pruning. Right now, only "error.t.test" is valid.


ncats/MultiOmicsGraphPrediction documentation built on Aug. 23, 2023, 9:19 a.m.