View source: R/gibbs_after_mcem_combine_chains.R
gibbs_after_mcem_combine_chains | R Documentation |
Combining from all chains the posterior samples for parameters in the model and predicted gene expressions.
gibbs_after_mcem_combine_chains(tot_chain, gibbs_after_mcem_algorithm_result)
tot_chain |
A numeric scalar. Total number of chains. |
gibbs_after_mcem_algorithm_result |
A list of objects storing model constants. Should be the same as that input to the 'function gibbs_after_mcem_load_chains'. |
All saved posterior samples for parameters in the model and predicted gene expressions.
# See examples in vignette
vignette("bsfadgp_regular_data_example", package = "DGP4LCF")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.