Re: [Rd] quantile() names

2020-12-15 Thread Merkle, Edgar C.
other non-default "type" of calculation, what Abby offered may also apply. -Original Message- From: R-devel mailto:r-devel-boun...@r-project.org>> On Behalf Of Abby Spurdle Sent: Monday, December 14, 2020 4:48 PM To: Merkle, Edgar C. mailto:merk...@missouri.edu>> Cc:

[Rd] quantile() names

2020-12-14 Thread Merkle, Edgar C.
All, Consider the code below options(digits=2) x <- 1:1000 quantile(x, .975) The value returned is 975 (the 97.5th percentile), but the name has been shortened to "98%" due to the digits option. Is this intended? I would have expected the name to also be "97.5%" here. Alternatively, the return