getArgumentDefaults,lcMethodLcmmGMM-method | R Documentation |
lcmm interface
## S4 method for signature 'lcMethodLcmmGMM'
getArgumentDefaults(object)
## S4 method for signature 'lcMethodLcmmGMM'
getArgumentExclusions(object)
## S4 method for signature 'lcMethodLcmmGMM'
getCitation(object, ...)
## S4 method for signature 'lcMethodLcmmGMM'
getName(object)
## S4 method for signature 'lcMethodLcmmGMM'
getShortName(object)
## S4 method for signature 'lcMethodLcmmGMM'
validate(method, data, envir = NULL, ...)
## S4 method for signature 'lcMethodLcmmGMM'
preFit(method, data, envir, verbose, ...)
## S4 method for signature 'lcMethodLcmmGMM'
fit(method, data, envir, verbose, ...)
## S4 method for signature 'lcMethodLcmmGMM'
responseVariable(object, ...)
## S4 method for signature 'lcMethodLcmmGBTM'
getArgumentDefaults(object)
## S4 method for signature 'lcMethodLcmmGBTM'
getArgumentExclusions(object)
## S4 method for signature 'lcMethodLcmmGBTM'
getCitation(object, ...)
## S4 method for signature 'lcMethodLcmmGBTM'
getName(object)
## S4 method for signature 'lcMethodLcmmGBTM'
getShortName(object)
## S4 method for signature 'lcMethodLcmmGBTM'
preFit(method, data, envir, verbose, ...)
## S4 method for signature 'lcMethodLcmmGBTM'
fit(method, data, envir, verbose, ...)
## S4 method for signature 'lcMethodLcmmGBTM'
responseVariable(object, ...)
## S3 method for class 'lcModelLcmmGMM'
fitted(object, ..., clusters = trajectoryAssignments(object))
## S4 method for signature 'lcModelLcmmGMM'
predictForCluster(object, newdata, cluster, what = "mu", ...)
## S3 method for class 'lcModelLcmmGMM'
model.matrix(object, ..., what = "mu")
## S3 method for class 'lcModelLcmmGMM'
logLik(object, ...)
## S3 method for class 'lcModelLcmmGMM'
sigma(object, ...)
## S3 method for class 'lcModelLcmmGMM'
nobs(object, ...)
## S4 method for signature 'lcModelLcmmGMM'
postprob(object, ...)
## S4 method for signature 'lcModelLcmmGMM'
converged(object, ...)
object |
The object. |
... |
Not used. |
method |
An object inheriting from |
data |
A |
envir |
The |
verbose |
A R.utils::Verbose object indicating the level of verbosity. |
clusters |
Optional cluster assignments per id. If unspecified, a |
newdata |
A |
cluster |
The cluster name (as |
what |
The distributional parameter to predict. By default, the mean response 'mu' is predicted. The cluster membership predictions can be obtained by specifying |
lcMethodLcmmGBTM lcMethodLcmmGMM lcmm-package
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.