importFrom("grDevices", "dev.new")
importFrom("utils", "flush.console", "write.table", "capture.output")
import(coda, graphics, stats)
export(elrm,summary.elrm,plot.elrm,update.elrm)
S3method(summary,elrm)
S3method(plot,elrm)
S3method(update,elrm)
useDynLib(elrm, .registration = TRUE)