print {EMC} | R Documentation |
The printing family of functions for this package.
## S3 method for class 'EMC': print(x, ...) ## S3 method for class 'EMCMaxTemper': print(x, ...) ## S3 method for class 'EMCPlaceTempers': print(x, ...)
x |
an object inheriting from class EMC (generated by
functions randomWalkMetropolis , MetropolisHastings ,
parallelTempering and evolMonteCarlo ),
EMCMaxTemper (generated by function findMaxTemper ) or
EMCPlaceTempers (generated by function placeTempers ). |
... |
optional arguments passed to print.default ; see
its documentation. |
Gopi Goswami goswami@stat.harvard.edu
randomWalkMetropolis
,
MetropolisHastings
, parallelTempering
,
evolMonteCarlo
, findMaxTemper
,
placeTempers