R/postprob.mpjlcmm.R

Defines functions postprob.mpjlcmm

Documented in postprob.mpjlcmm

#' @export
postprob.mpjlcmm <- function(x,threshold=c(0.7,0.8,0.9),...)
{
    if (!inherits(x, "mpjlcmm")) stop("use only with \"mpjlcmm\" objects")

    xx <- x
    class(xx) <- "Jointlcmm"

    postprob.Jointlcmm(xx,threshold=threshold,...)
 }
CecileProust-Lima/lcmm documentation built on March 3, 2024, 5:23 p.m.