View source: R/compositemodelfunctions.R
ComputeTScore | R 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.
ComputeTScore(pred, trueVal, includeVarianceTest = FALSE)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.