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,...)
 }

Try the lcmm package in your browser

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

lcmm documentation built on Oct. 7, 2023, 1:08 a.m.