R/coef.ml_mcmc.R

Defines functions coef.ml_mcmc

Documented in coef.ml_mcmc

## File Name: coef.ml_mcmc.R
## File Version: 0.02

coef.ml_mcmc <- function(object, ...)
{
    return(object$coef)
}

Try the miceadds package in your browser

Any scripts or data that you put into this service are public.

miceadds documentation built on Jan. 7, 2023, 1:09 a.m.