R/paramExtract.R

Defines functions paramExtract

Documented in paramExtract

paramExtract <- function(Rho) {
    lvls <- levels(Rho$y)
    m    <- length(lvls)
    lm   <- lvls[m]
    ok   <- Rho$y!=lm
    as.vector(as.matrix(Rho[ok,-(1:2)]))
}

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.