print.epictmcmc {EpiILMCT} | R Documentation |
Prints the contents of an epictmcmc
object to the console
Description
print.epictmcmc
is an S3 method that prints the content of an S3 object of class epictmcmc
to the console.
Usage
## S3 method for class 'epictmcmc'
print(x, digits = 6, ...)
Arguments
x |
an S3 object of class |
digits |
the number of printed digits of the estimates. Default value is 6. |
... |
additional arguments that are passed to the generic |
Value
Formatted output of a epictmcmc
object.
See Also
epictmcmc
, summary.epictmcmc
, plot.epictmcmc
.
[Package EpiILMCT version 1.1.7 Index]