firstMcmc: Values for the first MCMC iteration

Description Usage Arguments Value Author(s) See Also Examples

Description

Accessor method for the values of the first MCMC iteration

Usage

1
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.

Author(s)

R. Scharpf

See Also

XdeParameter-class, lastMcmc

Examples

1
2
3
4
data(expressionSetList)
params <- new("XdeParameter", phenotypeLabel="adenoVsquamous",
              esetList=expressionSetList)
str(firstMcmc(params))

XDE documentation built on Nov. 8, 2020, 5:02 p.m.