R/mmglm.R

mmglm <-
function (...)
{
    warning("Please change your function call 'mmglm' to 'mmglm0'. See the Manual page for further details.")
    x <- mmglm0(...)
    return(x)
}

Try the HiddenMarkov package in your browser

Any scripts or data that you put into this service are public.

HiddenMarkov documentation built on April 27, 2021, 5:06 p.m.