Description Usage Arguments Value Author(s) References See Also
Computes the value of the single or the multiple tree measure, respectively, for each prime implicant contained in a logic bagging model to specify the importance of the prime implicant for classification, if the response is binary. If the response is quantitative, the importance is specified by a measure based on the log2-transformed mean square prediction error. If the response is a time to an event, performance measures for time-to-event models are employed to determine the importance measures.
1 2 3 4 |
log.out |
an object of class |
neighbor |
a list consisting of character vectors specifying SNPs that are in LD. If specified, all SNPs need to occur exactly one time in this list. If specified, the importance measures are adjusted for LD by considering the SNPs within a LD block as exchangable. |
adjusted |
logical specifying whether the measures should be adjusted for noise. Often, the interaction actually associated with the response is not exactly found in some iterations of logic bagging, but an interaction is identified that additionally contains one (or seldomly more) noise SNPs. 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 |
onlyRemove |
should in the single tree case the multiple tree measure be used? If |
prob.case |
a numeric value between 0 and 1. If the logistic regression approach
of logic regression is used (i.e.\ if the response is binary, and in |
addInfo |
should further information on the logic regression models be added? |
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 |
addMatImp |
should the matrix containing the improvements due to the prime implicants
in each of the iterations be added to the output? (For each of the prime implicants,
the importance is computed by the average over the |
An object of class logicFS
containing
primes |
the prime implicants, |
vim |
the importance of the prime implicants, |
prop |
the proportion of logic regression models containing the prime implicants (or the neighbors of the prime implicants, if |
type |
the type of model (1: classification, 2: linear regression, 3: logistic regression, 4: Cox regression), |
param |
further parameters (if |
mat.imp |
either the matrix containing the improvements if |
measure |
the name of the used importance measure, |
neighbor |
|
useN |
the value of |
threshold |
NULL, |
mu |
NULL. |
Holger Schwender, holger.schwender@hhu.de; Tobias Tietz, tobias.tietz@hhu.de
Schwender, H., Ickstadt, K. (2007). Identification of SNP Interactions Using Logic Regression. Biostatistics, 9(1), 187-198.
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.norm
, vim.signperm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.