View source: R/multifac_asca_heatmap2.R
CalculateImpVarCutoff | R Documentation |
This function calculates the all important features based on a specfic cutoff.
CalculateImpVarCutoff(mSetObj, spe.thresh, lev.thresh)
mSetObj |
Input the name of the created mSetObj (see InitDataObjects) |
spe.thresh |
alpha threshold, less is better, default less than 5 percentile based chi-square note: spe and leverage are vectors, not a single value, but a list to store the result note: the last model is Model.res, no spe Calculate leverage cutoff based on permutation Calculate the reference distribution of leverages note: leverage.perm is a list with each member in a 3 column matrix |
lev.thresh |
leverage threshold, the higher better, default more than 95 percentile of permuted leverage |
Jeff Xia jeff.xia@mcgill.ca McGill University, Canada License: GNU GPL (>= 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.