emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Jarmo Hurri <jarmo.hurri@syk.fi>
To: emacs-orgmode@gnu.org
Subject: Re: R contingency table axes labels in org
Date: Mon, 04 Nov 2013 19:30:50 +0200	[thread overview]
Message-ID: <87wqkokrat.fsf@syk.fi> (raw)
In-Reply-To: m1mwlk3y8r.fsf@tsdye.com

tsd@tsdye.com (Thomas S. Dye) writes:

> library(ascii)
> ...
> print(ascii(table(data)), type="org")

Great tip. I even got the result out as an interpreted org table by
using ":results output raw". (For example, without "raw" it becomes
literal.) Thanks!

* interesting data
  #+BEGIN_SRC R :exports results :results output raw
    library (ascii)
    org.files <- c (1, 0, 2, 2, 2, 2, 1)
    happiness <- c (1, 0, 2, 2, 2, 1, 2)
    data <- data.frame (org.files, happiness)
    print (ascii (table (data)), type = "org")
  #+END_SRC

  #+RESULTS:
  |             |   | *happiness* |      |      |
  |             |   |           0 |    1 |    2 |
  |-------------+---+-------------+------+------|
  | *org.files* | 0 |        1.00 | 0.00 | 0.00 |
  |             | 1 |        0.00 | 1.00 | 1.00 |
  |             | 2 |        0.00 | 1.00 | 3.00 |


Jarmo

      reply	other threads:[~2013-11-04 17:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-04 16:05 R contingency table axes labels in org Jarmo Hurri
2013-11-04 16:52 ` Thomas S. Dye
2013-11-04 17:30   ` Jarmo Hurri [this message]

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=87wqkokrat.fsf@syk.fi \
    --to=jarmo.hurri@syk.fi \
    --cc=emacs-orgmode@gnu.org \
    /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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public 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).