Russell V. Lenth
Russell V. Lenth
I think I have fixed this incidental bug: ```r > emmeans(LRG, "route", type = "response") route response SE df lower.CL upper.CL injection 38.6 0.585 9 37.3 40.0 oral 27.7 0.470...
Closing tbhis, as bug fixes are in place.
Apparently, some changes I made in 2.8.2 for supporting averaging of counterfactuals sidelined the fix I made to this issue a year+ ago ### received by email... I hope you...
There was a logic error in a part of the code where the columns of the `@linfct` slot were re-labeled. I think I have it fixed (again). I still need...
Looking at file histories, I believe this bug had nothing to do with the counterfactuals code. The error dates back to July 27 (before version 1.8.0) when I decided to...
Oops -- you know what, I should leave this issue open until there is a new update on CRAN, so people are more likely to find this.
The problem occurs in the function `recover_data.lme` which begins like this: ``` recover_data.lme = function(object, data, ...) { fcall = object$call if (!is.null(fcall$weights)) { ... ... ``` In your first...
Leaving on a vacation early tomorrow. It'll be awhile before I can look at this - sorry.
Back from vacation. This does not look easy to fix, but at least it's back on my radar screen.
I guess not. It is not a design goal of mine for **emmeans** to provide analyses that are already available from other packages. Is there a larger question here, or...