quantileNaN {qape} | R Documentation |
The function returns NaN when one of its arguments is NaN (instead of the error returned in this case by the classic quantile function)
quantileNaN(x, probs)
x |
numeric vector whose sample quantiles are wanted. |
probs |
numeric vector of probabilities with values in [0,1]. |
Tomasz Zadlo