R/extract.multipleHmmDataSets.R

"[.multipleHmmDataSets" <- function(x,i) {
   cls <- class(x)
   class(x) <- "list"
   y <- x[i]
   class(y) <- cls
   y
}

Try the hmm.discnp package in your browser

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

hmm.discnp documentation built on Sept. 26, 2022, 5:05 p.m.