Raw File
rmh.R
rmh <- function(model, ...){
     UseMethod("rmh")
}
back to top