From: Uwe Brauer <oub@mat.ucm.es> To: emacs-orgmode@gnu.org Subject: statistics with R, convert the result into an org table Date: Wed, 11 Apr 2018 14:30:58 +0200 [thread overview] Message-ID: <87604xx6v1.fsf@mat.ucm.es> (raw) Hi I use structure like this Statistics with R #+tblname: qual | 8.3 | 1.4 | | 7.3 | 5.6 | | 2 | 1.3 | | 5.7 | 9.3 | | 5.3 | 5.9 | | 4 | | | 6.9 | | #+begin_src R :results output :var qual=qual summary(qual) #+end_src And obtain #+RESULTS: : V1 V2 : Min. :2.000 Min. :1.3 : 1st Qu.:4.650 1st Qu.:1.4 : Median :5.700 Median :5.6 : Mean :5.643 Mean :4.7 : 3rd Qu.:7.100 3rd Qu.:5.9 : Max. :8.300 Max. :9.3 : NA's :2.0 Is there a way to have the result already translated into an org table resulting in | V1 | | | V2 | | | Min. | 2.000 | Min. | 1.3 | | | 1st Qu. | 4.650 | 1st Qu. | 1.4 | | | Median | 5.700 | Median | 5.6 | | | Mean | 5.643 | Mean | 4.7 | | | 3rd Qu. | 7.100 | 3rd Qu. | 5.9 | | | Max. | 8.300 | Max. | 9.3 | | Uwe Brauer
next reply other threads:[~2018-04-11 12:31 UTC|newest] Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top 2018-04-11 12:30 Uwe Brauer [this message] 2018-04-11 14:53 ` Adonay Felipe Nogueira 2018-04-11 15:46 ` Uwe Brauer 2018-04-11 14:55 ` William Denton 2018-04-11 15:46 ` Uwe Brauer
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style List information: https://www.orgmode.org/ * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=87604xx6v1.fsf@mat.ucm.es \ --to=oub@mat.ucm.es \ --cc=emacs-orgmode@gnu.org \ --subject='Re: statistics with R, convert the result into an org table' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Code repositories for project(s) associated with this inbox: https://git.savannah.gnu.org/cgit/emacs/org-mode.git This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).