interface-mclust {latrend} | R 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 |
data |
A |
verbose |
A R.utils::Verbose object indicating the level of verbosity. |
envir |
The |
at |
A |
newdata |
A |
See Also
lcMethodMclustLLPA mclust-package
[Package latrend version 1.6.2 Index]