deregisterDistributions {nimble} | R Documentation |
Deregister distributional information originally supplied by the user for use in BUGS model code
deregisterDistributions(distributionsNames, userEnv = parent.frame())
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. |
Christopher Paciorek