\frametitle {Pike data analysis output in R} {\footnotesize \begin{verbatim} ## display the R object lm.res summary(lm.res) Call: lm(formula = DDT ~ 1 + Age, data = pike) Residuals: Min 1Q Median 3Q Max -0.24133 -0.10500 0.01133 0.08300 0.30733 Coefficients: Estimate Std. Error t value Pr(>|t|) (Intercept) -0.23533 0.11269 -2.088 0.057 . Age 0.17133 0.02656 6.450 2.16e-05 *** --- Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1 Residual standard error: 0.1455 on 13 degrees of freedom Multiple R-squared: 0.7619, Adjusted R-squared: 0.7436 F-statistic: 41.61 on 1 and 13 DF, p-value: 2.165e-05 \end{verbatim} }