R/mcCovMat.default.R

Defines functions mcCovMat.default

Documented in mcCovMat.default

mcCovMat.default <- function(object,nsim=100,seed=NULL,maxit=1000) {
    whinge <- paste("Argument \"object\" must be of class either \"mleDb\",
                    \"mleBb\", \"Dbdpars\" or \"Bbdpars\".\n")
    stop(whinge)
}

Try the dbd package in your browser

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

dbd documentation built on Aug. 19, 2021, 5:07 p.m.