Wrapper de stats::quantile() expondo o argumento type
(Hyndman-Fan, 1 a 9).
Usage
rnp_quantis(
x,
probs = c(0.25, 0.5, 0.75),
type = 7L,
na.rm = TRUE,
digits = 4L
)Examples
rnp_quantis(1:100, c(.1, .25, .5, .75, .9), type = 7)
#> 10% 25% 50% 75% 90%
#> 10.90 25.75 50.50 75.25 90.10