visreg icon indicating copy to clipboard operation
visreg copied to clipboard

Visualization of regression functions

Results 34 visreg issues
Sort by recently updated
recently updated
newest added

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...