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 1.0.0 Index]