Description Usage Arguments Value Author(s) References See Also
Computes the importances of input variables, SNPs, or sets of SNPs, respectively, based on permutations of the response. Currently only available for the classification and the logistic regression approach of logic regression.
1 2 3 4 5 6 7 8 9 10 11 | vim.permInput(object, n.perm = NULL, standardize = TRUE,
rebuild = FALSE, prob.case = 0.5, useAll = FALSE, version = 1,
adjust = "bonferroni", addMatPerm = FALSE, rand=NA)
vim.permSNP(object, n.perm = NULL, standardize = TRUE,
rebuild = FALSE, prob.case = 0.5, useAll = FALSE, version = 1,
adjust = "bonferroni", addMatPerm = FALSE, rand = NA)
vim.permSet(object, set = NULL, n.perm = NULL, standardize = TRUE,
rebuild = FALSE, prob.case = 0.5, useAll = FALSE, version = 1,
adjust = "bonferroni", addMatPerm = FALSE, rand = NA)
|
object |
an object of class |
set |
either a list or a character or numeric vector. If If a character or a numeric vector,
then the length of If |
n.perm |
number of permutations used in the computation of the importances. By default (i.e.\ if
|
standardize |
should the standardized importance measure be used? |
rebuild |
logical indicating whether the logic regression models should be rebuild (i.e.\ the parameters
beta of the generalized linear models should be recomputed) after removing a
variable or a set of variables from the logic trees and for each permutation of the response.
Note that setting |
prob.case |
a numeric value between 0 and 1. If the logistic regression approach of logic
regression has been used in |
useAll |
logical indicating whether all m * |
version |
either |
adjust |
character vector naming the method with which the raw permutation based
p-values are adjusted for multiplicity. If |
addMatPerm |
should the ( |
rand |
an integer for setting the random number generator in a reproducible state. |
An object of class logicFS
containing
vim |
the values of the importance measure for the input variables, the SNPs, or the sets of SNPs, respectively, |
prop |
|
primes |
the names of the inputs, SNPs, or sets of variables, respectively, |
type |
the type of model (1: classification, 3: logistic regression), |
param |
|
mat.imp |
|
measure |
the name of the used importance measure, |
threshold |
0.95, i.e.\ the suggested threshold for calling an input, SNP or set of SNPs, respectively, important
(this is just used as default value when plotting the importances, see argument |
mu |
|
useN |
|
name |
either |
mat.perm |
if |
Holger Schwender, holger.schwender@hhu.de
Schwender, H., Ruczinski, I., Ickstadt, K. (2011). Testing SNPs and Sets of SNPs for Importance in Association Studies. Biostatistics, 12, 18-32.
logic.bagging
, vim.input
, vim.set
, vim.signperm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.