Skip to content
Prev 14800 / 20628 Next

Unable to standardize glmmADMB global model

'standardize' is a function from the arm package.

I've just hacked glmmADMB a little bit so this should work:

library(devtools)
install_github("bbolker/glmmADMB")  ## install latest version
library(arm)
arm:::standardize.default(fitted_model$call)
On Mon, Aug 15, 2016 at 5:06 AM, Aoibheann Gaughran <gaughra at tcd.ie> wrote: