powered by
Helper function; should not be called directly by user. This function differs from the quantile function in that it returns an NA when there are NAs in the supplied vector, rather than causing an error.
new.q(x, p)
returns either NA or the desired sample quantile
vector of numeric values
sample quantile that is desired
Layla Parast