jknowles / merTools

Convenience functions for working with merMod objects from lme4
104 stars 15 forks source link

Check matrices created in predictInterval #102

Closed jknowles closed 5 years ago

jknowles commented 5 years ago

Objects in the predictInterval function that it creates to store results need to follow some of R's data type expectations. In particular matrixTmp needs to have row and column names or no names attributes at all.

jknowles commented 5 years ago

Fixed by commit