View source: R/postprocessing.R
print.mcmcspatsurv | R Documentation |
A function to print summary tables from an MCMC run
## S3 method for class 'mcmcspatsurv'
print(x, probs = c(0.5, 0.025, 0.975), digits = 3, scientific = -3, ...)
x |
an object inheriting class mcmcspatsurv |
probs |
vector of quantiles to return |
digits |
see help file ?format |
scientific |
see help file ?format |
... |
additional arguments, not used here |
prints summary tables to the console
quantile.mcmcspatsurv, summary.mcmcspatsurv, vcov.mcmcspatsurv, frailtylag1, spatialpars, hazardpars, fixedpars, randompars, baselinehazard, predict.mcmcspatsurv, priorposterior, posteriorcov, MCE, hazardexceedance
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.