R/AllClasses.R

###
### AllClasses.R
###

#require(methods)


##=============================================================================
setClass("mixturebf",
         representation(postprob="data.frame",
                        p='numeric',
                        n='numeric',
                        priorpars="list",
                        postpars="list",
                        mcmc="list"),
         prototype(priorpars=list(), postpars=list(), mcmc=list()))


##=============================================================================
setClass("msPriorSpec",
         representation(priorType="character",
                        priorDistr="character",
                        priorPars="vector"),
         prototype(priorPars=NA))


##=============================================================================
setClass("msfit", representation("list"), prototype = prototype(elementType = "list"), contains="list")

Try the mombf package in your browser

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

mombf documentation built on Dec. 6, 2019, 3:01 a.m.