print.mcmcspatsurv {spatsurv} | R Documentation |
print.mcmcspatsurv function
Description
A function to print summary tables from an MCMC run
Usage
## S3 method for class 'mcmcspatsurv'
print(x, probs = c(0.5, 0.025, 0.975), digits = 3, scientific = -3, ...)
Arguments
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 |
Value
prints summary tables to the console
See Also
quantile.mcmcspatsurv, summary.mcmcspatsurv, vcov.mcmcspatsurv, frailtylag1, spatialpars, hazardpars, fixedpars, randompars, baselinehazard, predict.mcmcspatsurv, priorposterior, posteriorcov, MCE, hazardexceedance
[Package spatsurv version 2.0-1 Index]