| ecdf_inv | R Documentation |
Computes F^{-1}(q) = \inf\{y : F(y) \ge q\}.
ecdf_inv(ec, q)
ec |
An ecdf object from |
q |
A quantile in [0, 1]. |
The smallest value y such that F(y) >= q.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.