Learn R Programming

mrgsolve (version 1.0.2)

zero_re: Zero out random effects in a model object

Description

Sets all elements of the OMEGA or SIGMA matrix to zero

Usage

zero_re(.x, ...)

# S4 method for mrgmod zero_re(.x, ...)

Arguments

.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

Value

An updated object with elements of OMEGA and / or SIGMA set to zero..

Examples

Run this code
# 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