R/reglhmm.R

Defines functions reglhmm

Documented in reglhmm

reglhmm <- function(x,...){
#
# Generic function reglhmm (r for random) to simulate data from a
# hidden generalized linear Markov model.
#
UseMethod("reglhmm")
}

Try the eglhmm package in your browser

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

eglhmm documentation built on May 29, 2024, 1:20 a.m.