getNumeratorParts {codacore} | R Documentation |
getNumeratorParts
Description
getNumeratorParts
Usage
getNumeratorParts(cdcr, baseLearnerIndex = 1, boolean = TRUE)
Arguments
cdcr |
A codacore object. |
baseLearnerIndex |
An integer indicating which of the (possibly multiple) log-ratios learned by codacore to be used. |
boolean |
Whether to return the parts in boolean form (a vector of TRUE/FALSE) or to return the column names of those parts directly. |
Value
The covariates in the numerator of the selected log-ratio.
[Package codacore version 0.0.4 Index]