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