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())
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. |
Author(s)
Christopher Paciorek
[Package nimble version 1.2.1 Index]