1: In model.matrix.default(mt, mf, contrasts) : the response appeared on the right-hand side and was dropped

后端 未结 0 620
半阙折子戏
半阙折子戏 2021-01-07 08:50

I am trying to run poisson regression with multiple DVs and a single IV:

DVs<-names(counts)[1:n]
summary(fits <- sapply(DVs, function(x) {glm(substitute         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题