Fit basic Poisson and Negative Binomial models using glmmTMB
fit_mle(
ard,
x_cov_global = NULL,
x_cov_local = NULL,
family = c("poisson", "nbinomial")
)list containing fitted model and extracted parameters
n_i by n_k ARD matrix
n_i by p_global covariate matrix of global covariates
n_i by p_local covariate matrix of local covariates
distribution to fit, either "poisson" or "nbinomial"