Displaying 1 result from an estimated 1 matches for "wong2318".
2008 Oct 02
1
missing output in summary() and anova()
> y<-c(131.79, 131.79, 135.02, 135.55, 136.46, 136.83, 137.82, 138.00,
138.06, 138.04, 140.04, 142.44, 145.47, 144.34, 146.30, 147.54, 147.80)
> x<-c(194.5, 194.3, 197.9, 198.4, 199.4, 199.9, 200.9, 201.1, 201.4, 201.3,
203.6, 204.6, 209.5,208.6, 210.7, 211.9, 212.2)
> fitted.results<-lm(y~x)
> summary(fitted.results)
Call:
lm(formula = y ~ x)
Residuals:
Min 1Q Median 3Q Max