search for: vole1

Displaying 1 result from an estimated 1 matches for "vole1".

Did you mean: vol1
2011 May 12
3
lm and anova
...a linear regression model with 3 explanatory variables and get the output below. Does anyone know what type of test the anova model below does and why we get so different result in terms of significant variables by the two tables? Thanks! /Sara > summary(model) Call: lm(formula = log(HOBU) ~ Vole1 + Volelag + Year) Residuals: Min 1Q Median 3Q Max -0.757284 -0.166681 0.009478 0.181304 0.692916 Coefficients: Estimate Std. Error t value Pr(>|t|) (Intercept) 80.041737 12.018726 6.660 1.40e-07 *** Vole1 0.005521 0.041626 0.133 0.8953...