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