could not find function "sdf_quantile"

112 Views Asked by At
quantile = sdf_quantile(ALL, ALL$otd_qty, probabilities = c(0.95),relative.error = 1e-05)
Error: could not find function "sdf_quantile"

I am getting error. I have also tried below code to get quantile:-

quantile = approxQuantile(ALL, ALL$otd_qty, probabilities = c(0.95),relative.error = 1e-05)
Error: could not find function "approxQuantile"
0

There are 0 best solutions below