View source: R/methodFlexmix.R
| lcMethodFlexmix | R Documentation | 
Wrapper to the flexmix() method from the flexmix package.
lcMethodFlexmix(
  formula,
  formula.mb = ~1,
  time = getOption("latrend.time"),
  id = getOption("latrend.id"),
  nClusters = 2,
  ...
)
formula | 
 A   | 
formula.mb | 
 A   | 
time | 
 The name of the time variable.  | 
id | 
 The name of the trajectory identifier variable.  | 
nClusters | 
 The number of clusters to estimate.  | 
... | 
 Arguments passed to flexmix::flexmix. The following arguments are ignored: data, concomitant, k.  | 
gruen2008flexmixlatrend
Other lcMethod package interfaces: 
lcMethodFlexmixGBTM
data(latrendData)
if (require("flexmix")) {
  method <- lcMethodFlexmix(Y ~ Time, id = "Id", time = "Time", nClusters = 3)
  model <- latrend(method, latrendData)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.