Description Usage Arguments Value Author(s) References See Also
View source: R/vim.individual.R
Quantifies the importance of each input variable occuring in at least one
of the logic regression models found in the application of logic.bagging
.
1 2 3 |
object |
an object of class |
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 considered variable
are permuted in the computation of its importance. If |
prop |
should the proportion of logic regression models containing the respective variable also be computed? |
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 variables in each of the logic regression models be added to the output? |
prob.case |
a numeric value between 0 and 1. If the logistic regression approach of logic
regression has been used in |
rand |
an integer for setting the random number generator in a reproducible case. |
An object of class logicFS
containing
vim |
the importances of the variables, |
prop |
the proportion of logic regression models containing the respective variable
(if |
primes |
the names of the variables, |
type |
the type of model (1: classification, 2:linear regression, 3: logistic regression), |
param |
further parameters (if |
mat.imp |
either a matrix containing the improvements due to the variables for each of the models
(if |
measure |
the name of the used importance measure, |
useN |
the value of |
threshold |
|
mu |
|
iter |
|
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
, logicFS
,
vim.logicFS
, vim.set
, vim.ebam
, vim.chisq
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.