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
Here are some environments that need to be stripped out:
`environment(actual$model$family$variance)` is <env:0x145546700>
`environment(expected$model$family$variance)` is <env:0x135739b28>
`environment(actual$model$family$dev.resids)` is <env:0x145546700>
`environment(expected$model$family$dev.resids)` is <env:0x135739b28>
`environment(actual$model$family$aic)` is <env:0x145546700>
`environment(expected$model$family$aic)` is <env:0x135739b28>
`environment(actual$model$family$validmu)` is <env:0x145546700>
`environment(expected$model$family$validmu)` is <env:0x135739b28>
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.
Right now a
glm()
model inherits from thelm()
butchering methods, but there are still some things leftover like residuals:Created on 2022-02-08 by the reprex package (v2.0.1)
The text was updated successfully, but these errors were encountered: