R/makeDbdpars.R

Defines functions makeDbdpars

Documented in makeDbdpars

makeDbdpars <- function(alpha,beta,ntop,zeta,ndata) {
rslt <- list(alpha=alpha,beta=beta,ntop=ntop,zeta=zeta,ndata=ndata)
class(rslt) <- "Dbdpars"
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.