I am having trouble understanding how to interpret t-values of a categorical variable in a multivariate regression. Please see an example below.
library(alr4)
a <- lm(I(log(acrePrice)) ~ I(as.factor(year)), data = MinnLand)
summary(a)
I am familiar with interpreting coefficients but not sure how to interpret t-values.