| getXReTrms {glmmTMB} | R Documentation |
Create X and random effect terms from formula
getXReTrms(formula, mf, fr, ranOK = TRUE, type = "")
formula |
current formula, containing both fixed & random effects |
mf |
matched call |
fr |
full model frame |
ranOK |
random effects allowed here? |
type |
label for model type |
a list composed of
X |
design matrix for fixed effects |
Z |
design matrix for random effects |
reTrms |
output from |