my_quantile: Quantile function that works with NA

Description Usage Arguments Value Author(s)

View source: R/my_quantile.r

Description

Quantile function that works with NA

Usage

1
my_quantile(x, probs, ...)

Arguments

x

numeric vector whose sample quantiles are wanted, or an object of a class for which a method has been defined (see also ‘details’). NA and NaN values are not allowed in numeric vectors unless na.rm is TRUE.

probs

numeric vector of probabilities with values in [0,1]. (Values up to 2e-14 outside that range are accepted and moved to the nearby endpoint.)

...

further arguments passed to or from other methods.

Value

quantiles

Author(s)

Sebastian Funk


sbfnk/measles.katanga documentation built on Nov. 11, 2019, 4:27 a.m.