XdeMcmc-class {XDE} | R Documentation |
Stores output, including the last iteration of the MCMC.
Objects can be created by calls of the form new("XdeMcmc",
studyNames, featureNames, iterations, seed, output, directory,
lastMcmc, posteriorAvg, bayesianEffectSize)
.
studyNames
:Object of class "character"
featureNames
:Object of class "character"
iterations
:Object of class "numeric"
directory
:Object of class "character"
seed
:Object of class "integer"
output
:Object of class "numeric"
lastMcmc
:Object of class "environment"
posteriorAvg
:Object of class "NULLorMatrix"
bayesianEffectSize
:Object of class "NULLorMatrix"
$
signature(x = "XdeMcmc")
signature(object = "XdeMcmc")
signature(object = "XdeMcmc")
signature(object = "XdeMcmc",
value = "matrix")
signature(object = "XdeMcmc")
:
See calculatePosteriorAvg
signature(object = "XdeMcmc")
signature(object = "XdeMcmc")
signature(.Object = "XdeMcmc")
signature(object = "XdeMcmc")
signature(object = "XdeMcmc")
signature(x = "XdeMcmc")
signature(object = "XdeMcmc")
signature(x = "XdeMcmc")
signature(object = "XdeMcmc")
signature(object = "XdeMcmc")
signature(object = "XdeMcmc")
signature(object = "XdeMcmc")
R. Scharpf
The class for storing the data: ExpressionSetList-class
and the class that contains default options for fitting the Bayesian
model: XdeParameter-class
##See XDE vignette: ## Not run: openVignette(package="XDE") ## End(Not run)