linear regression "NA" estimate just for last coefficient
I am running the summary(lm(...)) function in R. When I print the coefficients I get estimates for all variables except the last variable. The last variable I get "NA". I tried switching the l...