You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The metafor package provides an S3 method for ranef(). Because it "forgets" to import the S3 generic (from nlme or lme4), a new ranef() S3 generic is automatically created.
This leads to a warning in the following, but more importantly, ranef() will stop working for nlme or lme4 objects where it should work:
AFTER fixing the problem (see pull request) the warning (" ... masked ... " ) disappears and more importantly, after loading the two packages, methods(ranef)does show both nlme and metafor methods.
The text was updated successfully, but these errors were encountered:
The
metafor
package provides an S3 method forranef()
. Because it "forgets" to import the S3 generic (fromnlme
orlme4
), a new ranef() S3 generic is automatically created.This leads to a warning in the following, but more importantly,
ranef()
will stop working fornlme
orlme4
objects where it should work:AFTER fixing the problem (see pull request) the warning (" ... masked ... " ) disappears and more importantly, after loading the two packages,
methods(ranef)
does show both nlme and metafor methods.The text was updated successfully, but these errors were encountered: