powered by
Sets all elements of the OMEGA or SIGMA matrix to zero
zero_re(.x, ...)# S4 method for mrgmod zero_re(.x, ...)
# S4 method for mrgmod zero_re(.x, ...)
a model object
which matrix to zero out; pass omega to just zero out omega, sigma to just zero out sigma; passing nothing will zero out both
omega
sigma
An updated object with elements of OMEGA and / or SIGMA set to zero..
# NOT RUN { mod <- house() revar(mod) mod <- zero_re(mod) revar(mod) # } # NOT RUN { mod <- modlib("popex", compile = FALSE) mod <- zero_re(mod, omega) revar(mod) # }
Run the code above in your browser using DataLab