Models of class gllvm have three formula interfaces: formula, lv.formula, and row.eff. Each can include fixed and random effects.
# S3 method for gllvm
update(
object,
formula = NULL,
lv.formula = NULL,
row.eff = NULL,
eval = TRUE,
...
)
an object of class 'gllvm'.
interface for column-specific effects.
interface for latent variable (reduced-rank) effects.
interface for row-specific (i.e., same for all columns) effects.
default to TRUE, in which case the reformulated model is fitted directly. if FALSE returns the new model call.
not used.
Bert van der Veen
Updates the formula of a gllvm object.