SCBI-ForestGEO / McGregor_climate-sensitivity-variation

repository for linking the climate sensitity of tree growth (derived from cores) to functional traits
0 stars 0 forks source link

glmer incompatibility #107

Closed mcgregorian1 closed 4 years ago

mcgregorian1 commented 4 years ago

@teixeirak this may potentially be a problem. @ValentineHerr do you have an opinion?

I've been running analyses on my laptop. The version of the lme4 package for glmer() is 1.1-21 from March of 2019.

I tried running the code on my Mac this afternoon for speed, and I downloaded the most recent lme4 package, which is version 1.1-23 from April of 2020.

So moving forward.

Thoughts?

ValentineHerr commented 4 years ago

REML argument was always ignored in glmer() before. It is only used by lmer().

I could be wrong, but the difference, I suspect, is not having REML=F or not, but might due to an update in the glmm algorithm... anything about it in the news release? glmm are still at the frontier of stats so I woudn't be surprised if things changed.

mcgregorian1 commented 4 years ago

The news release didn't say anything further than what I put in my note above, unfortunately.

teixeirak commented 4 years ago

This is resolved because we switched back to lmer (see issue #105).