computeQuants {fairadapt} | R Documentation |
Compute Quantiles generic for the Quantile Learning step.
Description
Compute Quantiles generic for the Quantile Learning step.
Usage
computeQuants(x, data, newdata, ind, ...)
Arguments
x |
Object with an associated |
data |
|
newdata |
|
ind |
A |
... |
Additional arguments to be passed down to respective method functions. |
Value
A vector of counterfactual values corresponding to newdata
.
[Package fairadapt version 0.2.7 Index]