Re: [O] orgmode and anova

2016-04-22 Thread Uwe Brauer
>>> "Kyle" == Kyle Andrews writes: > If you wanted to fit a linear regression model with R, you could do > so with the lm function. Calling anova on the output of the > regression would give you a regression anova table. > model <- lm(delivered_seeing ~ zeenith_seeing, data = delsee)

Re: [O] orgmode and anova

2016-04-21 Thread Kyle Andrews
If you wanted to fit a linear regression model with R, you could do so with the lm function. Calling anova on the output of the regression would give you a regression anova table. model <- lm(delivered_seeing ~ zeenith_seeing, data = delsee) anova(model) You would need non-zero residuals for that

[O] orgmode and anova

2016-04-21 Thread Uwe Brauer
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 |