Description Objects from the Class Slots Methods Author(s) See Also Examples
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
1 2 3 4 5 | ##See XDE vignette:
## Not run:
openVignette(package="XDE")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.