update.gllvm: Update and Re-fit a gllvm Model Call

View source: R/update.gllvm.R

update.gllvmR Documentation

Update and Re-fit a gllvm Model Call

Description

Models of class gllvm have three formula interfaces: formula, lv.formula, and row.eff. Each can include fixed and random effects.

Usage

## S3 method for class 'gllvm'
update(
  object,
  formula = NULL,
  lv.formula = NULL,
  row.eff = NULL,
  eval = TRUE,
  ...
)

Arguments

object

an object of class 'gllvm'.

formula

interface for column-specific effects.

lv.formula

interface for latent variable (reduced-rank) effects.

row.eff

interface for row-specific (i.e., same for all columns) effects.

eval

default to TRUE, in which case the reformulated model is fitted directly. if FALSE returns the new model call.

...

not used.

Details

Updates the formula of a gllvm object.

Author(s)

Bert van der Veen


gllvm documentation built on April 11, 2025, 6:12 p.m.