interface-mclust: mclust interface

interface-mclustR Documentation

mclust interface

Description

mclust interface

Usage

## S4 method for signature 'lcMethodMclustLLPA'
getArgumentDefaults(object)

## S4 method for signature 'lcMethodMclustLLPA'
getArgumentExclusions(object)

## S4 method for signature 'lcMethodMclustLLPA'
getCitation(object, ...)

## S4 method for signature 'lcMethodMclustLLPA'
getName(object)

## S4 method for signature 'lcMethodMclustLLPA'
getShortName(object)

## S4 method for signature 'lcMethodMclustLLPA'
prepareData(method, data, verbose, ...)

## S4 method for signature 'lcMethodMclustLLPA'
compose(method, envir = NULL)

## S4 method for signature 'lcMethodMclustLLPA'
fit(method, data, envir, verbose, ...)

## S4 method for signature 'lcModelMclustLLPA'
clusterTrajectories(object, at = time(object), ...)

## S4 method for signature 'lcModelMclustLLPA'
postprob(object, ...)

## S4 method for signature 'lcModelMclustLLPA'
predictPostprob(object, newdata = NULL, ...)

## S4 method for signature 'lcModelMclustLLPA'
converged(object, ...)

Arguments

object

The object.

...

Not used.

method

An object inheriting from lcMethod with all its arguments having been evaluated and finalized.

data

A data.frame representing the transformed training data.

verbose

A R.utils::Verbose object indicating the level of verbosity.

envir

The environment containing variables generated by prepareData() and preFit().

at

A ⁠numeric vector⁠ of the times at which to compute the cluster trajectories.

newdata

A data.frame of trajectory data for which to compute trajectory assignments.

See Also

lcMethodMclustLLPA mclust-package


latrend documentation built on May 29, 2024, 8:51 a.m.