Summary: 'Summary' method for BASiCS_Chain objects
Description
For each of the BASiCS parameters (see Vallejos et al 2015),
Summary returns the corresponding postior medians and limits of the high posterior
density interval with probabilty equal to prob.
Usage
# S4 method for BASiCS_Chain
Summary(x, prob = 0.95)
# NOT RUN {Data = makeExampleBASiCS_Data()
MCMC_Output <- BASiCS_MCMC(Data, N = 50, Thin = 2, Burn = 2)
MCMC_Summary <- Summary(MCMC_Output)
# See documentation of function BASiCS_MCMC# }