View source: R/01_ModelSetup.R
GetGlobalErrorCorr | R Documentation |
Creates a Spearman correlation matrix of the prediction errors for each predictor on the training data.
GetGlobalErrorCorr(predictions, inputData, stype, corrCutoff)
predictions |
The predictions for each predictor and sample. |
inputData |
An IntLIMData object. |
stype |
The phenotype name. |
corrCutoff |
All model pairs above this correlation cutoff will be clustered together. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.