JenniNiku/gllvm

getFourthCorner function does not respect functions in formula

BertvanderVeen opened this issue · 0 comments

The getFourthCorner function does not properly respect transformations or functions of covariates in the formula. For example:

library(gllvm)
data(spider)
model <- gllvm(spider$abund, X= spider$x, TR = spider$trait, formula = ~I(soil.dry^2)+I(soil.dry^2):marks, family = "poisson")
gllvm:::getFourthCorner(model)

returns an empty matrix of fourth corner coefficients.