Nothing
mcCovMat.mleBb <- function(object,nsim=100,seed=NULL,maxit=1000) {
if(is.null(seed)) seed <- sample(1:1e5,1)
set.seed(seed)
par0 <- as.vector(object)
simdat <- simulate(object,nsim=nsim)
fitz <- lapply(simdat,mleBb,size=attr(object,"size"),
par0=par0,maxit=maxit,covmat=FALSE)
mcCovMatEngine(fitz,par0,seed)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.