R/makeBbdpars.R

Defines functions makeBbdpars

Documented in makeBbdpars

makeBbdpars <- function(m,s,size,ndata) {
    rslt <- list(m=m,s=s,size=size,ndata=ndata)
    class(rslt) <- "Bbdpars"
    rslt
}

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.