R/attach.jags.R

Defines functions detach.jags attach.jags

Documented in attach.jags detach.jags

attach.jags <- function(x, overwrite = NA){
  r2 <- attach.bugs(x$BUGSoutput, overwrite = overwrite)
  invisible(r2)
}

detach.jags <- function(){
  detach.bugs()
}

Try the R2jags package in your browser

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

R2jags documentation built on May 29, 2024, 11:47 a.m.