Re: [rounding (ceil in matlab)] (was: calculating quartils, tercils (or percentiles) Using R?)

2022-07-13 Thread Rudolf Adamkovič
Uwe Brauer writes: > […] the matlab command `ceil' for example does this, I can't find > anything similar in the documentation. How about the 'ceiling' function? See '?ceiling'. For example: ceiling(quantile(c(1, 2, 3), c(1 / 3, 2 / 3, 1))) Rudy -- "One can begin to reason only when a clear

[rounding (ceil in matlab)] (was: calculating quartils, tercils (or percentiles) Using R?)

2022-07-13 Thread Uwe Brauer
>>> "JJ" == Jeremie Juste writes: > Hello Uwe, >> On Sunday, 22 May 2022 at 08:40, Uwe Brauer wrote: >> but I can't not find a way to calculate other percentiles, like >> terciles or so. Does anybody know about this, or a org-function doing >> it? > I would recommend checking the R documentat

Re: calculating quartils, tercils (or percentiles) Using R?

2022-05-22 Thread Uwe Brauer
Hello Jermie > Hello Uwe, > I would recommend checking the R documentation. Believe me, I tried (well I mostly googled, and I failed, I understand now why, my column name was not consistent, with the call in src block grrr > I believe that you might be looking for the following. > #+beg

Re: calculating quartils, tercils (or percentiles) Using R?

2022-05-22 Thread Jeremie Juste
Hello Uwe, > On Sunday, 22 May 2022 at 08:40, Uwe Brauer wrote: > but I can't not find a way to calculate other percentiles, like terciles or > so. > Does anybody know about this, or a org-function doing it? I would recommend checking the R documentation. #+begin_src R :colnames t :var t1=

calculating quartils, tercils (or percentiles) Using R?

2022-05-21 Thread Uwe Brauer
Hi I can use R to calculate quartils as in #+begin_src #+tblname: TC | Data | |--| |5 | | 10 | | 12 | | 15 | | 20 | | 24 | | 27 | | 30 | | 35 | #+begin_src R :colnames t :var t1=TC summary(t1) #+end_src #+RESULTS: | Data | |---| | Min. :