R/getMCerror.R

Defines functions getMCerror

Documented in getMCerror

# Calculation of MCMC error

# A wrapper for mcmcOutput::getMCE

getMCerror <- function(object, n.chains, SDpc=FALSE) {
  mcmcOutput::getMCE(x=object, pc=SDpc, bad=NA, sort=FALSE)
}

Try the wiqid package in your browser

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

wiqid documentation built on Nov. 18, 2022, 1:07 a.m.