R/AllClasses.R

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

#require(methods)


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


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


##=============================================================================
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")



##=============================================================================
setClass('cilfit', 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 Sept. 28, 2023, 5:06 p.m.