Raw File
#
# generic rmh

rmh <- function(model, ...){
     UseMethod("rmh")
}

back to top