Closed zclaas closed 1 month ago
In sparse_linear and sparse_dist, DescTools::Winsorize is now called withquantile(x, probs = wins_quant, na.rm = TRUE). This should resolve #278.
quantile(x, probs = wins_quant, na.rm = TRUE)
In sparse_linear and sparse_dist, DescTools::Winsorize is now called with
quantile(x, probs = wins_quant, na.rm = TRUE)
. This should resolve #278.