Learn R Programming

codacore (version 0.0.4)

getNumeratorParts: getNumeratorParts

Description

getNumeratorParts

Usage

getNumeratorParts(cdcr, baseLearnerIndex = 1, boolean = TRUE)

Value

The covariates in the numerator of the selected log-ratio.

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.