visreg
visreg copied to clipboard
Visualization of regression functions
I am trying to run the example provide in http://pbreheny.github.io/visreg/articles/web/mixed.html: library(visreg); library(lme4, quietly=TRUE) data(Milk, package="nlme") ctrl
Because this is the only scale on which glmmTMB calculates residuals
I'm fitting an `mgcv::gam` model over a map using a formula like`P ~ s(X,Y)` term where X and Y are the geographic coordinates of the data. `visreg2d(model, "X","Y")` does a...