From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: orgmode and anova Date: Thu, 21 Apr 2016 19:09:48 +0000 Message-ID: <87shye6ao3.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47941) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1atJzE-0007IH-H2 for emacs-orgmode@gnu.org; Thu, 21 Apr 2016 15:10:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1atJzB-000470-Af for emacs-orgmode@gnu.org; Thu, 21 Apr 2016 15:10:00 -0400 Received: from plane.gmane.org ([80.91.229.3]:52433) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1atJzB-00046w-3l for emacs-orgmode@gnu.org; Thu, 21 Apr 2016 15:09:57 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1atJz7-0000OP-JF for emacs-orgmode@gnu.org; Thu, 21 Apr 2016 21:09:53 +0200 Received: from 182.red-79-144-193.dynamicip.rima-tde.net ([79.144.193.182]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 Apr 2016 21:09:53 +0200 Received: from oub by 182.red-79-144-193.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 Apr 2016 21:09:53 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Hello Using Kubuntu I just installed R and the following code works nicely #+tblname: delsee | airmass | zenith_seeing | delivered_seeing | |---------+---------------+------------------| | 1.3 | 0.95 | 1.1119612 | | 1.3 | 1.0 | 1.1704854 | | 1.3 | 1.1 | 1.2875340 | | 1.3 | 1.2 | 1.4045825 | #+TBLFM: $3=$2*($1**0.6) #+begin_src R :results output :var delsee=delsee summary(delsee) #+end_src Does somebody know whether I could do an ANOVA, comparing these columns (which does not make much sense, but this is not the point. Any help is strongly appreciated. thanks Uwe Brauer