summary.epictmcmc {EpiILMCT} | R Documentation |
Summary method for epictmcmc
objects
Description
Summarize a epictmcmc
object and return an object of class summary.epictmcmc
.
Usage
## S3 method for class 'epictmcmc'
summary(object, digits = NULL, start = NULL, end = NULL, thin = NULL, ...)
## S3 method for class 'summary.epictmcmc'
print(x, digits, start, end, thin, ...)
Arguments
x , object |
an S3 object of class |
digits |
the number of printed digits of the estimates. Default value is 6. |
start , end , thin |
options for creating |
... |
potential further arguments (require by generic). |
See Also
epictmcmc
, print.epictmcmc
, plot.epictmcmc
.
[Package EpiILMCT version 1.1.7 Index]