R/BD.MCMC.SC.R

Defines functions BD.MCMC.SC

Documented in BD.MCMC.SC

### "..." is for good form
### simMethod: 0 means Accept-Reject; 1 is our sim method.
BD.MCMC.SC <- function(Lguess, Mguess,
                       beta.immig, #not a guess, of course
                       alpha.L, beta.L, alpha.M, beta.M,
                       data,
                       burnIn=100, N=1000, n.fft=1024,
                       verbose=1, verbFile=NULL,
                       simMethod=-1,
                       ...){
  UseMethod("BD.MCMC.SC", data)
}

Try the DOBAD package in your browser

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

DOBAD documentation built on May 2, 2019, 3:04 a.m.