deregisterDistributions {nimble} | R Documentation |
Remove user-supplied distributions from use in NIMBLE BUGS models
Description
Deregister distributional information originally supplied by the user for use in BUGS model code
Usage
deregisterDistributions(
distributionsNames,
userEnv = parent.frame(),
warn = TRUE
)
Arguments
distributionsNames |
a character vector giving the names of the distributions to be deregistered. |
userEnv |
environment in which to look for the nimbleFunctions that provide the distribution; this will generally not need to be set by the user as it will default to the environment from which this function was called. |
warn |
logical indicating whether to warn if trying to deregister a distribution that is not registered (default = |
Author(s)
Christopher Paciorek
[Package nimble version 1.3.0 Index]