R Error in solve.default(V) : 'a' is 0-diml in regTermTest function
问题 I'm trying to use regTermTest function in R survey package to test the significance of each variables for logistic regression. However, I got a solver error for one of my variable, "fun". The error is Error in solve.default(V) : 'a' is 0-diml My code for the logistic regression is model2 <- glm(decision~samerace+race_o+field+goal+attr+sinc+intel+fun+amb+shar+like+prob,data=trg2, family=binomial) regTermTest(model2, "fun") I also encountered p = NA result for another variable "amb".