R/predict.R

Defines functions predict.tidyProfile.mclust

#' @method predict tidyProfile.mclust
#' @export
predict.tidyProfile.mclust <- function(object, ...){
    cl <- match.call()
    cl[[1]] <- quote(predict)
    cl[["object"]] <- object$model
    eval.parent(cl)
}

Try the tidyLPA package in your browser

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

tidyLPA documentation built on Feb. 25, 2026, 9:07 a.m.