Learn R Programming

XDE (version 2.18.0)

firstMcmc: Values for the first MCMC iteration

Description

Accessor method for the values of the first MCMC iteration

Usage

firstMcmc(object)

Arguments

object
An object of class XdeParameter

Value

Returns a list of the values to be used in the first iteration of the MCMC.

See Also

XdeParameter-class, lastMcmc

Examples

Run this code
data(expressionSetList)
params <- new("XdeParameter", phenotypeLabel="adenoVsquamous",
              esetList=expressionSetList)
str(firstMcmc(params))

Run the code above in your browser using DataLab