R/mcmccontrol.R

Defines functions mcmccontrol

Documented in mcmccontrol

mcmccontrol <-
function(nsave = 8000, nburn = 2000, nskip = 1)
  list(nsave = nsave, nburn = nburn, nskip = nskip)

Try the ROCnReg package in your browser

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

ROCnReg documentation built on March 31, 2023, 5:42 p.m.