ComputeTScore: Compute t-score for a prediction using the paired t-test. The...

View source: R/compositemodelfunctions.R

ComputeTScoreR Documentation

Compute t-score for a prediction using the paired t-test. The t-score tells us how far away the prediction errors are from the mean errors.

Description

Compute t-score for a prediction using the paired t-test. The t-score tells us how far away the prediction errors are from the mean errors.

Usage

ComputeTScore(pred, trueVal, includeVarianceTest = FALSE)

Arguments

pred

Predictions

trueVal

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

includeVarianceTest

Scale the t-score by the f-statistic (the ratio of variances). Default is FALSE.


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