emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* orgmode and anova
@ 2016-04-21 19:09 Uwe Brauer
  2016-04-22  1:56 ` Kyle Andrews
  0 siblings, 1 reply; 3+ messages in thread
From: Uwe Brauer @ 2016-04-21 19:09 UTC (permalink / raw)
  To: emacs-orgmode

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 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-04-22  8:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-21 19:09 orgmode and anova Uwe Brauer
2016-04-22  1:56 ` Kyle Andrews
2016-04-22  8:07   ` Uwe Brauer

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).