| mkTMBStruc {glmmTMB} | R Documentation |
Extract info from formulas, reTrms, etc., format for TMB
mkTMBStruc(formula, ziformula, dispformula, combForm, mf, fr, yobs, respCol, weights, size = NULL, family, se = NULL, call = NULL, verbose = NULL, ziPredictCode = "corrected", doPredict = 0, whichPredict = integer(0), REML = FALSE)
formula |
conditional formula |
ziformula |
zero-inflation formula |
dispformula |
dispersion formula |
combForm |
combined formula |
mf |
call to model frame |
fr |
model frame |
yobs |
observed y |
respCol |
response column |
weights |
weights |
size |
number of trials in binomial and betabinomial families |
family |
family object |
se |
(logical) compute standard error? |
call |
original |
verbose |
verbosity setting from original |
ziPredictCode |
zero-inflation code |
doPredict |
flag to enable sds of predictions |
whichPredict |
which observations in model frame represent predictions |
REML |
Logical; Use REML estimation rather than maximum likelihood. |
zioffset |
offset for zero-inflated model |
doffset |
offset for dispersion model |