Description Usage Arguments Value Author(s) References See Also
Quantifies the importances of SNPs or sets of variables, respectively, contained in a logic bagging model.
1 2 3 4 5 6 7 8 9 | vim.snp(object, useN = NULL, iter = NULL, standardize = NULL,
mu = 0, addMatImp = FALSE, prob.case = 0.5,
score = c("DPO", "Conc", "Brier", "PL"), ensemble = FALSE,
rand = NULL)
vim.set(object, set = NULL, useN = NULL, iter = NULL, standardize = NULL,
mu = 0, addMatImp = FALSE, prob.case = 0.5,
score = c("DPO", "Conc", "Brier", "PL"), ensemble = FALSE,
rand = NULL)
|
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 |
useN |
logical specifying if the number of correctly classified out-of-bag observations should
be used in the computation of the importance measure. If |
iter |
integer specifying the number of times the values of the variables in the respective set
are permuted in the computation of the importance of this set. If |
standardize |
should a standardized version of the importance measure for a set of variables
be returned? By default, |
mu |
a non-negative numeric value. Ignored if |
addMatImp |
should the matrix containing the improvements due to each of the sets in each
of the logic regression models be added to the output? If |
prob.case |
a numeric value between 0 and 1. If the logistic regression approach of logic
regression has been used in |
score |
a character string naming the score that should be used in the computation of the importance measure for a survival time analysis. By default, the distance between predicted outcomes ( |
ensemble |
in the case of a survival outcome, should |
rand |
an integer for setting the random number generator in a reproducible state. |
An object of class logicFS
containing
vim |
the importances of the sets of variables, |
prop |
|
primes |
the names of the sets of variables, |
type |
the type of model (1: classification, 2:linear regression, 3: logistic regression, 4: Cox regression), |
param |
further parameters (if |
mat.imp |
either a matrix containing the improvements due to the sets of variables for each of the models
(if |
measure |
the name of the used importance measure, |
useN |
the value of |
threshold |
|
mu |
|
iter |
|
name |
|
Holger Schwender, holger.schwender@hhu.de; Tobias Tietz, tobias.tietz@hhu.de
Schwender, H., Ruczinski, I., Ickstadt, K. (2011). Testing SNPs and Sets of SNPs for Importance in Association Studies. Biostatistics, 12, 18-32.
Tietz, T., Selinski, S., Golka, K., Hengstler, J.G., Gripp, S., Ickstadt, K., Ruczinski, I., Schwender, H. (2018). Identification of Interactions of Binary Variables Associated with Survival Time Using survivalFS. Submitted.
logic.bagging
, logicFS
,
vim.logicFS
, vim.input
, vim.ebam
, vim.chisq
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.