powered by
Zeros an MCMC object's sample values.
zero(x, ...)# S3 method for mcarray zero(x, ...)# S3 method for mcmcarray zero(x, ...)# S3 method for mcmcr zero(x, parameters = NULL, ...)
# S3 method for mcarray zero(x, ...)
# S3 method for mcmcarray zero(x, ...)
# S3 method for mcmcr zero(x, parameters = NULL, ...)
The MCMC object.
Unused
A character vector (or NULL) of the parameters to zero.
mcarray: Zero an mcarray object
mcarray
mcmcarray: Zero an mcmcarray object
mcmcarray
mcmcr: Zero an mcmcr object
mcmcr
It is used for removing the effect of a random effect where the expected value is 0.
# NOT RUN { zero(mcmcr_example, parameters = "beta") # }
Run the code above in your browser using DataLab