[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] POLL: the 40 variables project
From: |
Dan Davison |
Subject: |
Re: [Orgmode] POLL: the 40 variables project |
Date: |
Thu, 29 Jan 2009 16:02:10 -0500 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
On Thu, Jan 29, 2009 at 11:26:37PM +0530, Manish wrote:
< ... >
> I am collating the information in the following format.
>
> | Submitter | Variable | Value | Comment |
>
> Further analyses like which were the most commonly customized variables,
> their values etc. can then be derived from the listing (may be using R
Hi Manish,
If your results table is named with
#+TBLNAME:org-variables-table
then you can create a table of counts for each org variable with
#+TBLR: columns:2 action:tabulate table:org-variables-table
That will be sorted alphabetically on variable name. To have it sorted
by the counts you could use
#+TBLR: table:org-variables-table
#+TBLRR: x <- sort(table(x[,2]), decreasing=TRUE)
And to restrict it to the top 30 that would be
#+TBLRR: x <- sort(table(x[,2]), decreasing=TRUE)[1:30]
http://www.stats.ox.ac.uk/~davison/software/org-table-R/org-tblR.el
Dan
(You need to have ess-mode installed, and have R running with M-x
R. Then issue org-table-R-apply with point in the above lines.)
(And with the obvious alteration you can rank the survey respondents in
terms of how hardcore our org customizations are...)
> or Excel.) Ideas on how to better organize this data are welcome.
>
> So far we have 13 responses.
>
> --
> Manish
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> address@hidden
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
--
http://www.stats.ox.ac.uk/~davison
- [Orgmode] Re: POLL: the 40 variables project, (continued)
- [Orgmode] Re: POLL: the 40 variables project, Bernt Hansen, 2009/01/29
- Re: [Orgmode] POLL: the 40 variables project, Chris Leyon, 2009/01/29
- Re: [Orgmode] POLL: the 40 variables project, Matthew Lundin, 2009/01/29
- [Orgmode] Re: POLL: the 40 variables project, Bernt Hansen, 2009/01/29
- Re: [Orgmode] POLL: the 40 variables project, srandby, 2009/01/29
- Re: [Orgmode] POLL: the 40 variables project, Dan Davison, 2009/01/29
- [Orgmode] Re: POLL: the 40 variables project, Michael Ekstrand, 2009/01/29
- [Orgmode] Re: POLL: the 40 variables project, Sivaram Neelakantan, 2009/01/29
- [Orgmode] Re: POLL: the 40 variables project, Eric S Fraga, 2009/01/29
- Re: [Orgmode] POLL: the 40 variables project, Manish, 2009/01/29
- Re: [Orgmode] POLL: the 40 variables project,
Dan Davison <=
- Re: [Orgmode] POLL: the 40 variables project, Carsten Dominik, 2009/01/29
- Re: [Orgmode] POLL: the 40 variables project, Manish, 2009/01/30
- Re: [Orgmode] POLL: the 40 variables project, Carsten Dominik, 2009/01/30
- Re: [Orgmode] POLL: the 40 variables project, Manish, 2009/01/30
- Re: [Orgmode] POLL: the 40 variables project, Carsten Dominik, 2009/01/30
- Re: [Orgmode] POLL: the 40 variables project, Manish, 2009/01/30
- Re: [Orgmode] POLL: the 40 variables project, Carsten Dominik, 2009/01/30
- Re: [Orgmode] POLL: the 40 variables project, Scot Becker, 2009/01/30
- Message not available
- [Orgmode] Re: POLL: the 40 variables project, Carsten Dominik, 2009/01/30
- Re: [Orgmode] POLL: the 40 variables project, Carsten Dominik, 2009/01/30