Displaying 1 result from an estimated 1 matches for "modelnul".
Did you mean:
modelnum
2005 Mar 01
3
packages masking other objects
...getCovariateFormula. The line I use it in, and the error message is below:
rownames(table)<-c((getCovariateFormula(model1)),(getCovariateFormula(model2)),(getCovariateFormula(model3)),(getCovariateFormula(model4)),(getCovariateFormula(model5)),(getCovariateFormula(model6)),(getCovariateFormula(modelnull)))
Error in switch(mode(x), "NULL" = structure(NULL, class = "formula"), :
invalid formula
This line works fine when I run models with different structures that are not in the lme4 package.
Does anyone have any suggestions about this ?
Am I not removing the package...