I'm working on an analysis using a negative binomial mixed effects model using glmmTMB, and using R Markdown to generate a report for my collaborators. When I knit to html, the regression output changes slightly. Also, AIC, BIC, logLik and deviance all are shown as NA, although they are not NA before I knit.
I tried setting a seed, but it made no difference. When I knit to pdf, results do not change upon knitting - the problem seems to be specific to knitting to html. Any thoughts?