View source: R/metafeaturefunctions.R
ComputeAnalyteCoefMetafeature | R Documentation |
Compute the importance using absolute value of analyte term coefficient. Specifically, the coefficient percentile is calculated and taken as the weight.
ComputeAnalyteCoefMetafeature(predictions, modelStats)
predictions |
Prediction data frame, where rows are samples, and columns are predictors. |
modelStats |
A data frame that includes the interaction p-values, interaction coefficients, and other coefficients for each pair (such as the one output by IntLIM's ProcessResults function) |
A data frame with the importance metric for each sample and each predictor. The metric will be the same for all samples in this case.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.