Description Usage Arguments Value Author(s) See Also Examples
MCMC values for the last iteration. Useful if more iterations are needed.
1 | lastMcmc(object)
|
object |
Object of class |
An environment.
R. Scharpf
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ## Not run:
data(expressionSetList)
xparam <- new("XdeParameter", phenotypeLabel="adenoVsquamous",
esetList=expressionSetList)
iterations(xparam) <- 10
fit <- xde(xparam, esetList=expressionSetList)
##Do more iterations and use a different seed
firstMcmc(xparam) <- lastMcmc(fit)
seed(xparam) <- 97814
fit2 <- xde(xparam, esetList=expressionSetList)
##Or
fit2 <- xde(xparam, esetList=expressionSetList, outputMcmc=fit)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.