getDenominatorParts {codacore} | R Documentation |
getDenominatorParts
Description
getDenominatorParts
Usage
getDenominatorParts(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 denominator of the selected log-ratio.
[Package codacore version 0.0.4 Index]